Trace number 1059254

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 241.585 244.208

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-7-fair.xml
MD5SUM73a261ec0b4f58edcc6e49afacde3cea
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 benchmark9.96748
Satisfiable
(Un)Satisfiability was proved
Number of variables7383
Number of constraints6973
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6973
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 Thu Jul  3 23:57:19 2008
0.00/0.04	c 0	PID 2988
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059254-1215122239.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-1059254-1215122239.xml' 'HOME/temp.csp'
0.95/1.05	c 1	3 domains, 7383 variables, 9 predicates, 0 relations, 6973 constraints
0.95/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.10	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.01/1.18	c 1	Parsing HOME/temp.csp
1.01/1.49	c 2	parsed 10000 expressions
1.01/1.63	c 2	parsed 14368 expressions
1.01/1.63	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.63	c 2	Converting to clausal form CSP
1.01/1.67	c 2	converted 1437 (10%) expressions
1.01/1.68	c 2	converted 2874 (20%) expressions
1.01/1.68	c 2	converted 4311 (30%) expressions
1.01/1.69	c 2	converted 5748 (40%) expressions
1.01/1.69	c 2	converted 7184 (50%) expressions
1.01/1.88	c 2	converted 8621 (60%) expressions
1.01/2.09	c 2	converted 10058 (70%) expressions
2.18/2.30	c 2	converted 11495 (80%) expressions
2.28/2.45	c 2	converted 12932 (90%) expressions
2.38/2.56	c 3	converted 14368 (100%) expressions
2.38/2.56	c 3	CSP : 12857 integers, 460 booleans, 31589 clauses, largest domain size 20001
2.38/2.56	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.56	c 3	Propagation in CSP
67.75/68.59	c 69	179872742 values, 0 unsatisfiable literals, and 0 valid clauses are removed
67.75/68.60	c 69	CSP : 12857 integers, 460 booleans, 31589 clauses, largest domain size 20001
67.75/68.60	c 69	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
67.85/68.61	c 69	Simplifing CSP by introducing new Boolean variables
67.85/68.67	c 69	CSP : 12857 integers, 11550 booleans, 42679 clauses, largest domain size 20001
67.85/68.67	c 69	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.05/68.85	c 69	Encoding CSP to SAT : HOME/temp.cnf
68.15/68.91	c 69	1286 (10%) CSP integer variables are encoded (19132 clauses, 265350 bytes)
69.04/69.80	c 70	2572 (20%) CSP integer variables are encoded (718240 clauses, 11989945 bytes)
69.33/70.15	c 70	3858 (30%) CSP integer variables are encoded (991804 clauses, 16640533 bytes)
69.53/70.37	c 70	5143 (40%) CSP integer variables are encoded (1161785 clauses, 19856653 bytes)
69.92/70.73	c 71	6429 (50%) CSP integer variables are encoded (1434944 clauses, 25046674 bytes)
69.92/70.73	c 71	7715 (60%) CSP integer variables are encoded (1434944 clauses, 25046674 bytes)
70.13/70.97	c 71	9000 (70%) CSP integer variables are encoded (1624906 clauses, 28655952 bytes)
70.32/71.15	c 71	10286 (80%) CSP integer variables are encoded (1754880 clauses, 31125458 bytes)
70.32/71.19	c 71	11572 (90%) CSP integer variables are encoded (1784876 clauses, 31695382 bytes)
70.52/71.36	c 71	12857 (100%) CSP integer variables are encoded (1914856 clauses, 34165002 bytes)
79.86/80.86	c 81	4268 (10%) CSP clauses are encoded (7339498 clauses, 141502695 bytes)
80.65/81.64	c 82	8536 (20%) CSP clauses are encoded (7787243 clauses, 150377200 bytes)
81.15/82.16	c 82	12804 (30%) CSP clauses are encoded (8109145 clauses, 156895011 bytes)
81.94/82.98	c 83	17072 (40%) CSP clauses are encoded (8630337 clauses, 167447568 bytes)
82.52/83.51	c 84	21340 (50%) CSP clauses are encoded (8951664 clauses, 173953029 bytes)
82.52/83.54	c 84	25608 (60%) CSP clauses are encoded (8953647 clauses, 173992792 bytes)
82.52/83.56	c 84	29876 (70%) CSP clauses are encoded (8955615 clauses, 174032219 bytes)
82.79/83.84	c 84	34144 (80%) CSP clauses are encoded (9117527 clauses, 177470617 bytes)
83.49/84.55	c 85	38412 (90%) CSP clauses are encoded (9599575 clauses, 187712327 bytes)
83.49/84.59	c 85	42679 (100%) CSP clauses are encoded (9607386 clauses, 187918873 bytes)
83.49/84.59	c 85	42679 CSP clauses encoded
83.49/84.59	c 85	Writing map file : HOME/temp.map
83.60/84.65	c 85	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.60/84.65	c 85	SAT : 1930067 SAT variables, 9607386 SAT clauses, 187918873 bytes
83.60/84.65	c 85	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.60/84.69	c 85	SOLVING HOME/temp.cnf
83.60/84.69	c 85	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
241.07/243.77	c 244	DECODING HOME/temp.out WITH HOME/temp.map
241.07/243.77	c 244	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
241.15/243.86	c 244	Decoding HOME/temp.out
241.15/244.09	s UNSATISFIABLE
241.15/244.10	c 244	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
241.45/244.11	c 244	CPU 196.86 (0.04 0 196.82 44.61)
241.45/244.11	c 244	END Fri Jul  4 00:01:23 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-1059254-1215122239/watcher-1059254-1215122239 -o /tmp/evaluation-result-1059254-1215122239/solver-1059254-1215122239 -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-1059254-1215122239.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/72 2988
/proc/meminfo: memFree=1571688/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=4708 CPUtime=0
/proc/2988/stat : 2988 (sugar) R 2986 2988 1885 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 1991196169 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 208714921353 0 0 4096 0 0 0 0 17 1 0 0
/proc/2988/statm: 1177 43 33 3 0 8 0

[startup+0.0514821 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2988
/proc/meminfo: memFree=1571688/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=0.03
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 1991196169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102315 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2988
/proc/meminfo: memFree=1571688/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=0.03
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991196169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301344 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2988
/proc/meminfo: memFree=1571688/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=0.03
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991196169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701432 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2988
/proc/meminfo: memFree=1571688/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=0.03
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991196169 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 3000
/proc/meminfo: memFree=1548752/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=1.01
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 973 9103 0 1 3 0 93 5 15 0 1 0 1991196169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10288 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 3010
/proc/meminfo: memFree=1548880/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=1.01
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 974 9103 0 1 3 0 93 5 15 0 1 0 1991196169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 797 370 3 0 500 0
[pid=3001] ppid=2988 vsize=5356 CPUtime=0
/proc/3001/stat : 3001 (sh) S 2988 2988 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196279 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3001/statm: 1339 233 193 169 0 50 0
[pid=3002] ppid=3001 vsize=868388 CPUtime=1.97
/proc/3002/stat : 3002 (java) S 3001 2988 1885 0 -1 0 11672 0 1 0 190 7 0 0 19 0 9 0 1991196279 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3002/statm: 217097 10554 2540 9 0 211672 0
[pid=3002/tid=3003] ppid=3001 vsize=868388 CPUtime=1.14
/proc/3002/task/3003/stat : 3003 (java) R 3001 2988 1885 0 -1 64 2884 0 1 0 112 2 0 0 25 0 9 0 1991196280 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126578311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3004] ppid=3001 vsize=868388 CPUtime=0.58
/proc/3002/task/3004/stat : 3004 (java) S 3001 2988 1885 0 -1 64 6609 0 0 0 55 3 0 0 16 0 9 0 1991196281 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3005] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3005/stat : 3005 (java) S 3001 2988 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3006] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3006/stat : 3006 (java) S 3001 2988 1885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3007] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3007/stat : 3007 (java) S 3001 2988 1885 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3008] ppid=3001 vsize=868388 CPUtime=0.21
/proc/3002/task/3008/stat : 3008 (java) S 3001 2988 1885 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3009] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3009/stat : 3009 (java) S 3001 2988 1885 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3010] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3010/stat : 3010 (java) S 3001 2988 1885 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30149 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 3010
/proc/meminfo: memFree=1536528/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=1.01
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 974 9103 0 1 3 0 93 5 15 0 1 0 1991196169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 797 370 3 0 500 0
[pid=3001] ppid=2988 vsize=5356 CPUtime=0
/proc/3001/stat : 3001 (sh) S 2988 2988 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196279 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3001/statm: 1339 233 193 169 0 50 0
[pid=3002] ppid=3001 vsize=868388 CPUtime=5.14
/proc/3002/stat : 3002 (java) S 3001 2988 1885 0 -1 0 11874 0 1 0 505 9 0 0 19 0 9 0 1991196279 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3002/statm: 217097 10554 2540 9 0 211672 0
[pid=3002/tid=3003] ppid=3001 vsize=868388 CPUtime=4.22
/proc/3002/task/3003/stat : 3003 (java) R 3001 2988 1885 0 -1 64 3086 0 1 0 419 3 0 0 25 0 9 0 1991196280 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126971748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3004] ppid=3001 vsize=868388 CPUtime=0.67
/proc/3002/task/3004/stat : 3004 (java) S 3001 2988 1885 0 -1 64 6609 0 0 0 63 4 0 0 16 0 9 0 1991196281 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3005] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3005/stat : 3005 (java) S 3001 2988 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3006] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3006/stat : 3006 (java) S 3001 2988 1885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3007] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3007/stat : 3007 (java) S 3001 2988 1885 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3008] ppid=3001 vsize=868388 CPUtime=0.21
/proc/3002/task/3008/stat : 3008 (java) S 3001 2988 1885 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3009] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3009/stat : 3009 (java) S 3001 2988 1885 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3010] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3010/stat : 3010 (java) S 3001 2988 1885 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887344

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 3010
/proc/meminfo: memFree=1536464/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=1.01
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 974 9103 0 1 3 0 93 5 15 0 1 0 1991196169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 797 370 3 0 500 0
[pid=3001] ppid=2988 vsize=5356 CPUtime=0
/proc/3001/stat : 3001 (sh) S 2988 2988 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196279 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3001/statm: 1339 233 193 169 0 50 0
[pid=3002] ppid=3001 vsize=868388 CPUtime=11.48
/proc/3002/stat : 3002 (java) S 3001 2988 1885 0 -1 0 12279 0 1 0 1136 12 0 0 19 0 9 0 1991196279 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3002/statm: 217097 10554 2540 9 0 211672 0
[pid=3002/tid=3003] ppid=3001 vsize=868388 CPUtime=10.4
/proc/3002/task/3003/stat : 3003 (java) R 3001 2988 1885 0 -1 64 3491 0 1 0 1037 3 0 0 25 0 9 0 1991196280 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126625106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3004] ppid=3001 vsize=868388 CPUtime=0.83
/proc/3002/task/3004/stat : 3004 (java) S 3001 2988 1885 0 -1 64 6609 0 0 0 76 7 0 0 16 0 9 0 1991196281 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3005] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3005/stat : 3005 (java) S 3001 2988 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3006] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3006/stat : 3006 (java) S 3001 2988 1885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3007] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3007/stat : 3007 (java) S 3001 2988 1885 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3008] ppid=3001 vsize=868388 CPUtime=0.21
/proc/3002/task/3008/stat : 3008 (java) S 3001 2988 1885 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3009] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3009/stat : 3009 (java) S 3001 2988 1885 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3010] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3010/stat : 3010 (java) S 3001 2988 1885 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887344

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 3010
/proc/meminfo: memFree=1536528/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=1.01
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 974 9103 0 1 3 0 93 5 15 0 1 0 1991196169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 797 370 3 0 500 0
[pid=3001] ppid=2988 vsize=5356 CPUtime=0
/proc/3001/stat : 3001 (sh) S 2988 2988 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196279 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3001/statm: 1339 233 193 169 0 50 0
[pid=3002] ppid=3001 vsize=868388 CPUtime=24.15
/proc/3002/stat : 3002 (java) S 3001 2988 1885 0 -1 0 13087 0 1 0 2396 19 0 0 19 0 9 0 1991196279 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3002/statm: 217097 10554 2540 9 0 211672 0
[pid=3002/tid=3003] ppid=3001 vsize=868388 CPUtime=22.76
/proc/3002/task/3003/stat : 3003 (java) R 3001 2988 1885 0 -1 64 4299 0 1 0 2270 6 0 0 25 0 9 0 1991196280 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4126617622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3004] ppid=3001 vsize=868388 CPUtime=1.14
/proc/3002/task/3004/stat : 3004 (java) S 3001 2988 1885 0 -1 64 6609 0 0 0 103 11 0 0 16 0 9 0 1991196281 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3005] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3005/stat : 3005 (java) S 3001 2988 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3006] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3006/stat : 3006 (java) S 3001 2988 1885 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991196282 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3007] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3007/stat : 3007 (java) S 3001 2988 1885 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3008] ppid=3001 vsize=868388 CPUtime=0.21
/proc/3002/task/3008/stat : 3008 (java) S 3001 2988 1885 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3009] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3009/stat : 3009 (java) S 3001 2988 1885 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3002/tid=3010] ppid=3001 vsize=868388 CPUtime=0
/proc/3002/task/3010/stat : 3010 (java) S 3001 2988 1885 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991196284 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887344

[startup+51.102 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 3010
/proc/meminfo: memFree=1536464/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=1.01
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 974 9103 0 1 3 0 93 5 15 0 1 0 1991196169 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 797 370 3 0 500 0
[pid=3001] ppid=2988 vsize=5356 CPUtime=0
/proc/3001/stat : 3001 (sh) S 2988 2988 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991196279 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3001/statm: 1339 233 193 169 0 50 0
[pid=3002] ppid=3001 vsize=868388 CPUtime=49.51
/proc/3002/stat : 3002 (java) S 3001 2988 1885 0 -1 0 14707 0 1 0 4915 36 0 0 19 0 9 0 1991196279 889229312 10554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 3012
/proc/meminfo: memFree=1193104/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=200564 CPUtime=17.43
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 47207 0 0 0 795 948 0 0 25 0 1 0 1991204639 205377536 47193 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 50141 47193 40 102 0 50036 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 219520

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3012
/proc/meminfo: memFree=981584/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=421364 CPUtime=76.77
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 100369 0 0 0 3457 4220 0 0 25 0 1 0 1991204639 431476736 100355 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 105341 100355 40 102 0 105236 0
Current children cumulated CPU time (s) 160.46
Current children cumulated vsize (KiB) 440320

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959760/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=463532 CPUtime=136.18
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 105317 0 0 0 9349 4269 0 0 25 0 1 0 1991204639 474656768 105292 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 115883 105292 42 102 0 115778 0
Current children cumulated CPU time (s) 219.87
Current children cumulated vsize (KiB) 482488

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

[startup+230.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959760/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=463532 CPUtime=144.11
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 105321 0 0 0 10142 4269 0 0 25 0 1 0 1991204639 474656768 105296 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 115883 105296 42 102 0 115778 0
Current children cumulated CPU time (s) 227.8
Current children cumulated vsize (KiB) 482488

[startup+236.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959760/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=464192 CPUtime=150.44
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 105521 0 0 0 10775 4269 0 0 25 0 1 0 1991204639 475332608 105496 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 116048 105496 42 102 0 115943 0
Current children cumulated CPU time (s) 234.13
Current children cumulated vsize (KiB) 483148

[startup+239.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959120/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=464192 CPUtime=153.61
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 105521 0 0 0 11092 4269 0 0 25 0 1 0 1991204639 475332608 105496 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 116048 105496 42 102 0 115943 0
Current children cumulated CPU time (s) 237.3
Current children cumulated vsize (KiB) 483148

[startup+241.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959120/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=464192 CPUtime=155.2
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 105521 0 0 0 11251 4269 0 0 25 0 1 0 1991204639 475332608 105496 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 116048 105496 42 102 0 115943 0
Current children cumulated CPU time (s) 238.89
Current children cumulated vsize (KiB) 483148

[startup+243.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959056/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=83.69
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1022 29186 0 2 4 0 8185 180 17 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3011] ppid=2988 vsize=5356 CPUtime=0
/proc/3011/stat : 3011 (sh) S 2988 2988 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991204638 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3011/statm: 1339 232 193 169 0 50 0
[pid=3012] ppid=3011 vsize=464192 CPUtime=156.78
/proc/3012/stat : 3012 (picosat) R 3011 2988 1885 0 -1 4194304 105686 0 0 0 11409 4269 0 0 25 0 1 0 1991204639 475332608 105661 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/3012/statm: 116048 105661 42 102 0 115943 0
Current children cumulated CPU time (s) 240.47
Current children cumulated vsize (KiB) 483148

[startup+243.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3018
/proc/meminfo: memFree=959056/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=241.15
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1091 135679 0 2 4 0 19653 4458 16 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 241.15
Current children cumulated vsize (KiB) 13600

[startup+244.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3028
/proc/meminfo: memFree=1374736/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=241.15
/proc/2988/stat : 2988 (sugar) S 2986 2988 1885 0 -1 4194304 1091 135679 0 2 4 0 19653 4458 15 0 1 0 1991196169 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2988/statm: 3400 799 370 3 0 500 0
[pid=3019] ppid=2988 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2988 2988 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991220546 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 233 193 169 0 50 0
[pid=3020] ppid=3019 vsize=864172 CPUtime=0.3
/proc/3020/stat : 3020 (java) S 3019 2988 1885 0 -1 0 3940 0 1 0 28 2 0 0 18 0 9 0 1991220547 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3020/statm: 216043 3401 1695 9 0 210618 0
[pid=3020/tid=3021] ppid=3019 vsize=864172 CPUtime=0.21
/proc/3020/task/3021/stat : 3021 (java) S 3019 2988 1885 0 -1 64 2537 0 1 0 20 1 0 0 21 0 9 0 1991220548 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3022] ppid=3019 vsize=864172 CPUtime=0.01
/proc/3020/task/3022/stat : 3022 (java) S 3019 2988 1885 0 -1 64 393 0 0 0 1 0 0 0 16 0 9 0 1991220549 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3023] ppid=3019 vsize=864172 CPUtime=0
/proc/3020/task/3023/stat : 3023 (java) S 3019 2988 1885 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991220550 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3024] ppid=3019 vsize=864172 CPUtime=0
/proc/3020/task/3024/stat : 3024 (java) S 3019 2988 1885 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991220550 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3025] ppid=3019 vsize=864172 CPUtime=0
/proc/3020/task/3025/stat : 3025 (java) S 3019 2988 1885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991220552 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3026] ppid=3019 vsize=864172 CPUtime=0.06
/proc/3020/task/3026/stat : 3026 (java) S 3019 2988 1885 0 -1 64 319 0 0 0 6 0 0 0 17 0 9 0 1991220552 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3027] ppid=3019 vsize=864172 CPUtime=0
/proc/3020/task/3027/stat : 3027 (java) S 3019 2988 1885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991220552 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3020/tid=3028] ppid=3019 vsize=864172 CPUtime=0
/proc/3020/task/3028/stat : 3028 (java) R 3019 2988 1885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991220552 884912128 3401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.45
Current children cumulated vsize (KiB) 883128

[startup+244.207 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3028
/proc/meminfo: memFree=1374736/2055920 swapFree=4117652/4192956
[pid=2988] ppid=2986 vsize=13600 CPUtime=241.57
/proc/2988/stat : 2988 (sugar) R 2986 2988 1885 0 -1 4194304 1119 139909 0 3 4 10 19682 4461 16 0 1 0 1991196169 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2988/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 241.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 244.208
CPU time (s): 241.585
CPU user time (s): 196.866
CPU system time (s): 44.7192
CPU usage (%): 98.9262
Max. virtual memory (cumulated for all children) (KiB): 889908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.866
system time used= 44.7192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141058
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= 48889
involuntary context switches= 53810

runsolver used 0.339948 second user time and 0.780881 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 23:57:19
IDJOB=1059254
IDBENCH=54230
IDSOLVER=345
FILE ID=node47/1059254-1215122239
PBS_JOBID= 7877112
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73a261ec0b4f58edcc6e49afacde3cea
RANDOM SEED=104124952

node47.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.281
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.281
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:       1572168 kB
Buffers:         32444 kB
Cached:         286372 kB
SwapCached:      69124 kB
Active:         226508 kB
Inactive:       203404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572168 kB
SwapTotal:     4192956 kB
SwapFree:      4117652 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         118528 kB
Slab:            38944 kB
Committed_AS:  3969572 kB
PageTables:       1996 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= 66532 MiB
End job on node47 at 2008-07-04 00:01:23