Trace number 1085367

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CSP4J - WMC Engine 2008-05-30SAT 1.81072 1.82925

DiagnosticValue
CHECKS1618170
NODES353

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-10.xml
MD5SUM849189d0fe44cbb9e5489df72ee9e464
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.282956
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

1.48/1.57	c CPU-LOAD 0.92
1.48/1.57	c LOADED 100 V (122 E), 675 DTPConstraint, 50 ExtensionConstraint2D, 120 DiffConstraint, arity 2, 0.92 cpu
1.78/1.81	v 0 1 7 6 10 11 111 109 119 121 12 6 26 23 47 48 104 105 122 119 28 53 66 97 108 109 125 127 136 135 4 3 13 12 21 22 55 36 101 102 12 10 32 42 66 65 117 111 126 134 0 5 21 39 81 82 100 104 115 141 17 18 36 30 94 93 119 114 137 134 22 25 33 49 57 56 72 87 145 82 0 12 30 6 37 36 49 139 143 54 40 55 102 105 118 117 130 131 144 143 
1.78/1.81	s SATISFIABLE
1.78/1.81	d NODES 353
1.78/1.81	d CHECKS 1618170
1.78/1.81	c gac3-effective-revisions: 0
1.78/1.81	c gac3-useless-revisions: 1690
1.78/1.81	c local-minima: 81
1.78/1.81	c prepro-constraint-ccks: 0
1.78/1.81	c prepro-constraint-presenceccks: 0
1.78/1.81	c prepro-cpu: 0.01
1.78/1.81	c prepro-matrix2d-ccks: 11260
1.78/1.81	c prepro-matrix2d-presenceccks: 11260
1.78/1.81	c prepro-removed: 0
1.78/1.81	c total-assgn: 353
1.78/1.81	c total-constraint-ccks: 1606710
1.78/1.81	c total-constraint-presence-ccks: 5606
1.78/1.81	c total-cpu: 0.15
1.78/1.81	c total-matrix2d-ccks: 11460
1.78/1.81	c total-matrix2d-presence-ccks: 22520
1.78/1.81	c tuples: 0
1.78/1.81	c tuples-collisions: 0
1.78/1.81	c TOTAL-NODES 353
1.78/1.81	c TOTAL-CPU 0.15

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085367-1215233341/watcher-1085367-1215233341 -o /tmp/evaluation-result-1085367-1215233341/solver-1085367-1215233341 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1085367-1215233341.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 2141
/proc/meminfo: memFree=1591240/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=152 CPUtime=0
/proc/2143/stat : 2143 (java) D 2141 2141 31061 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 635589762 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 1606436 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/2143/statm: 38 26 19 9 0 4 0

[startup+0.0609781 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 2141
/proc/meminfo: memFree=1591240/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=840828 CPUtime=0.04
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 2495 0 1 0 3 1 0 0 19 0 9 0 635589762 861007872 1999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 210207 1999 1128 9 0 205182 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 846184

[startup+0.101957 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 2141
/proc/meminfo: memFree=1591240/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=843204 CPUtime=0.07
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 3436 0 1 0 6 1 0 0 19 0 9 0 635589762 863440896 2892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 210801 2892 1672 9 0 205378 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 848560

[startup+0.301978 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 2141
/proc/meminfo: memFree=1591240/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=844176 CPUtime=0.27
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 4661 0 1 0 24 3 0 0 19 0 9 0 635589762 864436224 4048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 211044 4049 1894 9 0 205605 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 849532

[startup+0.702021 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 2141
/proc/meminfo: memFree=1591240/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=846088 CPUtime=0.68
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 5444 0 1 0 64 4 0 0 19 0 10 0 635589762 866394112 4815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 211522 4815 1915 9 0 206083 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 851444

[startup+1.50211 s]
/proc/loadavg: 2.05 2.02 2.00 4/92 2153
/proc/meminfo: memFree=1577712/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=847216 CPUtime=1.48
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 6911 0 1 0 143 5 0 0 19 0 10 0 635589762 867549184 6136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 211804 6136 2048 9 0 206364 0
[pid=2143/tid=2145] ppid=2141 vsize=847216 CPUtime=0.97
/proc/2143/task/2145/stat : 2145 (java) R 2141 2141 31061 0 -1 64 3684 0 1 0 94 3 0 0 25 0 10 0 635589763 867549184 6139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=847216 CPUtime=0.09
/proc/2143/task/2146/stat : 2146 (java) R 2141 2141 31061 0 -1 64 1376 0 0 0 9 0 0 0 16 0 10 0 635589764 867549184 6155 996147200 134512640 134550740 4294956016 18446744073709551615 103737197 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2147/stat : 2147 (java) S 2141 2141 31061 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 635589765 867549184 6174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2148/stat : 2148 (java) S 2141 2141 31061 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 635589765 867549184 6189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2149/stat : 2149 (java) S 2141 2141 31061 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 635589766 867549184 6205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=847216 CPUtime=0.4
/proc/2143/task/2150/stat : 2150 (java) S 2141 2141 31061 0 -1 64 1135 0 0 0 39 1 0 0 15 0 10 0 635589767 867549184 6218 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2151/stat : 2151 (java) S 2141 2141 31061 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 635589767 867549184 6236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2152/stat : 2152 (java) S 2141 2141 31061 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 635589767 867549184 6252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2153/stat : 2153 (java) S 2141 2141 31061 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 635589820 867549184 6267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 852572

Solver just ended. Dumping a history of the last processes samples

[startup+1.70213 s]
/proc/loadavg: 2.05 2.02 2.00 4/92 2153
/proc/meminfo: memFree=1577712/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=847216 CPUtime=1.68
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 8121 0 1 0 162 6 0 0 19 0 9 0 635589762 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 211804 7208 2582 9 0 206364 0
[pid=2143/tid=2145] ppid=2141 vsize=847216 CPUtime=1.05
/proc/2143/task/2145/stat : 2145 (java) R 2141 2141 31061 0 -1 64 3718 0 1 0 102 3 0 0 25 0 9 0 635589763 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4126867315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=847216 CPUtime=0.17
/proc/2143/task/2146/stat : 2146 (java) S 2141 2141 31061 0 -1 64 2512 0 0 0 16 1 0 0 16 0 9 0 635589764 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2147/stat : 2147 (java) S 2141 2141 31061 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635589765 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2148/stat : 2148 (java) S 2141 2141 31061 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 635589765 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2149/stat : 2149 (java) S 2141 2141 31061 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 635589766 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=847216 CPUtime=0.43
/proc/2143/task/2150/stat : 2150 (java) S 2141 2141 31061 0 -1 64 1154 0 0 0 42 1 0 0 15 0 9 0 635589767 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2151/stat : 2151 (java) S 2141 2141 31061 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 635589767 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2152/stat : 2152 (java) S 2141 2141 31061 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635589767 867549184 7208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 852572

[startup+1.80215 s]
/proc/loadavg: 2.05 2.02 2.00 4/92 2153
/proc/meminfo: memFree=1577712/2055920 swapFree=4179368/4192956
[pid=2141] ppid=2139 vsize=5356 CPUtime=0
/proc/2141/stat : 2141 (concrete.sh) S 2139 2141 31061 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 635589762 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2141/statm: 1339 242 201 169 0 50 0
[pid=2143] ppid=2141 vsize=847216 CPUtime=1.78
/proc/2143/stat : 2143 (java) S 2141 2141 31061 0 -1 0 8130 0 1 0 172 6 0 0 19 0 9 0 635589762 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2143/statm: 211804 7217 2582 9 0 206364 0
[pid=2143/tid=2145] ppid=2141 vsize=847216 CPUtime=1.14
/proc/2143/task/2145/stat : 2145 (java) R 2141 2141 31061 0 -1 64 3718 0 1 0 111 3 0 0 25 0 9 0 635589763 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4126917431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=847216 CPUtime=0.17
/proc/2143/task/2146/stat : 2146 (java) S 2141 2141 31061 0 -1 64 2512 0 0 0 16 1 0 0 16 0 9 0 635589764 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2147/stat : 2147 (java) S 2141 2141 31061 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635589765 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2148/stat : 2148 (java) S 2141 2141 31061 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 635589765 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2149/stat : 2149 (java) S 2141 2141 31061 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 635589766 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=847216 CPUtime=0.44
/proc/2143/task/2150/stat : 2150 (java) S 2141 2141 31061 0 -1 64 1163 0 0 0 43 1 0 0 15 0 9 0 635589767 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2151/stat : 2151 (java) S 2141 2141 31061 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 635589767 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=847216 CPUtime=0
/proc/2143/task/2152/stat : 2152 (java) S 2141 2141 31061 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635589767 867549184 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 852572

Child status: 0
Real time (s): 1.82925
CPU time (s): 1.81072
CPU user time (s): 1.73574
CPU system time (s): 0.074988
CPU usage (%): 98.9875
Max. virtual memory (cumulated for all children) (KiB): 852572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.73574
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2450
involuntary context switches= 2338

runsolver used 0.002999 second user time and 0.012998 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 06:49:01
IDJOB=1085367
IDBENCH=57627
IDSOLVER=304
FILE ID=node87/1085367-1215233341
PBS_JOBID= 7881747
Free space on /tmp= 66484 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-10.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085367-1215233341/watcher-1085367-1215233341 -o /tmp/evaluation-result-1085367-1215233341/solver-1085367-1215233341 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1085367-1215233341.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 849189d0fe44cbb9e5489df72ee9e464
RANDOM SEED=1207819413

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1591784 kB
Buffers:         67172 kB
Cached:         261796 kB
SwapCached:       7632 kB
Active:         234488 kB
Inactive:       177588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591784 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:             876 kB
Writeback:           0 kB
Mapped:          99364 kB
Slab:            37092 kB
Committed_AS:  2445568 kB
PageTables:       2028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-05 06:49:03