Trace number 1059338

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 132.693 134.302

General information on the benchmark

Namecsp/fischer/
normalized-fischer-3-7-fair.xml
MD5SUM5767d7b04a3b9e87081d53348b188c29
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.77143
Satisfiable
(Un)Satisfiability was proved
Number of variables5563
Number of constraints5250
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5250
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 Fri Jul  4 00:05:49 2008
0.00/0.04	c 0	PID 1641
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059338-1215122749.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-1059338-1215122749.xml' 'HOME/temp.csp'
0.04/0.79	c 1	3 domains, 5563 variables, 9 predicates, 0 relations, 5250 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.78/0.92	c 1	Parsing HOME/temp.csp
1.13/1.25	c 1	parsed 10000 expressions
1.13/1.27	c 1	parsed 10825 expressions
1.13/1.27	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.27	c 1	Converting to clausal form CSP
1.22/1.31	c 1	converted 1083 (10%) expressions
1.22/1.33	c 1	converted 2165 (20%) expressions
1.22/1.33	c 1	converted 3248 (30%) expressions
1.22/1.33	c 1	converted 4330 (40%) expressions
1.22/1.33	c 1	converted 5413 (50%) expressions
1.42/1.56	c 2	converted 6495 (60%) expressions
1.51/1.68	c 2	converted 7578 (70%) expressions
1.71/1.85	c 2	converted 8660 (80%) expressions
1.81/1.95	c 2	converted 9743 (90%) expressions
2.01/2.12	c 2	converted 10825 (100%) expressions
2.01/2.12	c 2	CSP : 9665 integers, 352 booleans, 23741 clauses, largest domain size 20001
2.01/2.12	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.12	c 2	Propagation in CSP
39.15/39.64	c 40	134999561 values, 0 unsatisfiable literals, and 0 valid clauses are removed
39.15/39.65	c 40	CSP : 9665 integers, 352 booleans, 23741 clauses, largest domain size 20001
39.15/39.65	c 40	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.15/39.66	c 40	Simplifing CSP by introducing new Boolean variables
39.25/39.71	c 40	CSP : 9665 integers, 8666 booleans, 32055 clauses, largest domain size 20001
39.25/39.71	c 40	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.35/39.84	c 40	Encoding CSP to SAT : HOME/temp.cnf
39.44/39.90	c 40	967 (10%) CSP integer variables are encoded (14747 clauses, 199469 bytes)
40.04/40.58	c 41	1933 (20%) CSP integer variables are encoded (531479 clauses, 8814556 bytes)
40.33/40.86	c 41	2900 (30%) CSP integer variables are encoded (744251 clauses, 12431680 bytes)
40.43/40.95	c 41	3866 (40%) CSP integer variables are encoded (814243 clauses, 13621544 bytes)
40.72/41.29	c 41	4833 (50%) CSP integer variables are encoded (1076606 clauses, 18237366 bytes)
40.72/41.29	c 41	5799 (60%) CSP integer variables are encoded (1076606 clauses, 18237366 bytes)
40.93/41.49	c 42	6766 (70%) CSP integer variables are encoded (1226576 clauses, 21086796 bytes)
41.13/41.61	c 42	7732 (80%) CSP integer variables are encoded (1316558 clauses, 22796454 bytes)
41.13/41.65	c 42	8699 (90%) CSP integer variables are encoded (1346554 clauses, 23366378 bytes)
41.23/41.77	c 42	9665 (100%) CSP integer variables are encoded (1436540 clauses, 25076112 bytes)
48.00/48.70	c 49	3206 (10%) CSP clauses are encoded (5180133 clauses, 98228533 bytes)
49.16/49.91	c 50	6411 (20%) CSP clauses are encoded (5822957 clauses, 110995096 bytes)
49.56/50.39	c 50	9617 (30%) CSP clauses are encoded (6114381 clauses, 116836412 bytes)
50.16/50.92	c 51	12822 (40%) CSP clauses are encoded (6435280 clauses, 123333418 bytes)
50.54/51.40	c 51	16028 (50%) CSP clauses are encoded (6716271 clauses, 129022423 bytes)
50.64/51.42	c 51	19233 (60%) CSP clauses are encoded (6717746 clauses, 129051953 bytes)
50.64/51.44	c 51	22439 (70%) CSP clauses are encoded (6719211 clauses, 129081267 bytes)
50.84/51.66	c 52	25644 (80%) CSP clauses are encoded (6840620 clauses, 131539382 bytes)
51.43/52.25	c 52	28850 (90%) CSP clauses are encoded (7202173 clauses, 138942550 bytes)
51.43/52.28	c 52	32055 (100%) CSP clauses are encoded (7208043 clauses, 139097716 bytes)
51.43/52.28	c 52	32055 CSP clauses encoded
51.43/52.28	c 52	Writing map file : HOME/temp.map
51.53/52.34	c 52	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.53/52.34	c 52	SAT : 1447966 SAT variables, 7208043 SAT clauses, 139097716 bytes
51.53/52.34	c 52	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.53/52.38	c 52	SOLVING HOME/temp.cnf
51.53/52.38	c 52	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
132.11/133.70	c 134	DECODING HOME/temp.out WITH HOME/temp.map
132.11/133.70	c 134	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
132.11/133.79	c 134	Decoding HOME/temp.out
132.52/134.17	s UNSATISFIABLE
132.52/134.17	c 134	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
132.59/134.23	c 134	CPU 98.75 (0.03 0.01 98.72 33.84)
132.59/134.23	c 134	END Fri Jul  4 00:08:03 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-1059338-1215122749/watcher-1059338-1215122749 -o /tmp/evaluation-result-1059338-1215122749/solver-1059338-1215122749 -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-1059338-1215122749.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.92 1.98 1.99 4/80 1641
/proc/meminfo: memFree=1617472/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=12268 CPUtime=0
/proc/1641/stat : 1641 (sugar) R 1639 1641 590 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1991249294 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1641/statm: 3067 316 241 3 0 167 0

[startup+0.0519939 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1641
/proc/meminfo: memFree=1617472/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.04
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 884 127 0 0 3 1 0 0 19 0 1 0 1991249294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102221 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1641
/proc/meminfo: memFree=1617472/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.04
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991249294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301251 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1641
/proc/meminfo: memFree=1617472/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.04
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991249294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702324 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1641
/proc/meminfo: memFree=1617472/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.04
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991249294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 1663
/proc/meminfo: memFree=1609640/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.78
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 974 8212 0 1 3 1 69 5 15 0 1 0 1991249294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 797 370 3 0 500 0
[pid=1654] ppid=1641 vsize=5356 CPUtime=0
/proc/1654/stat : 1654 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991249378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1654/statm: 1339 233 193 169 0 50 0
[pid=1655] ppid=1654 vsize=868368 CPUtime=0.64
/proc/1655/stat : 1655 (java) S 1654 1641 590 0 -1 0 5856 0 1 0 60 4 0 0 18 0 9 0 1991249379 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1655/statm: 217092 5238 1733 9 0 211667 0
[pid=1655/tid=1656] ppid=1654 vsize=868368 CPUtime=0.38
/proc/1655/task/1656/stat : 1656 (java) R 1654 1641 590 0 -1 64 2675 0 1 0 37 1 0 0 22 0 9 0 1991249380 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4126572108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1657] ppid=1654 vsize=868368 CPUtime=0.05
/proc/1655/task/1657/stat : 1657 (java) S 1654 1641 590 0 -1 64 1037 0 0 0 5 0 0 0 16 0 9 0 1991249381 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1658] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1658/stat : 1658 (java) S 1654 1641 590 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991249381 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1659] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1659/stat : 1659 (java) S 1654 1641 590 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991249381 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1660] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1660/stat : 1660 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991249383 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1661] ppid=1654 vsize=868368 CPUtime=0.17
/proc/1655/task/1661/stat : 1661 (java) S 1654 1641 590 0 -1 64 1453 0 0 0 17 0 0 0 16 0 9 0 1991249383 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1662] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1662/stat : 1662 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991249383 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1663] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1663/stat : 1663 (java) S 1654 1641 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991249383 889208832 5238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887324

[startup+3.10275 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 1663
/proc/meminfo: memFree=1589864/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.78
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 974 8212 0 1 3 1 69 5 15 0 1 0 1991249294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 797 370 3 0 500 0
[pid=1654] ppid=1641 vsize=5356 CPUtime=0
/proc/1654/stat : 1654 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991249378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1654/statm: 1339 233 193 169 0 50 0
[pid=1655] ppid=1654 vsize=868368 CPUtime=2.22
/proc/1655/stat : 1655 (java) S 1654 1641 590 0 -1 0 10141 0 1 0 216 6 0 0 18 0 9 0 1991249379 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1655/statm: 217092 9184 2540 9 0 211667 0
[pid=1655/tid=1656] ppid=1654 vsize=868368 CPUtime=1.55
/proc/1655/task/1656/stat : 1656 (java) R 1654 1641 590 0 -1 64 2912 0 1 0 153 2 0 0 25 0 9 0 1991249380 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4126962511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1657] ppid=1654 vsize=868368 CPUtime=0.41
/proc/1655/task/1657/stat : 1657 (java) S 1654 1641 590 0 -1 64 5047 0 0 0 39 2 0 0 16 0 9 0 1991249381 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1658] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1658/stat : 1658 (java) S 1654 1641 590 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1659] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1659/stat : 1659 (java) S 1654 1641 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1660] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1660/stat : 1660 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991249383 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1661] ppid=1654 vsize=868368 CPUtime=0.22
/proc/1655/task/1661/stat : 1661 (java) S 1654 1641 590 0 -1 64 1490 0 0 0 22 0 0 0 16 0 9 0 1991249383 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1662] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1662/stat : 1662 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991249383 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1663] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1663/stat : 1663 (java) S 1654 1641 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991249383 889208832 9184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887324

[startup+6.30232 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 1663
/proc/meminfo: memFree=1587880/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.78
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 974 8212 0 1 3 1 69 5 15 0 1 0 1991249294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 797 370 3 0 500 0
[pid=1654] ppid=1641 vsize=5356 CPUtime=0
/proc/1654/stat : 1654 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991249378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1654/statm: 1339 233 193 169 0 50 0
[pid=1655] ppid=1654 vsize=868368 CPUtime=5.39
/proc/1655/stat : 1655 (java) S 1654 1641 590 0 -1 0 10434 0 1 0 530 9 0 0 18 0 9 0 1991249379 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1655/statm: 217092 9189 2540 9 0 211667 0
[pid=1655/tid=1656] ppid=1654 vsize=868368 CPUtime=4.61
/proc/1655/task/1656/stat : 1656 (java) R 1654 1641 590 0 -1 64 3200 0 1 0 458 3 0 0 25 0 9 0 1991249380 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4126964868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1657] ppid=1654 vsize=868368 CPUtime=0.52
/proc/1655/task/1657/stat : 1657 (java) S 1654 1641 590 0 -1 64 5052 0 0 0 48 4 0 0 16 0 9 0 1991249381 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1658] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1658/stat : 1658 (java) S 1654 1641 590 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1659] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1659/stat : 1659 (java) S 1654 1641 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1660] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1660/stat : 1660 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991249383 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1661] ppid=1654 vsize=868368 CPUtime=0.22
/proc/1655/task/1661/stat : 1661 (java) S 1654 1641 590 0 -1 64 1490 0 0 0 22 0 0 0 16 0 9 0 1991249383 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1662] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1662/stat : 1662 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991249383 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1663] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1663/stat : 1663 (java) S 1654 1641 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991249383 889208832 9189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887324

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 1663
/proc/meminfo: memFree=1587752/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.78
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 974 8212 0 1 3 1 69 5 15 0 1 0 1991249294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 797 370 3 0 500 0
[pid=1654] ppid=1641 vsize=5356 CPUtime=0
/proc/1654/stat : 1654 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991249378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1654/statm: 1339 233 193 169 0 50 0
[pid=1655] ppid=1654 vsize=868368 CPUtime=11.72
/proc/1655/stat : 1655 (java) S 1654 1641 590 0 -1 0 11022 0 1 0 1157 15 0 0 18 0 9 0 1991249379 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1655/statm: 217092 9200 2540 9 0 211667 0
[pid=1655/tid=1656] ppid=1654 vsize=868368 CPUtime=10.71
/proc/1655/task/1656/stat : 1656 (java) R 1654 1641 590 0 -1 64 3777 0 1 0 1066 5 0 0 25 0 9 0 1991249380 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4126578304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1657] ppid=1654 vsize=868368 CPUtime=0.75
/proc/1655/task/1657/stat : 1657 (java) S 1654 1641 590 0 -1 64 5063 0 0 0 67 8 0 0 16 0 9 0 1991249381 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1658] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1658/stat : 1658 (java) S 1654 1641 590 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1659] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1659/stat : 1659 (java) S 1654 1641 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1660] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1660/stat : 1660 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991249383 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1661] ppid=1654 vsize=868368 CPUtime=0.22
/proc/1655/task/1661/stat : 1661 (java) S 1654 1641 590 0 -1 64 1490 0 0 0 22 0 0 0 16 0 9 0 1991249383 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1662] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1662/stat : 1662 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991249383 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1663] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1663/stat : 1663 (java) S 1654 1641 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991249383 889208832 9200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887324

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 1663
/proc/meminfo: memFree=1587752/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=0.78
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 974 8212 0 1 3 1 69 5 15 0 1 0 1991249294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 797 370 3 0 500 0
[pid=1654] ppid=1641 vsize=5356 CPUtime=0
/proc/1654/stat : 1654 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991249378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1654/statm: 1339 233 193 169 0 50 0
[pid=1655] ppid=1654 vsize=868368 CPUtime=24.41
/proc/1655/stat : 1655 (java) S 1654 1641 590 0 -1 0 12189 0 1 0 2414 27 0 0 18 0 9 0 1991249379 889208832 9216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1655/statm: 217092 9216 2540 9 0 211667 0
[pid=1655/tid=1656] ppid=1654 vsize=868368 CPUtime=22.94
/proc/1655/task/1656/stat : 1656 (java) R 1654 1641 590 0 -1 64 4928 0 1 0 2286 8 0 0 25 0 9 0 1991249380 889208832 9216 996147200 134512640 134550740 4294955952 18446744073709551615 4126577755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1657] ppid=1654 vsize=868368 CPUtime=1.2
/proc/1655/task/1657/stat : 1657 (java) S 1654 1641 590 0 -1 64 5079 0 0 0 103 17 0 0 16 0 9 0 1991249381 889208832 9216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1658] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1658/stat : 1658 (java) S 1654 1641 590 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1659] ppid=1654 vsize=868368 CPUtime=0
/proc/1655/task/1659/stat : 1659 (java) S 1654 1641 590 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991249381 889208832 9216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/1655/task/1661/stat : 1661 (java) S 1654 1641 590 0 -1 64 1527 0 0 0 29 1 0 0 17 0 9 0 1991249383 889323520 9792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1662] ppid=1654 vsize=868480 CPUtime=0
/proc/1655/task/1662/stat : 1662 (java) S 1654 1641 590 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991249383 889323520 9792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1655/tid=1663] ppid=1654 vsize=868480 CPUtime=0
/proc/1655/task/1663/stat : 1663 (java) S 1654 1641 590 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991249383 889323520 9792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 887436

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1194792/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=51.58
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1022 25086 0 2 3 1 5001 153 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1664] ppid=1641 vsize=5356 CPUtime=0
/proc/1664/stat : 1664 (sh) S 1641 1641 590 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991254533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1664/statm: 1339 232 193 169 0 50 0
[pid=1665] ppid=1664 vsize=338424 CPUtime=49.43
/proc/1665/stat : 1665 (picosat) R 1664 1641 590 0 -1 4194304 70511 0 0 0 2225 2718 0 0 25 0 1 0 1991254533 346546176 70497 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1665/statm: 84606 70497 40 102 0 84501 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 357380

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

[startup+115.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1164520/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=51.58
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1022 25086 0 2 3 1 5001 153 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1664] ppid=1641 vsize=5356 CPUtime=0
/proc/1664/stat : 1664 (sh) S 1641 1641 590 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991254533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1664/statm: 1339 232 193 169 0 50 0
[pid=1665] ppid=1664 vsize=393344 CPUtime=62.1
/proc/1665/stat : 1665 (picosat) R 1664 1641 590 0 -1 4194304 78167 0 0 0 2989 3221 0 0 25 0 1 0 1991254533 402784256 78128 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/1665/statm: 98336 78128 42 102 0 98231 0
Current children cumulated CPU time (s) 113.68
Current children cumulated vsize (KiB) 412300

[startup+127.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1163816/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=51.58
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1022 25086 0 2 3 1 5001 153 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1664] ppid=1641 vsize=5356 CPUtime=0
/proc/1664/stat : 1664 (sh) S 1641 1641 590 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991254533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1664/statm: 1339 232 193 169 0 50 0
[pid=1665] ppid=1664 vsize=393476 CPUtime=74.79
/proc/1665/stat : 1665 (picosat) R 1664 1641 590 0 -1 4194304 78195 0 0 0 4258 3221 0 0 25 0 1 0 1991254533 402919424 78156 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/1665/statm: 98369 78156 42 102 0 98264 0
Current children cumulated CPU time (s) 126.37
Current children cumulated vsize (KiB) 412432

[startup+131.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1163816/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=51.58
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1022 25086 0 2 3 1 5001 153 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1664] ppid=1641 vsize=5356 CPUtime=0
/proc/1664/stat : 1664 (sh) S 1641 1641 590 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991254533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1664/statm: 1339 232 193 169 0 50 0
[pid=1665] ppid=1664 vsize=393476 CPUtime=77.95
/proc/1665/stat : 1665 (picosat) R 1664 1641 590 0 -1 4194304 78196 0 0 0 4574 3221 0 0 25 0 1 0 1991254533 402919424 78157 996147200 134512640 134931368 4294956256 18446744073709551615 134524090 0 0 4096 0 0 0 0 17 1 0 0
/proc/1665/statm: 98369 78157 42 102 0 98264 0
Current children cumulated CPU time (s) 129.53
Current children cumulated vsize (KiB) 412432

[startup+132.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1163816/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=51.58
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1022 25086 0 2 3 1 5001 153 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1664] ppid=1641 vsize=5356 CPUtime=0
/proc/1664/stat : 1664 (sh) S 1641 1641 590 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991254533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1664/statm: 1339 232 193 169 0 50 0
[pid=1665] ppid=1664 vsize=393476 CPUtime=79.54
/proc/1665/stat : 1665 (picosat) R 1664 1641 590 0 -1 4194304 78217 0 0 0 4733 3221 0 0 25 0 1 0 1991254533 402919424 78178 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 1 0 0
/proc/1665/statm: 98369 78178 42 102 0 98264 0
Current children cumulated CPU time (s) 131.12
Current children cumulated vsize (KiB) 412432

[startup+133.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1163496/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=51.58
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1022 25086 0 2 3 1 5001 153 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1664] ppid=1641 vsize=5356 CPUtime=0
/proc/1664/stat : 1664 (sh) S 1641 1641 590 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991254533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1664/statm: 1339 232 193 169 0 50 0
[pid=1665] ppid=1664 vsize=361764 CPUtime=80.34
/proc/1665/stat : 1665 (picosat) R 1664 1641 590 0 -1 4194304 78586 0 0 0 4812 3222 0 0 25 0 1 0 1991254533 370446336 73827 996147200 134512640 134931368 4294956256 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/1665/statm: 90441 73827 42 102 0 90336 0
Current children cumulated CPU time (s) 131.92
Current children cumulated vsize (KiB) 380720

[startup+133.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 1665
/proc/meminfo: memFree=1163496/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=132.14
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1091 103959 0 2 3 1 9829 3381 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 132.14
Current children cumulated vsize (KiB) 13600

[startup+134.102 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 1675
/proc/meminfo: memFree=1471144/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=132.14
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1091 103959 0 2 3 1 9829 3381 16 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1666] ppid=1641 vsize=5356 CPUtime=0
/proc/1666/stat : 1666 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991262665 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1666/statm: 1339 233 193 169 0 50 0
[pid=1667] ppid=1666 vsize=863720 CPUtime=0.38
/proc/1667/stat : 1667 (java) S 1666 1641 590 0 -1 0 3560 0 1 0 36 2 0 0 18 0 9 0 1991262666 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1667/statm: 215930 3033 1650 9 0 210512 0
[pid=1667/tid=1668] ppid=1666 vsize=863720 CPUtime=0.32
/proc/1667/task/1668/stat : 1668 (java) R 1666 1641 590 0 -1 64 2437 0 1 0 32 0 0 0 20 0 9 0 1991262667 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4125978430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1669] ppid=1666 vsize=863720 CPUtime=0
/proc/1667/task/1669/stat : 1669 (java) S 1666 1641 590 0 -1 64 197 0 0 0 0 0 0 0 16 0 9 0 1991262668 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1670] ppid=1666 vsize=863720 CPUtime=0
/proc/1667/task/1670/stat : 1670 (java) S 1666 1641 590 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991262668 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1671] ppid=1666 vsize=863720 CPUtime=0
/proc/1667/task/1671/stat : 1671 (java) S 1666 1641 590 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991262668 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1672] ppid=1666 vsize=863720 CPUtime=0
/proc/1667/task/1672/stat : 1672 (java) S 1666 1641 590 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991262670 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1673] ppid=1666 vsize=863720 CPUtime=0.02
/proc/1667/task/1673/stat : 1673 (java) R 1666 1641 590 0 -1 64 234 0 0 0 2 0 0 0 19 0 9 0 1991262670 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 102719032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1674] ppid=1666 vsize=863720 CPUtime=0
/proc/1667/task/1674/stat : 1674 (java) S 1666 1641 590 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991262670 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1675] ppid=1666 vsize=863720 CPUtime=0
/proc/1667/task/1675/stat : 1675 (java) S 1666 1641 590 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991262670 884449280 3033 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.52
Current children cumulated vsize (KiB) 882676

[startup+134.207 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 1675
/proc/meminfo: memFree=1471144/2055920 swapFree=4180540/4192956
[pid=1641] ppid=1639 vsize=13600 CPUtime=132.14
/proc/1641/stat : 1641 (sugar) S 1639 1641 590 0 -1 4194304 1091 103959 0 2 3 1 9829 3381 15 0 1 0 1991249294 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1641/statm: 3400 799 370 3 0 500 0
[pid=1666] ppid=1641 vsize=5356 CPUtime=0
/proc/1666/stat : 1666 (sh) S 1641 1641 590 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991262665 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1666/statm: 1339 233 193 169 0 50 0
[pid=1667] ppid=1666 vsize=864172 CPUtime=0.45
/proc/1667/stat : 1667 (java) S 1666 1641 590 0 -1 0 3860 0 1 0 43 2 0 0 18 0 9 0 1991262666 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1667/statm: 216043 3323 1695 9 0 210618 0
[pid=1667/tid=1668] ppid=1666 vsize=864172 CPUtime=0.36
/proc/1667/task/1668/stat : 1668 (java) S 1666 1641 590 0 -1 64 2534 0 1 0 35 1 0 0 18 0 9 0 1991262667 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1669] ppid=1666 vsize=864172 CPUtime=0.01
/proc/1667/task/1669/stat : 1669 (java) S 1666 1641 590 0 -1 64 312 0 0 0 1 0 0 0 16 0 9 0 1991262668 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1670] ppid=1666 vsize=864172 CPUtime=0
/proc/1667/task/1670/stat : 1670 (java) S 1666 1641 590 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991262668 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1671] ppid=1666 vsize=864172 CPUtime=0
/proc/1667/task/1671/stat : 1671 (java) S 1666 1641 590 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991262668 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1672] ppid=1666 vsize=864172 CPUtime=0
/proc/1667/task/1672/stat : 1672 (java) S 1666 1641 590 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991262670 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1673] ppid=1666 vsize=864172 CPUtime=0.06
/proc/1667/task/1673/stat : 1673 (java) S 1666 1641 590 0 -1 64 322 0 0 0 6 0 0 0 19 0 9 0 1991262670 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1674] ppid=1666 vsize=864172 CPUtime=0
/proc/1667/task/1674/stat : 1674 (java) S 1666 1641 590 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991262670 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1667/tid=1675] ppid=1666 vsize=864172 CPUtime=0
/proc/1667/task/1675/stat : 1675 (java) S 1666 1641 590 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991262670 884912128 3323 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.59
Current children cumulated vsize (KiB) 883128

Child status: 0
Real time (s): 134.302
CPU time (s): 132.693
CPU user time (s): 98.762
CPU system time (s): 33.9308
CPU usage (%): 98.8022
Max. virtual memory (cumulated for all children) (KiB): 888608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.762
system time used= 33.9308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109258
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= 42886
involuntary context switches= 47288

runsolver used 0.208968 second user time and 0.416936 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 00:05:49
IDJOB=1059338
IDBENCH=54238
IDSOLVER=345
FILE ID=node18/1059338-1215122749
PBS_JOBID= 7877167
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-3-7-fair.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-1059338-1215122749/watcher-1059338-1215122749 -o /tmp/evaluation-result-1059338-1215122749/solver-1059338-1215122749 -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-1059338-1215122749.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5767d7b04a3b9e87081d53348b188c29
RANDOM SEED=1822006462

node18.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.268
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	: 5931.00
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.268
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:       1617952 kB
Buffers:         40960 kB
Cached:         233056 kB
SwapCached:       6280 kB
Active:         237688 kB
Inactive:       139888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617952 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:         117012 kB
Slab:            45564 kB
Committed_AS:  4189132 kB
PageTables:       1936 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= 66544 MiB
End job on node18 at 2008-07-04 00:08:03