Trace number 1089446

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.05 1808.03

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25d-20.xml
MD5SUM6dad151376af187c283e7e2b3ef88ca9
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.6499
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17425
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17425
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 16:29:00 2008
0.00/0.04	c 0	PID 9445
0.00/0.05	c 0	HOST node83.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089446-1215268139.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-1089446-1215268139.xml' 'HOME/temp.csp'
1.08/1.18	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 17425 constraints
1.08/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.08/1.20	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.16/1.27	c 1	Parsing HOME/temp.csp
1.16/1.57	c 1	parsed 10000 expressions
1.16/1.73	c 1	parsed 17877 expressions
1.16/1.74	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.74	c 1	Converting to clausal form CSP
1.16/1.96	c 2	converted 1788 (10%) expressions
1.16/2.01	c 2	converted 3576 (20%) expressions
2.05/2.11	c 2	converted 5364 (30%) expressions
2.05/2.16	c 2	converted 7151 (40%) expressions
2.14/2.21	c 2	converted 8939 (50%) expressions
2.14/2.25	c 2	converted 10727 (60%) expressions
2.14/2.30	c 2	converted 12514 (70%) expressions
2.34/2.43	c 2	converted 14302 (80%) expressions
2.34/2.48	c 2	converted 16090 (90%) expressions
2.44/2.52	c 2	converted 17877 (100%) expressions
2.44/2.52	c 2	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 20
2.44/2.52	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.44/2.52	c 2	Propagation in CSP
2.53/2.66	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.66	c 2	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 20
2.53/2.66	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.67	c 2	Simplifing CSP by introducing new Boolean variables
2.83/2.98	c 3	CSP : 450 integers, 34850 booleans, 52275 clauses, largest domain size 20
2.83/2.98	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.03/3.13	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.03/3.16	c 3	45 (10%) CSP integer variables are encoded (810 clauses, 8770 bytes)
3.03/3.16	c 3	90 (20%) CSP integer variables are encoded (1620 clauses, 19027 bytes)
3.03/3.16	c 3	135 (30%) CSP integer variables are encoded (2430 clauses, 29557 bytes)
3.03/3.17	c 3	180 (40%) CSP integer variables are encoded (3240 clauses, 40087 bytes)
3.03/3.17	c 3	225 (50%) CSP integer variables are encoded (4050 clauses, 50617 bytes)
3.03/3.17	c 3	270 (60%) CSP integer variables are encoded (4860 clauses, 61147 bytes)
3.03/3.17	c 3	315 (70%) CSP integer variables are encoded (5670 clauses, 71677 bytes)
3.03/3.17	c 3	360 (80%) CSP integer variables are encoded (6480 clauses, 82207 bytes)
3.03/3.17	c 3	405 (90%) CSP integer variables are encoded (7290 clauses, 92737 bytes)
3.03/3.17	c 3	450 (100%) CSP integer variables are encoded (8100 clauses, 103267 bytes)
3.23/3.37	c 3	5228 (10%) CSP clauses are encoded (79562 clauses, 1357974 bytes)
3.43/3.52	c 3	10455 (20%) CSP clauses are encoded (150985 clauses, 2668274 bytes)
3.52/3.66	c 3	15683 (30%) CSP clauses are encoded (222447 clauses, 4028724 bytes)
3.72/3.81	c 3	20910 (40%) CSP clauses are encoded (293870 clauses, 5408402 bytes)
3.83/3.97	c 4	26138 (50%) CSP clauses are encoded (365332 clauses, 6788844 bytes)
4.02/4.12	c 4	31365 (60%) CSP clauses are encoded (436755 clauses, 8168522 bytes)
4.12/4.27	c 4	36593 (70%) CSP clauses are encoded (508217 clauses, 9548964 bytes)
4.33/4.42	c 4	41820 (80%) CSP clauses are encoded (579640 clauses, 10928642 bytes)
4.42/4.57	c 4	47048 (90%) CSP clauses are encoded (651102 clauses, 12309084 bytes)
4.62/4.72	c 4	52275 (100%) CSP clauses are encoded (722525 clauses, 13688762 bytes)
4.62/4.72	c 4	52275 CSP clauses encoded
4.62/4.72	c 4	Writing map file : HOME/temp.map
4.62/4.74	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.62/4.74	c 4	SAT : 43400 SAT variables, 722525 SAT clauses, 13688762 bytes
4.62/4.74	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.62/4.75	c 4	SOLVING HOME/temp.cnf
4.62/4.75	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1808.01	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1808.01	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.05/1808.01	c ERROR INTERRUPTED
1800.05/1808.02	s UNKNOWN
1800.05/1808.02	c 1808	CPU 4.42 (0.03 0.01 4.39 0.26)
1800.05/1808.02	c 1808	END Sat Jul  5 16:59:08 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-1089446-1215268139/watcher-1089446-1215268139 -o /tmp/evaluation-result-1089446-1215268139/solver-1089446-1215268139 -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-1089446-1215268139.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.45 2.12 2.03 4/74 9445
/proc/meminfo: memFree=1702432/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=12268 CPUtime=0
/proc/9445/stat : 9445 (sugar) R 9443 9445 7426 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 682543538 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 230275725602 0 0 4224 0 0 0 0 17 0 0 0
/proc/9445/statm: 3067 320 242 3 0 167 0

[startup+0.00989197 s]
/proc/loadavg: 2.45 2.12 2.03 4/74 9445
/proc/meminfo: memFree=1702432/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=12412 CPUtime=0
/proc/9445/stat : 9445 (sugar) R 9443 9445 7426 0 -1 4194304 420 0 0 0 0 0 0 0 18 0 1 0 682543538 12709888 388 996147200 4194304 4206940 548682068608 18446744073709551615 230266671841 0 0 4224 0 0 0 0 17 0 0 0
/proc/9445/statm: 3103 389 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.10191 s]
/proc/loadavg: 2.45 2.12 2.03 4/74 9445
/proc/meminfo: memFree=1702432/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=0.03
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 682543538 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9445/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301945 s]
/proc/loadavg: 2.45 2.12 2.03 4/74 9445
/proc/meminfo: memFree=1702432/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=0.03
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 682543538 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9445/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702017 s]
/proc/loadavg: 2.45 2.12 2.03 4/74 9445
/proc/meminfo: memFree=1702432/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=0.03
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 682543538 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9445/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50116 s]
/proc/loadavg: 2.45 2.12 2.03 3/85 9457
/proc/meminfo: memFree=1670280/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=1.16
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 973 11961 0 1 3 0 106 7 15 0 1 0 682543538 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13600

[startup+3.10247 s]
/proc/loadavg: 2.57 2.16 2.04 3/85 9467
/proc/meminfo: memFree=1680968/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=1.16
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 974 11961 0 1 3 0 106 7 15 0 1 0 682543538 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 797 370 3 0 500 0
[pid=9458] ppid=9445 vsize=5356 CPUtime=0
/proc/9458/stat : 9458 (sh) S 9445 9445 7426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 682543658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9458/statm: 1339 233 193 169 0 50 0
[pid=9459] ppid=9458 vsize=868608 CPUtime=1.87
/proc/9459/stat : 9459 (java) S 9458 9445 7426 0 -1 0 13526 0 1 0 179 8 0 0 18 0 9 0 682543658 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 217152 12380 2540 9 0 211727 0
[pid=9459/tid=9460] ppid=9458 vsize=868608 CPUtime=0.9
/proc/9459/task/9460/stat : 9460 (java) R 9458 9445 7426 0 -1 64 2938 0 1 0 88 2 0 0 25 0 9 0 682543659 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9461] ppid=9458 vsize=868608 CPUtime=0.74
/proc/9459/task/9461/stat : 9461 (java) R 9458 9445 7426 0 -1 64 8433 0 0 0 70 4 0 0 16 0 9 0 682543660 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 104182544 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9462] ppid=9458 vsize=868608 CPUtime=0
/proc/9459/task/9462/stat : 9462 (java) S 9458 9445 7426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 682543660 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9458 vsize=868608 CPUtime=0
/proc/9459/task/9463/stat : 9463 (java) S 9458 9445 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 682543660 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9464] ppid=9458 vsize=868608 CPUtime=0
/proc/9459/task/9464/stat : 9464 (java) S 9458 9445 7426 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 682543662 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9458 vsize=868608 CPUtime=0.19
/proc/9459/task/9465/stat : 9465 (java) S 9458 9445 7426 0 -1 64 1458 0 0 0 19 0 0 0 16 0 9 0 682543662 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9466] ppid=9458 vsize=868608 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9458 9445 7426 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 682543662 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9467] ppid=9458 vsize=868608 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9458 9445 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 682543662 889454592 12380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887564

[startup+6.30105 s]
/proc/loadavg: 2.57 2.16 2.04 3/77 9469
/proc/meminfo: memFree=1681864/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=9140 CPUtime=1.53
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 1910 0 0 0 68 85 0 0 25 0 1 0 682544014 9359360 1896 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 2285 1896 40 102 0 2180 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 28096

[startup+12.7012 s]
/proc/loadavg: 2.64 2.18 2.05 3/77 9469
/proc/meminfo: memFree=1657096/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=31688 CPUtime=7.9
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 7071 0 0 0 462 328 0 0 25 0 1 0 682544014 32448512 7057 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 7922 7057 42 102 0 7817 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 50644

[startup+25.5016 s]
/proc/loadavg: 2.54 2.18 2.05 3/77 9469
/proc/meminfo: memFree=1651016/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=36704 CPUtime=20.63
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 8363 0 0 0 1734 329 0 0 25 0 1 0 682544014 37584896 8349 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 9176 8349 42 102 0 9071 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 55660

[startup+51.1014 s]
/proc/loadavg: 2.35 2.16 2.05 3/77 9469
/proc/meminfo: memFree=1646536/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=38680 CPUtime=46.12
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 8976 0 0 0 4282 330 0 0 25 0 1 0 682544014 39608320 8862 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 9670 8862 48 102 0 9565 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 57636

[startup+102.307 s]
/proc/loadavg: 2.14 2.13 2.05 3/77 9469
/proc/meminfo: memFree=1638344/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=41056 CPUtime=97.09
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 9749 0 0 0 9378 331 0 0 25 0 1 0 682544014 42041344 9514 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 10264 9514 48 102 0 10159 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 60012

[startup+162.303 s]
/proc/loadavg: 2.05 2.11 2.04 3/77 9469
/proc/meminfo: memFree=1635464/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=41980 CPUtime=156.8
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 10094 0 0 0 15349 331 0 0 25 0 1 0 682544014 42987520 9735 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 10495 9735 48 102 0 10390 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 60936

[startup+222.302 s]
/proc/loadavg: 2.02 2.08 2.03 3/77 9469
/proc/meminfo: memFree=1631944/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=43020 CPUtime=216.53
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 10371 0 0 0 21321 332 0 0 25 0 1 0 682544014 44052480 9883 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 10755 9883 48 102 0 10650 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 61976

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

/proc/meminfo: memFree=1583176/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=51600 CPUtime=1291.51
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 14347 0 0 0 128814 337 0 0 25 0 1 0 682544014 52838400 12187 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 12900 12187 48 102 0 12795 0
Current children cumulated CPU time (s) 1296.2
Current children cumulated vsize (KiB) 70556

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9470
/proc/meminfo: memFree=1581064/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=51600 CPUtime=1351.23
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 14572 0 0 0 134786 337 0 0 25 0 1 0 682544014 52838400 12201 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 12900 12201 48 102 0 12795 0
Current children cumulated CPU time (s) 1355.92
Current children cumulated vsize (KiB) 70556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9470
/proc/meminfo: memFree=1579720/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=51600 CPUtime=1410.96
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 14572 0 0 0 140759 337 0 0 25 0 1 0 682544014 52838400 12201 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 12900 12201 48 102 0 12795 0
Current children cumulated CPU time (s) 1415.65
Current children cumulated vsize (KiB) 70556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9470
/proc/meminfo: memFree=1577416/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=51600 CPUtime=1470.7
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 14572 0 0 0 146732 338 0 0 25 0 1 0 682544014 52838400 12201 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 12900 12201 48 102 0 12795 0
Current children cumulated CPU time (s) 1475.39
Current children cumulated vsize (KiB) 70556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9471
/proc/meminfo: memFree=1575240/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=52392 CPUtime=1530.4
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 15000 0 0 0 152702 338 0 0 25 0 1 0 682544014 53649408 12411 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 13098 12411 48 102 0 12993 0
Current children cumulated CPU time (s) 1535.09
Current children cumulated vsize (KiB) 71348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9471
/proc/meminfo: memFree=1574280/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=52392 CPUtime=1590.13
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 15000 0 0 0 158675 338 0 0 25 0 1 0 682544014 53649408 12411 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9469/statm: 13098 12411 48 102 0 12993 0
Current children cumulated CPU time (s) 1594.82
Current children cumulated vsize (KiB) 71348

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 9655
/proc/meminfo: memFree=1651144/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=52392 CPUtime=1649.74
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 15000 0 0 0 164632 342 0 0 25 0 1 0 682544014 53649408 12411 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/9469/statm: 13098 12411 48 102 0 12993 0
Current children cumulated CPU time (s) 1654.43
Current children cumulated vsize (KiB) 71348

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 9655
/proc/meminfo: memFree=1652168/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=52656 CPUtime=1709.7
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 15316 0 0 0 170628 342 0 0 25 0 1 0 682544014 53919744 12497 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/9469/statm: 13164 12497 48 102 0 13059 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 71612

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 9655
/proc/meminfo: memFree=1651976/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=52656 CPUtime=1769.67
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 15316 0 0 0 176624 343 0 0 25 0 1 0 682544014 53919744 12497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/9469/statm: 13164 12497 48 102 0 13059 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 71612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 9655
/proc/meminfo: memFree=1651976/2055924 swapFree=4177320/4192956
[pid=9445] ppid=9443 vsize=13600 CPUtime=4.69
/proc/9445/stat : 9445 (sugar) S 9443 9445 7426 0 -1 4194304 1022 26049 0 2 3 1 439 26 16 0 1 0 682543538 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9445/statm: 3400 799 370 3 0 500 0
[pid=9468] ppid=9445 vsize=5356 CPUtime=0
/proc/9468/stat : 9468 (sh) S 9445 9445 7426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 682544014 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9468/statm: 1339 232 193 169 0 50 0
[pid=9469] ppid=9468 vsize=52656 CPUtime=1795.36
/proc/9469/stat : 9469 (picosat) R 9468 9445 7426 0 -1 4194304 15316 0 0 0 179193 343 0 0 25 0 1 0 682544014 53919744 12497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/9469/statm: 13164 12497 48 102 0 13059 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 71612

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 9445 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=433326
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=285956
# CPU time returned by wait4() is 4.71928
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.03
CPU time (s): 1800.05
CPU user time (s): 1796.35
CPU system time (s): 3.7
CPU usage (%): 99.5588
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.43333
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27568
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= 4195
involuntary context switches= 4107

runsolver used 2.23866 second user time and 5.42518 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 16:29:00
IDJOB=1089446
IDBENCH=58274
IDSOLVER=345
FILE ID=node83/1089446-1215268139
PBS_JOBID= 7882111
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25d-20.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-1089446-1215268139/watcher-1089446-1215268139 -o /tmp/evaluation-result-1089446-1215268139/solver-1089446-1215268139 -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-1089446-1215268139.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dad151376af187c283e7e2b3ef88ca9
RANDOM SEED=1222836006

node83.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.263
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.263
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:      2055924 kB
MemFree:       1702912 kB
Buffers:         34612 kB
Cached:         216596 kB
SwapCached:       9708 kB
Active:         203444 kB
Inactive:       103860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1702912 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          61856 kB
Slab:            31012 kB
Committed_AS:  1186256 kB
PageTables:       1848 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= 66464 MiB
End job on node83 at 2008-07-05 16:59:10