Trace number 1088837

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
Sugar v1.13+picosat? (TO) 1800.04 1807.83

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-3-28.xml
MD5SUM56a1064229e13fe0f53238d62121e670
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.499923
Satisfiable
(Un)Satisfiability was proved
Number of variables621
Number of constraints13969
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13969
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:17:18 2008
0.00/0.04	c 0	PID 10245
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088837-1215260238.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088837-1215260238.xml' 'HOME/temp.csp'
0.97/1.10	c 1	1 domains, 621 variables, 1 predicates, 0 relations, 13969 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.07/1.23	c 1	Parsing HOME/temp.csp
1.07/1.55	c 2	parsed 10000 expressions
1.07/1.63	c 2	parsed 14592 expressions
1.07/1.63	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.63	c 2	Converting to clausal form CSP
1.07/1.89	c 2	converted 1460 (10%) expressions
1.07/1.95	c 2	converted 2919 (20%) expressions
1.07/1.99	c 2	converted 4378 (30%) expressions
1.07/2.03	c 2	converted 5837 (40%) expressions
2.00/2.14	c 2	converted 7296 (50%) expressions
2.00/2.18	c 2	converted 8756 (60%) expressions
2.09/2.22	c 2	converted 10215 (70%) expressions
2.09/2.26	c 3	converted 11674 (80%) expressions
2.18/2.30	c 3	converted 13133 (90%) expressions
2.18/2.34	c 3	converted 14592 (100%) expressions
2.18/2.34	c 3	CSP : 621 integers, 0 booleans, 13969 clauses, largest domain size 28
2.18/2.34	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.34	c 3	Propagation in CSP
2.39/2.54	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.54	c 3	CSP : 621 integers, 0 booleans, 13969 clauses, largest domain size 28
2.39/2.54	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.55	c 3	Simplifing CSP by introducing new Boolean variables
2.69/2.83	c 3	CSP : 621 integers, 27938 booleans, 41907 clauses, largest domain size 28
2.69/2.83	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.99	c 3	63 (10%) CSP integer variables are encoded (1638 clauses, 19226 bytes)
2.78/2.99	c 3	125 (20%) CSP integer variables are encoded (3250 clauses, 40182 bytes)
2.78/2.99	c 3	187 (30%) CSP integer variables are encoded (4862 clauses, 61138 bytes)
2.78/2.99	c 3	249 (40%) CSP integer variables are encoded (6474 clauses, 82094 bytes)
2.78/3.00	c 3	311 (50%) CSP integer variables are encoded (8086 clauses, 103050 bytes)
2.88/3.00	c 3	373 (60%) CSP integer variables are encoded (9698 clauses, 124145 bytes)
2.88/3.00	c 3	435 (70%) CSP integer variables are encoded (11310 clauses, 148325 bytes)
2.88/3.01	c 3	497 (80%) CSP integer variables are encoded (12922 clauses, 172505 bytes)
2.88/3.01	c 3	559 (90%) CSP integer variables are encoded (14534 clauses, 196685 bytes)
2.88/3.01	c 3	621 (100%) CSP integer variables are encoded (16146 clauses, 220865 bytes)
3.08/3.23	c 3	4191 (10%) CSP clauses are encoded (95775 clauses, 1634775 bytes)
3.27/3.41	c 4	8382 (20%) CSP clauses are encoded (175404 clauses, 3120829 bytes)
3.38/3.58	c 4	12573 (30%) CSP clauses are encoded (255033 clauses, 4620725 bytes)
3.58/3.75	c 4	16763 (40%) CSP clauses are encoded (334661 clauses, 6123001 bytes)
3.78/3.92	c 4	20954 (50%) CSP clauses are encoded (414290 clauses, 7632689 bytes)
3.87/4.09	c 4	25145 (60%) CSP clauses are encoded (493919 clauses, 9143637 bytes)
4.07/4.26	c 5	29335 (70%) CSP clauses are encoded (573520 clauses, 10651795 bytes)
4.27/4.45	c 5	33526 (80%) CSP clauses are encoded (653149 clauses, 12222503 bytes)
4.45/4.62	c 5	37717 (90%) CSP clauses are encoded (732778 clauses, 13807341 bytes)
4.55/4.79	c 5	41907 (100%) CSP clauses are encoded (812379 clauses, 15425587 bytes)
4.55/4.79	c 5	41907 CSP clauses encoded
4.55/4.79	c 5	Writing map file : HOME/temp.map
4.65/4.82	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.65/4.82	c 5	SAT : 44705 SAT variables, 812379 SAT clauses, 15425587 bytes
4.65/4.82	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.65/4.86	c 5	SOLVING HOME/temp.cnf
4.65/4.86	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1807.81	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1807.81	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1807.81	c ERROR INTERRUPTED
1800.04/1807.82	s UNKNOWN
1800.04/1807.82	c 1808	CPU 4.43 (0.03 0.01 4.4 0.26)
1800.04/1807.82	c 1808	END Sat Jul  5 14:47:26 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1088837-1215260238/watcher-1088837-1215260238 -o /tmp/evaluation-result-1088837-1215260238/solver-1088837-1215260238 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1088837-1215260238.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: 1.99 1.99 2.00 4/73 10245
/proc/meminfo: memFree=1740616/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=12268 CPUtime=0
/proc/10245/stat : 10245 (sugar) R 10243 10245 9134 0 -1 4194304 340 0 0 0 0 0 0 0 20 0 1 0 138034850 12562432 308 996147200 4194304 4206940 548682068608 18446744073709551615 210736922528 0 0 4224 0 0 0 0 17 1 0 0
/proc/10245/statm: 3067 308 233 3 0 167 0

[startup+0.0911531 s]
/proc/loadavg: 1.99 1.99 2.00 4/73 10245
/proc/meminfo: memFree=1740616/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=0.04
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 138034850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.107413 s]
/proc/loadavg: 1.99 1.99 2.00 4/73 10245
/proc/meminfo: memFree=1740616/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=0.04
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 138034850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301421 s]
/proc/loadavg: 1.99 1.99 2.00 4/73 10245
/proc/meminfo: memFree=1740616/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=0.04
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 138034850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701475 s]
/proc/loadavg: 1.99 1.99 2.00 4/73 10245
/proc/meminfo: memFree=1740616/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=0.04
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 138034850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 10257
/proc/meminfo: memFree=1712304/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=1.07
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 973 10702 0 1 3 1 97 6 16 0 1 0 138034850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10278 s]
/proc/loadavg: 1.99 1.99 2.00 4/84 10267
/proc/meminfo: memFree=1719664/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=1.07
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 974 10702 0 1 3 1 97 6 15 0 1 0 138034850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 797 370 3 0 500 0
[pid=10258] ppid=10245 vsize=5356 CPUtime=0
/proc/10258/stat : 10258 (sh) S 10245 10245 9134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138034966 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10258/statm: 1339 233 193 169 0 50 0
[pid=10259] ppid=10258 vsize=868468 CPUtime=1.92
/proc/10259/stat : 10259 (java) S 10258 10245 9134 0 -1 0 12024 0 1 0 184 8 0 0 18 0 9 0 138034966 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10259/statm: 217117 10950 2565 9 0 211664 0
[pid=10259/tid=10260] ppid=10258 vsize=868468 CPUtime=0.96
/proc/10259/task/10260/stat : 10260 (java) R 10258 10245 9134 0 -1 64 3049 0 1 0 94 2 0 0 23 0 9 0 138034967 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10261] ppid=10258 vsize=868468 CPUtime=0.69
/proc/10259/task/10261/stat : 10261 (java) S 10258 10245 9134 0 -1 64 6799 0 0 0 65 4 0 0 16 0 9 0 138034968 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10262] ppid=10258 vsize=868468 CPUtime=0
/proc/10259/task/10262/stat : 10262 (java) S 10258 10245 9134 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138034969 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10263] ppid=10258 vsize=868468 CPUtime=0
/proc/10259/task/10263/stat : 10263 (java) S 10258 10245 9134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 138034969 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10264] ppid=10258 vsize=868468 CPUtime=0
/proc/10259/task/10264/stat : 10264 (java) S 10258 10245 9134 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 138034971 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10265] ppid=10258 vsize=868468 CPUtime=0.23
/proc/10259/task/10265/stat : 10265 (java) S 10258 10245 9134 0 -1 64 1483 0 0 0 23 0 0 0 15 0 9 0 138034971 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10266] ppid=10258 vsize=868468 CPUtime=0
/proc/10259/task/10266/stat : 10266 (java) S 10258 10245 9134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 138034971 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10259/tid=10267] ppid=10258 vsize=868468 CPUtime=0
/proc/10259/task/10267/stat : 10267 (java) S 10258 10245 9134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138034971 889311232 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887424

[startup+6.30116 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1719152/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=8428 CPUtime=1.41
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 1778 0 0 0 64 77 0 0 25 0 1 0 138035337 8630272 1764 996147200 134512640 134931368 4294956256 18446744073709551615 134527374 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 2107 1764 40 102 0 2002 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 27384

[startup+12.7019 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1692720/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=34228 CPUtime=7.75
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 7746 0 0 0 392 383 0 0 25 0 1 0 138035337 35049472 7697 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 8557 7697 42 102 0 8452 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 53184

[startup+25.5024 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1688624/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=37528 CPUtime=20.42
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 8599 0 0 0 1658 384 0 0 25 0 1 0 138035337 38428672 8550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 9382 8550 42 102 0 9277 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 56484

[startup+51.1024 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1682928/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=43072 CPUtime=45.77
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 10052 0 0 0 4192 385 0 0 25 0 1 0 138035337 44105728 10003 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 10768 10003 42 102 0 10663 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 62028

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1679920/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=45580 CPUtime=96.5
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 10936 0 0 0 9264 386 0 0 25 0 1 0 138035337 46673920 10671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 11395 10671 48 102 0 11290 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 64536

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1678896/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=46504 CPUtime=155.93
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 11299 0 0 0 15207 386 0 0 25 0 1 0 138035337 47620096 10913 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 11626 10913 48 102 0 11521 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 65460

[startup+222.302 s]
/proc/loadavg: 1.99 1.99 2.00 3/76 10269
/proc/meminfo: memFree=1678448/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=47164 CPUtime=215.37
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 11459 0 0 0 21150 387 0 0 25 0 1 0 138035337 48295936 11073 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/10269/statm: 11791 11073 48 102 0 11686 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 66120

################
# More data... #
################

/proc/meminfo: memFree=1449616/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56520 CPUtime=1290.26
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 15834 0 0 0 128628 398 0 0 25 0 1 0 138035337 57876480 13469 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14130 13469 48 102 0 14025 0
Current children cumulated CPU time (s) 1294.95
Current children cumulated vsize (KiB) 75476

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1424080/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56520 CPUtime=1350.08
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 15834 0 0 0 134610 398 0 0 25 0 1 0 138035337 57876480 13469 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14130 13469 48 102 0 14025 0
Current children cumulated CPU time (s) 1354.77
Current children cumulated vsize (KiB) 75476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1423760/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56652 CPUtime=1410.07
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 16093 0 0 0 140608 399 0 0 25 0 1 0 138035337 58011648 13508 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14163 13508 48 102 0 14058 0
Current children cumulated CPU time (s) 1414.76
Current children cumulated vsize (KiB) 75608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1423760/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56652 CPUtime=1470.04
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 16093 0 0 0 146605 399 0 0 25 0 1 0 138035337 58011648 13508 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14163 13508 48 102 0 14058 0
Current children cumulated CPU time (s) 1474.73
Current children cumulated vsize (KiB) 75608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1400272/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56652 CPUtime=1529.95
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 16093 0 0 0 152596 399 0 0 25 0 1 0 138035337 58011648 13508 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14163 13508 48 102 0 14058 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 75608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1399696/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56916 CPUtime=1589.93
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 16408 0 0 0 158593 400 0 0 25 0 1 0 138035337 58281984 13595 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14229 13595 48 102 0 14124 0
Current children cumulated CPU time (s) 1594.62
Current children cumulated vsize (KiB) 75872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1399632/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=56916 CPUtime=1649.91
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 16408 0 0 0 164591 400 0 0 25 0 1 0 138035337 58281984 13595 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 14229 13595 48 102 0 14124 0
Current children cumulated CPU time (s) 1654.6
Current children cumulated vsize (KiB) 75872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1395600/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=60744 CPUtime=1709.88
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 17642 0 0 0 170587 401 0 0 25 0 1 0 138035337 62201856 14589 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 15186 14589 48 102 0 15081 0
Current children cumulated CPU time (s) 1714.57
Current children cumulated vsize (KiB) 79700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1370320/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=60744 CPUtime=1769.85
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 17642 0 0 0 176584 401 0 0 25 0 1 0 138035337 62201856 14589 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 15186 14589 48 102 0 15081 0
Current children cumulated CPU time (s) 1774.54
Current children cumulated vsize (KiB) 79700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 10516
/proc/meminfo: memFree=1370320/2055920 swapFree=4181492/4192956
[pid=10245] ppid=10243 vsize=13600 CPUtime=4.69
/proc/10245/stat : 10245 (sugar) S 10243 10245 9134 0 -1 4194304 1022 23226 0 2 3 1 440 25 16 0 1 0 138034850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10245/statm: 3400 799 370 3 0 500 0
[pid=10268] ppid=10245 vsize=5356 CPUtime=0
/proc/10268/stat : 10268 (sh) S 10245 10245 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138035337 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10268/statm: 1339 232 193 169 0 50 0
[pid=10269] ppid=10268 vsize=60744 CPUtime=1795.35
/proc/10269/stat : 10269 (picosat) R 10268 10245 9134 0 -1 4194304 17642 0 0 0 179133 402 0 0 25 0 1 0 138035337 62201856 14589 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/10269/statm: 15186 14589 48 102 0 15081 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 79700

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10245 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=442324
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=286956
# CPU time returned by wait4() is 4.72928
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.83
CPU time (s): 1800.04
CPU user time (s): 1795.76
CPU system time (s): 4.28
CPU usage (%): 99.5691
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.44232
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24688
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4251
involuntary context switches= 4248

runsolver used 2.17267 second user time and 6.06408 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 14:17:18
IDJOB=1088837
IDBENCH=58135
IDSOLVER=345
FILE ID=node73/1088837-1215260238
PBS_JOBID= 7882057
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-3-28.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088837-1215260238/watcher-1088837-1215260238 -o /tmp/evaluation-result-1088837-1215260238/solver-1088837-1215260238 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1088837-1215260238.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56a1064229e13fe0f53238d62121e670
RANDOM SEED=1986794220

node73.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.230
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.230
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1741096 kB
Buffers:         24828 kB
Cached:         189148 kB
SwapCached:       5052 kB
Active:         162240 kB
Inactive:       101824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741096 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            3532 kB
Writeback:           0 kB
Mapped:          58020 kB
Slab:            35888 kB
Committed_AS:   557132 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node73 at 2008-07-05 14:47:28