Trace number 1095014

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+picosatUNSAT 142.304 144.101

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-0.xml
MD5SUM973dbc41041e1781c07a539cb8e93a5d
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 benchmark1.01084
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
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 19:54:32 2008
0.00/0.04	c 0	PID 18038
0.03/0.05	c 0	HOST node62.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1095014-1215280472.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1095014-1215280472.xml' 'HOME/temp.csp'
0.03/0.63	c 0	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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'
0.59/0.76	c 1	Parsing HOME/temp.csp
0.89/1.02	c 1	parsed 4183 expressions
0.89/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.02	c 1	Converting to clausal form CSP
1.18/1.33	c 1	converted 419 (10%) expressions
1.78/1.93	c 2	converted 837 (20%) expressions
2.18/2.39	c 2	converted 1255 (30%) expressions
2.57/2.78	c 3	converted 1674 (40%) expressions
2.97/3.20	c 3	converted 2092 (50%) expressions
3.36/3.51	c 3	converted 2510 (60%) expressions
3.66/3.87	c 4	converted 2929 (70%) expressions
3.96/4.18	c 4	converted 3347 (80%) expressions
4.45/4.64	c 4	converted 3765 (90%) expressions
4.75/4.97	c 5	converted 4183 (100%) expressions
4.75/4.97	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
4.75/4.97	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.97	c 5	Propagation in CSP
5.04/5.21	c 5	4160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.04/5.21	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
5.04/5.21	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.04/5.22	c 5	Simplifing CSP by introducing new Boolean variables
5.04/5.27	c 5	CSP : 598 integers, 19114 booleans, 31595 clauses, largest domain size 2721
5.04/5.27	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.35/5.55	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.63/5.86	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
5.93/6.11	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.13/6.37	c 6	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.43/6.64	c 6	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.73/6.92	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
6.92/7.12	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.02/7.27	c 7	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.22/7.42	c 7	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.32/7.57	c 7	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.52/7.71	c 8	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
19.88/20.23	c 20	3160 (10%) CSP clauses are encoded (2705707 clauses, 54361227 bytes)
25.82/26.25	c 26	6319 (20%) CSP clauses are encoded (3966987 clauses, 81983327 bytes)
30.15/30.67	c 31	9479 (30%) CSP clauses are encoded (5083055 clauses, 107569393 bytes)
33.30/33.86	c 34	12638 (40%) CSP clauses are encoded (5920989 clauses, 127018566 bytes)
35.87/36.44	c 36	15798 (50%) CSP clauses are encoded (6740873 clauses, 146378262 bytes)
38.14/38.70	c 39	18957 (60%) CSP clauses are encoded (7544099 clauses, 165690973 bytes)
40.41/41.06	c 41	22117 (70%) CSP clauses are encoded (8403622 clauses, 186580651 bytes)
42.67/43.37	c 43	25276 (80%) CSP clauses are encoded (9239308 clauses, 206746363 bytes)
44.74/45.44	c 45	28436 (90%) CSP clauses are encoded (10000164 clauses, 225133569 bytes)
47.20/47.92	c 48	31595 (100%) CSP clauses are encoded (10875395 clauses, 246215517 bytes)
47.20/47.92	c 48	31595 CSP clauses encoded
47.20/47.92	c 48	Writing map file : HOME/temp.map
47.20/47.95	c 48	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.20/47.95	c 48	SAT : 688012 SAT variables, 10875395 SAT clauses, 246215517 bytes
47.20/47.95	c 48	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.27/48.02	c 48	SOLVING HOME/temp.cnf
47.27/48.02	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
141.62/143.49	c 143	DECODING HOME/temp.out WITH HOME/temp.map
141.62/143.49	c 143	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
141.70/143.57	c 143	Decoding HOME/temp.out
141.70/143.93	s UNSATISFIABLE
141.70/143.94	c 144	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
141.70/143.97	c 144	CPU 90.36 (0.03 0 90.33 51.79)
141.70/143.97	c 144	END Sat Jul  5 19:56:56 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1095014-1215280472/watcher-1095014-1215280472 -o /tmp/evaluation-result-1095014-1215280472/solver-1095014-1215280472 -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-1095014-1215280472.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.00 2.00 2.00 4/72 18038
/proc/meminfo: memFree=1750768/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=12000 CPUtime=0
/proc/18038/stat : 18038 (sugar) R 18036 18038 16175 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 2007018930 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 236455523360 0 0 4224 0 0 0 0 17 1 0 0
/proc/18038/statm: 3000 180 141 3 0 100 0

[startup+0.0494771 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18038
/proc/meminfo: memFree=1750768/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.03
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2007018930 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102561 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18038
/proc/meminfo: memFree=1750768/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.03
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007018930 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301601 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18038
/proc/meminfo: memFree=1750768/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.03
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007018930 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701681 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18038
/proc/meminfo: memFree=1750768/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.59
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 956 6934 0 1 3 0 53 3 16 0 1 0 2007018930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50184 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18060
/proc/meminfo: memFree=1741336/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.59
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 974 6934 0 1 3 0 53 3 15 0 1 0 2007018930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 797 370 3 0 500 0
[pid=18051] ppid=18038 vsize=5356 CPUtime=0
/proc/18051/stat : 18051 (sh) S 18038 18038 16175 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007018998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18051/statm: 1339 233 193 169 0 50 0
[pid=18052] ppid=18051 vsize=868252 CPUtime=0.79
/proc/18052/stat : 18052 (java) S 18051 18038 16175 0 -1 0 5646 0 1 0 77 2 0 0 19 0 9 0 2007018998 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18052/statm: 217063 5018 1732 9 0 211638 0
[pid=18052/tid=18053] ppid=18051 vsize=868252 CPUtime=0.53
/proc/18052/task/18053/stat : 18053 (java) R 18051 18038 16175 0 -1 64 2680 0 1 0 52 1 0 0 20 0 9 0 2007018999 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4126636813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18054] ppid=18051 vsize=868252 CPUtime=0.06
/proc/18052/task/18054/stat : 18054 (java) S 18051 18038 16175 0 -1 64 807 0 0 0 6 0 0 0 16 0 9 0 2007019000 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18055] ppid=18051 vsize=868252 CPUtime=0
/proc/18052/task/18055/stat : 18055 (java) S 18051 18038 16175 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007019001 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18056] ppid=18051 vsize=868252 CPUtime=0
/proc/18052/task/18056/stat : 18056 (java) S 18051 18038 16175 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007019001 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18057] ppid=18051 vsize=868252 CPUtime=0
/proc/18052/task/18057/stat : 18057 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007019002 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18058] ppid=18051 vsize=868252 CPUtime=0.18
/proc/18052/task/18058/stat : 18058 (java) S 18051 18038 16175 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 2007019002 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18059] ppid=18051 vsize=868252 CPUtime=0
/proc/18052/task/18059/stat : 18059 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007019003 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18060] ppid=18051 vsize=868252 CPUtime=0
/proc/18052/task/18060/stat : 18060 (java) S 18051 18038 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007019003 889090048 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887208

[startup+3.10215 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18060
/proc/meminfo: memFree=1730776/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.59
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 974 6934 0 1 3 0 53 3 15 0 1 0 2007018930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 797 370 3 0 500 0
[pid=18051] ppid=18038 vsize=5356 CPUtime=0
/proc/18051/stat : 18051 (sh) S 18038 18038 16175 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007018998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18051/statm: 1339 233 193 169 0 50 0
[pid=18052] ppid=18051 vsize=868368 CPUtime=2.38
/proc/18052/stat : 18052 (java) S 18051 18038 16175 0 -1 0 9371 0 1 0 234 4 0 0 19 0 9 0 2007018998 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18052/statm: 217092 8428 2540 9 0 211667 0
[pid=18052/tid=18053] ppid=18051 vsize=868368 CPUtime=1.74
/proc/18052/task/18053/stat : 18053 (java) R 18051 18038 16175 0 -1 64 2921 0 1 0 173 1 0 0 25 0 9 0 2007018999 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4126844416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18054] ppid=18051 vsize=868368 CPUtime=0.4
/proc/18052/task/18054/stat : 18054 (java) S 18051 18038 16175 0 -1 64 4278 0 0 0 39 1 0 0 16 0 9 0 2007019000 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18055] ppid=18051 vsize=868368 CPUtime=0
/proc/18052/task/18055/stat : 18055 (java) S 18051 18038 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019001 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18056] ppid=18051 vsize=868368 CPUtime=0
/proc/18052/task/18056/stat : 18056 (java) S 18051 18038 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019001 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18057] ppid=18051 vsize=868368 CPUtime=0
/proc/18052/task/18057/stat : 18057 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007019002 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18058] ppid=18051 vsize=868368 CPUtime=0.2
/proc/18052/task/18058/stat : 18058 (java) S 18051 18038 16175 0 -1 64 1480 0 0 0 20 0 0 0 15 0 9 0 2007019002 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18059] ppid=18051 vsize=868368 CPUtime=0
/proc/18052/task/18059/stat : 18059 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007019003 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18060] ppid=18051 vsize=868368 CPUtime=0
/proc/18052/task/18060/stat : 18060 (java) S 18051 18038 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007019003 889208832 8428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887324

[startup+6.3021 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18060
/proc/meminfo: memFree=1697944/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.59
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 974 6934 0 1 3 0 53 3 15 0 1 0 2007018930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 797 370 3 0 500 0
[pid=18051] ppid=18038 vsize=5356 CPUtime=0
/proc/18051/stat : 18051 (sh) S 18038 18038 16175 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007018998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18051/statm: 1339 233 193 169 0 50 0
[pid=18052] ppid=18051 vsize=868480 CPUtime=5.54
/proc/18052/stat : 18052 (java) S 18051 18038 16175 0 -1 0 18698 0 1 0 545 9 0 0 19 0 9 0 2007018998 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18052/statm: 217120 12420 2566 9 0 211667 0
[pid=18052/tid=18053] ppid=18051 vsize=868480 CPUtime=4.2
/proc/18052/task/18053/stat : 18053 (java) R 18051 18038 16175 0 -1 64 3276 0 1 0 418 2 0 0 25 0 9 0 2007018999 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18054] ppid=18051 vsize=868480 CPUtime=1.08
/proc/18052/task/18054/stat : 18054 (java) S 18051 18038 16175 0 -1 64 13216 0 0 0 102 6 0 0 15 0 9 0 2007019000 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18055] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18055/stat : 18055 (java) S 18051 18038 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019001 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18056] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18056/stat : 18056 (java) S 18051 18038 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019001 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18057] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18057/stat : 18057 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007019002 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18058] ppid=18051 vsize=868480 CPUtime=0.25
/proc/18052/task/18058/stat : 18058 (java) S 18051 18038 16175 0 -1 64 1514 0 0 0 25 0 0 0 15 0 9 0 2007019002 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18059] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18059/stat : 18059 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007019003 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18060] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18060/stat : 18060 (java) S 18051 18038 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007019003 889323520 12420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887436

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18060
/proc/meminfo: memFree=1682840/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.59
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 974 6934 0 1 3 0 53 3 15 0 1 0 2007018930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 797 370 3 0 500 0
[pid=18051] ppid=18038 vsize=5356 CPUtime=0
/proc/18051/stat : 18051 (sh) S 18038 18038 16175 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007018998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18051/statm: 1339 233 193 169 0 50 0
[pid=18052] ppid=18051 vsize=868480 CPUtime=11.87
/proc/18052/stat : 18052 (java) S 18051 18038 16175 0 -1 0 18970 0 1 0 1160 27 0 0 19 0 9 0 2007018998 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18052/statm: 217120 12436 2566 9 0 211667 0
[pid=18052/tid=18053] ppid=18051 vsize=868480 CPUtime=10.39
/proc/18052/task/18053/stat : 18053 (java) R 18051 18038 16175 0 -1 64 3535 0 1 0 1021 18 0 0 25 0 9 0 2007018999 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4126860017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18054] ppid=18051 vsize=868480 CPUtime=1.19
/proc/18052/task/18054/stat : 18054 (java) S 18051 18038 16175 0 -1 64 13217 0 0 0 111 8 0 0 16 0 9 0 2007019000 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18055] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18055/stat : 18055 (java) S 18051 18038 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019001 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18056] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18056/stat : 18056 (java) S 18051 18038 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019001 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18057] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18057/stat : 18057 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007019002 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18058] ppid=18051 vsize=868480 CPUtime=0.27
/proc/18052/task/18058/stat : 18058 (java) S 18051 18038 16175 0 -1 64 1526 0 0 0 27 0 0 0 16 0 9 0 2007019002 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18059] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18059/stat : 18059 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007019003 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18060] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18060/stat : 18060 (java) S 18051 18038 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007019003 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887436

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18060
/proc/meminfo: memFree=1632280/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=0.59
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 974 6934 0 1 3 0 53 3 16 0 1 0 2007018930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 797 370 3 0 500 0
[pid=18051] ppid=18038 vsize=5356 CPUtime=0
/proc/18051/stat : 18051 (sh) S 18038 18038 16175 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007018998 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18051/statm: 1339 233 193 169 0 50 0
[pid=18052] ppid=18051 vsize=868480 CPUtime=24.53
/proc/18052/stat : 18052 (java) S 18051 18038 16175 0 -1 0 19456 0 1 0 2396 57 0 0 19 0 9 0 2007018998 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18052/statm: 217120 12441 2566 9 0 211667 0
[pid=18052/tid=18053] ppid=18051 vsize=868480 CPUtime=22.83
/proc/18052/task/18053/stat : 18053 (java) R 18051 18038 16175 0 -1 64 4016 0 1 0 2239 44 0 0 25 0 9 0 2007018999 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4127011091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18054] ppid=18051 vsize=868480 CPUtime=1.39
/proc/18052/task/18054/stat : 18054 (java) S 18051 18038 16175 0 -1 64 13217 0 0 0 128 11 0 0 16 0 9 0 2007019000 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18055] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18055/stat : 18055 (java) S 18051 18038 16175 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019001 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18056] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18056/stat : 18056 (java) S 18051 18038 16175 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019001 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18057] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18057/stat : 18057 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007019002 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18058] ppid=18051 vsize=868480 CPUtime=0.28
/proc/18052/task/18058/stat : 18058 (java) S 18051 18038 16175 0 -1 64 1531 0 0 0 28 0 0 0 16 0 9 0 2007019002 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18059] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18059/stat : 18059 (java) S 18051 18038 16175 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007019003 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18052/tid=18060] ppid=18051 vsize=868480 CPUtime=0
/proc/18052/task/18060/stat : 18060 (java) S 18051 18038 16175 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007019003 889323520 12441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887436

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1469720/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=45940 CPUtime=3.01
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 10110 0 0 0 135 166 0 0 25 0 1 0 2007023732 47042560 10096 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 11485 10096 40 102 0 11380 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 64896

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1264280/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=277976 CPUtime=53.59
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 59593 0 0 0 2435 2924 0 0 25 0 1 0 2007023732 284647424 59579 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 69494 59579 40 102 0 69389 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 296932

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

[startup+127.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1171480/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=360872 CPUtime=78.96
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 82971 0 0 0 3614 4282 0 0 25 0 1 0 2007023732 369532928 82957 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 90218 82957 40 102 0 90113 0
Current children cumulated CPU time (s) 126.26
Current children cumulated vsize (KiB) 379828

[startup+134.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1147288/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=381860 CPUtime=85.3
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 88859 0 0 0 3909 4621 0 0 25 0 1 0 2007023732 391024640 88845 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 95465 88845 40 102 0 95360 0
Current children cumulated CPU time (s) 132.6
Current children cumulated vsize (KiB) 400816

[startup+140.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1123608/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=402188 CPUtime=91.65
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 94579 0 0 0 4189 4976 0 0 25 0 1 0 2007023732 411840512 94565 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 100547 94565 40 102 0 100442 0
Current children cumulated CPU time (s) 138.95
Current children cumulated vsize (KiB) 421144

[startup+142.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1121432/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=407620 CPUtime=93.23
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 95240 0 0 0 4326 4997 0 0 25 0 1 0 2007023732 417402880 95226 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 101905 95226 42 102 0 101800 0
Current children cumulated CPU time (s) 140.53
Current children cumulated vsize (KiB) 426576

[startup+143.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1120536/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=47.3
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1022 28135 0 2 3 0 4554 173 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
[pid=18061] ppid=18038 vsize=5356 CPUtime=0
/proc/18061/stat : 18061 (sh) S 18038 18038 16175 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007023732 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18061/statm: 1339 232 193 169 0 50 0
[pid=18062] ppid=18061 vsize=444488 CPUtime=94.02
/proc/18062/stat : 18062 (picosat) R 18061 18038 16175 0 -1 4194304 95364 0 0 0 4405 4997 0 0 25 0 1 0 2007023732 455155712 95350 996147200 134512640 134931368 4294956256 18446744073709551615 134581953 0 0 4096 0 0 0 0 17 1 0 0
/proc/18062/statm: 111122 95350 42 102 0 111017 0
Current children cumulated CPU time (s) 141.32
Current children cumulated vsize (KiB) 463444

[startup+143.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1120536/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=141.7
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1073 123786 0 2 3 0 8991 5176 17 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 141.7
Current children cumulated vsize (KiB) 13600

[startup+143.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18062
/proc/meminfo: memFree=1120536/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=141.7
/proc/18038/stat : 18038 (sugar) S 18036 18038 16175 0 -1 4194304 1091 123786 0 2 3 0 8991 5176 16 0 1 0 2007018930 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18038/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 141.7
Current children cumulated vsize (KiB) 13600

[startup+144.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18072
/proc/meminfo: memFree=1572264/2055920 swapFree=4179416/4192956
[pid=18038] ppid=18036 vsize=13600 CPUtime=142.18
/proc/18038/stat : 18038 (sugar) R 18036 18038 16175 0 -1 4194304 1118 128687 0 3 3 3 9033 5179 16 0 1 0 2007018930 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18038/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 142.18
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 144.101
CPU time (s): 142.304
CPU user time (s): 90.3753
CPU system time (s): 51.9291
CPU usage (%): 98.7532
Max. virtual memory (cumulated for all children) (KiB): 897824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.3753
system time used= 51.9291
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129835
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20833
involuntary context switches= 23655

runsolver used 0.212967 second user time and 0.45593 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 19:54:32
IDJOB=1095014
IDBENCH=58864
IDSOLVER=345
FILE ID=node62/1095014-1215280472
PBS_JOBID= 7882239
Free space on /tmp= 65256 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-0.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-1095014-1215280472/watcher-1095014-1215280472 -o /tmp/evaluation-result-1095014-1215280472/solver-1095014-1215280472 -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-1095014-1215280472.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 973dbc41041e1781c07a539cb8e93a5d
RANDOM SEED=1964977831

node62.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.259
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.259
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:       1751248 kB
Buffers:         42072 kB
Cached:         191420 kB
SwapCached:       7024 kB
Active:         164948 kB
Inactive:        83232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751248 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          22192 kB
Slab:            41604 kB
Committed_AS:  4188252 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-05 19:56:56