Trace number 2065042

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.14.6+picosatUNSAT 175.497 177.404

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-2-fair.xml
MD5SUMc227f83f543a877d42bb8fc331d47c86
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 benchmark1.89871
Satisfiable
(Un)Satisfiability was proved
Number of variables5899
Number of constraints5572
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5572
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:42:21 2009
0.00/0.08	c 0	PID 15337
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065042-1247337741.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065042-1247337741.xml' 'HOME/temp.csp'
0.07/0.81	c 1	3 domains, 5899 variables, 9 predicates, 0 relations, 5572 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.94	c 1	Parsing HOME/temp.csp
1.11/1.23	c 2	parsed 10000 expressions
1.11/1.24	c 2	parsed 11483 expressions
1.11/1.25	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.25	c 2	Converting to clausal form CSP
1.11/1.28	c 2	converted 1149 (10%) expressions
1.21/1.30	c 2	converted 2297 (20%) expressions
1.21/1.30	c 2	converted 3445 (30%) expressions
1.21/1.31	c 2	converted 4594 (40%) expressions
1.21/1.31	c 2	converted 5742 (50%) expressions
1.41/1.56	c 2	converted 6890 (60%) expressions
1.61/1.76	c 2	converted 8039 (70%) expressions
1.80/1.90	c 2	converted 9187 (80%) expressions
2.00/2.11	c 2	converted 10335 (90%) expressions
2.10/2.24	c 3	converted 11483 (100%) expressions
2.10/2.24	c 3	CSP : 10281 integers, 388 booleans, 25053 clauses, largest domain size 20001
2.10/2.24	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.24	c 3	Propagation in CSP
44.09/44.68	c 45	70764387 values, 0 unsatisfiable literals, and 0 valid clauses are removed
44.09/44.69	c 45	CSP : 10281 integers, 388 booleans, 25053 clauses, largest domain size 20001
44.09/44.69	c 45	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.20/44.70	c 45	Simplifing CSP by introducing new Boolean variables
44.20/44.75	c 45	CSP : 10281 integers, 9276 booleans, 33941 clauses, largest domain size 20001
44.20/44.76	c 45	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.39/44.90	c 45	Encoding CSP to SAT : HOME/temp.cnf
44.39/44.96	c 45	1029 (10%) CSP integer variables are encoded (14547 clauses, 196523 bytes)
45.39/45.90	c 46	2057 (20%) CSP integer variables are encoded (744051 clauses, 12428310 bytes)
45.58/46.14	c 46	3085 (30%) CSP integer variables are encoded (926427 clauses, 15528702 bytes)
46.87/47.46	c 48	4113 (40%) CSP integer variables are encoded (1926317 clauses, 34381627 bytes)
47.07/47.60	c 48	5141 (50%) CSP integer variables are encoded (2034277 clauses, 36432867 bytes)
47.07/47.60	c 48	6169 (60%) CSP integer variables are encoded (2034277 clauses, 36432867 bytes)
47.26/47.88	c 48	7197 (70%) CSP integer variables are encoded (2244235 clauses, 40422069 bytes)
47.37/48.00	c 48	8225 (80%) CSP integer variables are encoded (2334217 clauses, 42131727 bytes)
47.86/48.43	c 49	9253 (90%) CSP integer variables are encoded (2654169 clauses, 48210815 bytes)
47.95/48.54	c 49	10281 (100%) CSP integer variables are encoded (2734157 clauses, 49730587 bytes)
58.70/59.48	c 60	3395 (10%) CSP clauses are encoded (8867386 clauses, 172573557 bytes)
58.89/59.62	c 60	6789 (20%) CSP clauses are encoded (8948336 clauses, 174131188 bytes)
59.77/60.53	c 61	10183 (30%) CSP clauses are encoded (9509774 clauses, 185472299 bytes)
60.26/61.05	c 61	13577 (40%) CSP clauses are encoded (9830724 clauses, 191970289 bytes)
60.65/61.45	c 62	16971 (50%) CSP clauses are encoded (10071898 clauses, 196853124 bytes)
60.65/61.47	c 62	20365 (60%) CSP clauses are encoded (10073454 clauses, 196884287 bytes)
60.65/61.49	c 62	23759 (70%) CSP clauses are encoded (10075016 clauses, 196915616 bytes)
63.20/64.03	c 64	27153 (80%) CSP clauses are encoded (11676585 clauses, 230827350 bytes)
63.20/64.05	c 64	30547 (90%) CSP clauses are encoded (11677644 clauses, 230847734 bytes)
63.30/64.10	c 64	33941 (100%) CSP clauses are encoded (11694716 clauses, 231316158 bytes)
63.30/64.11	c 64	33941 CSP clauses encoded
63.30/64.11	c 64	Writing map file : HOME/temp.map
63.30/64.14	c 64	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.30/64.14	c 64	SAT : 2746160 SAT variables, 11694716 SAT clauses, 231316158 bytes
63.30/64.14	c 64	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.30/64.16	c 64	SOLVING HOME/temp.cnf
63.30/64.16	c 64	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
174.90/176.84	c 177	DECODING HOME/temp.out WITH HOME/temp.map
174.90/176.84	c 177	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
174.96/176.92	c 177	Decoding HOME/temp.out
175.29/177.23	s UNSATISFIABLE
175.29/177.24	c 178	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
175.29/177.29	c 178	CPU 175.35 (0.07 0.01 122.15 53.12)
175.29/177.29	c 178	END Sat Jul 11 20:45:19 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065042-1247337741/watcher-2065042-1247337741 -o /tmp/evaluation-result-2065042-1247337741/solver-2065042-1247337741 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065042-1247337741.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 3/73 15337
/proc/meminfo: memFree=1186008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=4708 CPUtime=0
/proc/15337/stat : 15337 (sugar) R 15335 15337 14775 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20836832 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 237945025929 0 0 4096 0 0 0 0 17 1 0 0
/proc/15337/statm: 1177 43 33 3 0 8 0

[startup+0.0894811 s]
/proc/loadavg: 2.09 2.02 2.01 3/73 15337
/proc/meminfo: memFree=1186008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.07
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102482 s]
/proc/loadavg: 2.09 2.02 2.01 3/73 15337
/proc/meminfo: memFree=1186008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.07
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302496 s]
/proc/loadavg: 2.09 2.02 2.01 3/73 15337
/proc/meminfo: memFree=1186008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.07
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70253 s]
/proc/loadavg: 2.09 2.02 2.01 3/73 15337
/proc/meminfo: memFree=1186008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.07
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.09 2.02 2.01 5/84 15359
/proc/meminfo: memFree=1177920/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.8
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1309 8427 0 1 6 1 68 5 15 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
[pid=15350] ppid=15337 vsize=5356 CPUtime=0
/proc/15350/stat : 15350 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20836919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15350/statm: 1339 233 193 169 0 50 0
[pid=15351] ppid=15350 vsize=868724 CPUtime=0.61
/proc/15351/stat : 15351 (java) S 15350 15337 14775 0 -1 0 6905 0 1 0 59 2 0 0 18 0 9 0 20836919 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217181 6264 2559 9 0 211686 0
[pid=15351/tid=15352] ppid=15350 vsize=868724 CPUtime=0.39
/proc/15351/task/15352/stat : 15352 (java) R 15350 15337 14775 0 -1 64 2662 0 1 0 38 1 0 0 20 0 9 0 20836920 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15353] ppid=15350 vsize=868724 CPUtime=0.06
/proc/15351/task/15353/stat : 15353 (java) R 15350 15337 14775 0 -1 64 2104 0 0 0 6 0 0 0 16 0 9 0 20836921 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15350 vsize=868724 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15350 15337 14775 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20836922 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15350 vsize=868724 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15350 15337 14775 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20836922 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15350 vsize=868724 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15350 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20836924 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15350 vsize=868724 CPUtime=0.13
/proc/15351/task/15357/stat : 15357 (java) S 15350 15337 14775 0 -1 64 1446 0 0 0 13 0 0 0 16 0 9 0 20836924 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15350 vsize=868724 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20836924 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15350 vsize=868724 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20836924 889573376 6264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890948

[startup+3.10173 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 15359
/proc/meminfo: memFree=1158080/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.8
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1310 8427 0 1 6 1 68 5 15 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
[pid=15350] ppid=15337 vsize=5356 CPUtime=0
/proc/15350/stat : 15350 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20836919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15350/statm: 1339 233 193 169 0 50 0
[pid=15351] ppid=15350 vsize=868600 CPUtime=2.19
/proc/15351/stat : 15351 (java) S 15350 15337 14775 0 -1 0 10440 0 1 0 214 5 0 0 18 0 9 0 20836919 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217150 9478 2566 9 0 211655 0
[pid=15351/tid=15352] ppid=15350 vsize=868600 CPUtime=1.6
/proc/15351/task/15352/stat : 15352 (java) R 15350 15337 14775 0 -1 64 2906 0 1 0 159 1 0 0 25 0 9 0 20836920 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15353] ppid=15350 vsize=868600 CPUtime=0.38
/proc/15351/task/15353/stat : 15353 (java) S 15350 15337 14775 0 -1 64 5339 0 0 0 36 2 0 0 16 0 9 0 20836921 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15350 15337 14775 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20836922 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15350 15337 14775 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20836922 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15350 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20836924 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15350 vsize=868600 CPUtime=0.18
/proc/15351/task/15357/stat : 15357 (java) S 15350 15337 14775 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 20836924 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20836924 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20836924 889446400 9478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890824

[startup+6.303 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 15359
/proc/meminfo: memFree=1154176/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.8
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1310 8427 0 1 6 1 68 5 15 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
[pid=15350] ppid=15337 vsize=5356 CPUtime=0
/proc/15350/stat : 15350 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20836919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15350/statm: 1339 233 193 169 0 50 0
[pid=15351] ppid=15350 vsize=868600 CPUtime=5.36
/proc/15351/stat : 15351 (java) S 15350 15337 14775 0 -1 0 10737 0 1 0 528 8 0 0 18 0 9 0 20836919 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217150 9481 2566 9 0 211655 0
[pid=15351/tid=15352] ppid=15350 vsize=868600 CPUtime=4.67
/proc/15351/task/15352/stat : 15352 (java) R 15350 15337 14775 0 -1 64 3200 0 1 0 464 3 0 0 25 0 9 0 20836920 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4126951756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15353] ppid=15350 vsize=868600 CPUtime=0.49
/proc/15351/task/15353/stat : 15353 (java) S 15350 15337 14775 0 -1 64 5342 0 0 0 45 4 0 0 16 0 9 0 20836921 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15350 15337 14775 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20836922 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15350 15337 14775 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20836922 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15350 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20836924 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15350 vsize=868600 CPUtime=0.18
/proc/15351/task/15357/stat : 15357 (java) S 15350 15337 14775 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 20836924 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20836924 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20836924 889446400 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890824

[startup+12.7025 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 15359
/proc/meminfo: memFree=1153984/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.8
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1310 8427 0 1 6 1 68 5 15 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
[pid=15350] ppid=15337 vsize=5356 CPUtime=0
/proc/15350/stat : 15350 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20836919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15350/statm: 1339 233 193 169 0 50 0
[pid=15351] ppid=15350 vsize=868600 CPUtime=11.7
/proc/15351/stat : 15351 (java) S 15350 15337 14775 0 -1 0 11329 0 1 0 1156 14 0 0 18 0 9 0 20836919 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217150 9488 2566 9 0 211655 0
[pid=15351/tid=15352] ppid=15350 vsize=868600 CPUtime=10.78
/proc/15351/task/15352/stat : 15352 (java) R 15350 15337 14775 0 -1 64 3785 0 1 0 1073 5 0 0 25 0 9 0 20836920 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4126855126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15353] ppid=15350 vsize=868600 CPUtime=0.71
/proc/15351/task/15353/stat : 15353 (java) S 15350 15337 14775 0 -1 64 5349 0 0 0 63 8 0 0 16 0 9 0 20836921 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15350 15337 14775 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20836922 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15350 15337 14775 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20836922 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15350 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20836924 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15350 vsize=868600 CPUtime=0.18
/proc/15351/task/15357/stat : 15357 (java) S 15350 15337 14775 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 20836924 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20836924 889446400 9488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20836924 889446400 9488 996147200 134512640 134550932 4294955936 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) 890824

[startup+25.5026 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 15359
/proc/meminfo: memFree=1153920/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.8
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1310 8427 0 1 6 1 68 5 15 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
[pid=15350] ppid=15337 vsize=5356 CPUtime=0
/proc/15350/stat : 15350 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20836919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15350/statm: 1339 233 193 169 0 50 0
[pid=15351] ppid=15350 vsize=868600 CPUtime=24.37
/proc/15351/stat : 15351 (java) S 15350 15337 14775 0 -1 0 12519 0 1 0 2412 25 0 0 18 0 9 0 20836919 889446400 9502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217150 9502 2566 9 0 211655 0
[pid=15351/tid=15352] ppid=15350 vsize=868600 CPUtime=23
/proc/15351/task/15352/stat : 15352 (java) R 15350 15337 14775 0 -1 64 4961 0 1 0 2291 9 0 0 25 0 9 0 20836920 889446400 9502 996147200 134512640 134550932 4294955936 18446744073709551615 4126855119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15353] ppid=15350 vsize=868600 CPUtime=1.17
/proc/15351/task/15353/stat : 15353 (java) S 15350 15337 14775 0 -1 64 5363 0 0 0 102 15 0 0 16 0 9 0 20836921 889446400 9502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15350 15337 14775 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20836922 889446400 9502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15350 vsize=868600 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15350 15337 14775 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20836922 889446400 9502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15350 vsize=868600 CPUtime=0

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

/proc/loadavg: 2.04 2.01 2.00 3/84 15359
/proc/meminfo: memFree=1078720/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=0.8
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1310 8427 0 1 6 1 68 5 15 0 1 0 20836832 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1111 409 3 0 796 0
[pid=15350] ppid=15337 vsize=5356 CPUtime=0
/proc/15350/stat : 15350 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20836919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15350/statm: 1339 233 193 169 0 50 0
[pid=15351] ppid=15350 vsize=868712 CPUtime=49.71
/proc/15351/stat : 15351 (java) S 15350 15337 14775 0 -1 0 16294 0 1 0 4877 94 0 0 18 0 9 0 20836919 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217178 10100 2591 9 0 211655 0
[pid=15351/tid=15352] ppid=15350 vsize=868712 CPUtime=47.05
/proc/15351/task/15352/stat : 15352 (java) R 15350 15337 14775 0 -1 64 7857 0 1 0 4645 60 0 0 25 0 9 0 20836920 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4127039432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15353] ppid=15350 vsize=868712 CPUtime=2.38
/proc/15351/task/15353/stat : 15353 (java) S 15350 15337 14775 0 -1 64 6200 0 0 0 206 32 0 0 16 0 9 0 20836921 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15350 vsize=868712 CPUtime=0
/proc/15351/task/15354/stat : 15354 (java) S 15350 15337 14775 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20836922 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15350 vsize=868712 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15350 15337 14775 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20836922 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15350 vsize=868712 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15350 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20836924 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15350 vsize=868712 CPUtime=0.24
/proc/15351/task/15357/stat : 15357 (java) S 15350 15337 14775 0 -1 64 1539 0 0 0 24 0 0 0 15 0 9 0 20836924 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15350 vsize=868712 CPUtime=0
/proc/15351/task/15358/stat : 15358 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20836924 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15350 vsize=868712 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15350 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20836924 889561088 10100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 890936

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 15361
/proc/meminfo: memFree=636864/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=63.35
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1365 27288 0 2 6 1 6119 209 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15360] ppid=15337 vsize=5356 CPUtime=0
/proc/15360/stat : 15360 (sh) S 15337 15337 14775 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15360/statm: 1339 232 193 169 0 50 0
[pid=15361] ppid=15360 vsize=404552 CPUtime=37.75
/proc/15361/stat : 15361 (picosat) R 15360 15337 14775 0 -1 4194304 78737 0 0 0 1716 2059 0 0 25 0 1 0 20843249 414261248 78723 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15361/statm: 101138 78723 40 102 0 101033 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 426776

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15361
/proc/meminfo: memFree=440192/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=63.35
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1365 27288 0 2 6 1 6119 209 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15360] ppid=15337 vsize=5356 CPUtime=0
/proc/15360/stat : 15360 (sh) S 15337 15337 14775 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15360/statm: 1339 232 193 169 0 50 0
[pid=15361] ppid=15360 vsize=633776 CPUtime=97.2
/proc/15361/stat : 15361 (picosat) R 15360 15337 14775 0 -1 4194304 127762 0 0 0 4632 5088 0 0 25 0 1 0 20843249 648986624 127737 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/15361/statm: 158444 127737 42 102 0 158339 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 656000

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

[startup+166.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15361
/proc/meminfo: memFree=433792/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=63.35
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1365 27288 0 2 6 1 6119 209 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15360] ppid=15337 vsize=5356 CPUtime=0
/proc/15360/stat : 15360 (sh) S 15337 15337 14775 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15360/statm: 1339 232 193 169 0 50 0
[pid=15361] ppid=15360 vsize=666676 CPUtime=101.15
/proc/15361/stat : 15361 (picosat) R 15360 15337 14775 0 -1 4194304 129334 0 0 0 5026 5089 0 0 25 0 1 0 20843249 682676224 129309 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15361/statm: 166669 129309 42 102 0 166564 0
Current children cumulated CPU time (s) 164.5
Current children cumulated vsize (KiB) 688900

[startup+172.708 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15361
/proc/meminfo: memFree=432320/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=63.35
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1365 27288 0 2 6 1 6119 209 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15360] ppid=15337 vsize=5356 CPUtime=0
/proc/15360/stat : 15360 (sh) S 15337 15337 14775 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15360/statm: 1339 232 193 169 0 50 0
[pid=15361] ppid=15360 vsize=667864 CPUtime=107.49
/proc/15361/stat : 15361 (picosat) R 15360 15337 14775 0 -1 4194304 129700 0 0 0 5660 5089 0 0 25 0 1 0 20843249 683892736 129675 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15361/statm: 166966 129675 42 102 0 166861 0
Current children cumulated CPU time (s) 170.84
Current children cumulated vsize (KiB) 690088

[startup+175.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15361
/proc/meminfo: memFree=432256/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=63.35
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1365 27288 0 2 6 1 6119 209 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15360] ppid=15337 vsize=5356 CPUtime=0
/proc/15360/stat : 15360 (sh) S 15337 15337 14775 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15360/statm: 1339 232 193 169 0 50 0
[pid=15361] ppid=15360 vsize=667864 CPUtime=110.66
/proc/15361/stat : 15361 (picosat) R 15360 15337 14775 0 -1 4194304 129721 0 0 0 5977 5089 0 0 25 0 1 0 20843249 683892736 129696 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15361/statm: 166966 129696 42 102 0 166861 0
Current children cumulated CPU time (s) 174.01
Current children cumulated vsize (KiB) 690088

[startup+176.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15361
/proc/meminfo: memFree=432256/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=63.35
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1365 27288 0 2 6 1 6119 209 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15360] ppid=15337 vsize=5356 CPUtime=0
/proc/15360/stat : 15360 (sh) S 15337 15337 14775 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843248 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15360/statm: 1339 232 193 169 0 50 0
[pid=15361] ppid=15360 vsize=641300 CPUtime=111.45
/proc/15361/stat : 15361 (picosat) R 15360 15337 14775 0 -1 4194304 131668 0 0 0 6055 5090 0 0 25 0 1 0 20843249 656691200 124682 996147200 134512640 134931368 4294956256 18446744073709551615 134533825 0 0 4096 0 0 0 0 17 1 0 0
/proc/15361/statm: 160325 124682 42 102 0 160220 0
Current children cumulated CPU time (s) 174.8
Current children cumulated vsize (KiB) 663524

[startup+177.107 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 15371
/proc/meminfo: memFree=947008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=174.96
/proc/15337/stat : 15337 (sugar) S 15335 15337 14775 0 -1 4194304 1446 159243 0 2 6 1 12180 5309 16 0 1 0 20836832 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15337/statm: 4217 1113 409 3 0 796 0
[pid=15362] ppid=15337 vsize=5356 CPUtime=0
/proc/15362/stat : 15362 (sh) S 15337 15337 14775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854516 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15362/statm: 1339 233 193 169 0 50 0
[pid=15363] ppid=15362 vsize=862012 CPUtime=0.23
/proc/15363/stat : 15363 (java) S 15362 15337 14775 0 -1 0 3040 0 1 0 22 1 0 0 18 0 9 0 20854517 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15363/statm: 215503 2511 1251 9 0 210416 0
[pid=15363/tid=15364] ppid=15362 vsize=862012 CPUtime=0.22
/proc/15363/task/15364/stat : 15364 (java) R 15362 15337 14775 0 -1 64 2012 0 1 0 21 1 0 0 18 0 9 0 20854518 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 102852707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15365] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15365/stat : 15365 (java) S 15362 15337 14775 0 -1 64 126 0 0 0 0 0 0 0 16 0 9 0 20854519 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15366] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15366/stat : 15366 (java) S 15362 15337 14775 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20854519 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15367] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15367/stat : 15367 (java) S 15362 15337 14775 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20854519 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15368] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15368/stat : 15368 (java) S 15362 15337 14775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20854522 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15369] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15369/stat : 15369 (java) R 15362 15337 14775 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 20854522 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15370] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15370/stat : 15370 (java) S 15362 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20854522 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15363/tid=15371] ppid=15362 vsize=862012 CPUtime=0
/proc/15363/task/15371/stat : 15371 (java) S 15362 15337 14775 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 20854522 882700288 2511 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.19
Current children cumulated vsize (KiB) 884236

[startup+177.302 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 15371
/proc/meminfo: memFree=947008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=175.37
/proc/15337/stat : 15337 (sugar) R 15335 15337 14775 0 -1 4194304 1475 163445 0 3 7 3 12215 5312 16 0 1 0 20836832 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15337/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 175.37
Current children cumulated vsize (KiB) 16868

[startup+177.403 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 15371
/proc/meminfo: memFree=947008/2055920 swapFree=4192956/4192956
[pid=15337] ppid=15335 vsize=16868 CPUtime=175.47
/proc/15337/stat : 15337 (sugar) R 15335 15337 14775 0 -1 4194304 1475 163445 0 3 7 13 12215 5312 16 0 1 0 20836832 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15337/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 175.47
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 177.404
CPU time (s): 175.497
CPU user time (s): 122.229
CPU system time (s): 53.2679
CPU usage (%): 98.925
Max. virtual memory (cumulated for all children) (KiB): 892108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.229
system time used= 53.2679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164981
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= 68896
involuntary context switches= 72418

runsolver used 0.188971 second user time and 0.622905 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-11 20:42:21
IDJOB=2065042
IDBENCH=54266
IDSOLVER=738
FILE ID=node69/2065042-1247337741
PBS_JOBID= 9506700
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-2-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065042-1247337741/watcher-2065042-1247337741 -o /tmp/evaluation-result-2065042-1247337741/solver-2065042-1247337741 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065042-1247337741.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c227f83f543a877d42bb8fc331d47c86
RANDOM SEED=851462057

node69.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.211
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.211
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:       1186488 kB
Buffers:         54628 kB
Cached:         733968 kB
SwapCached:          0 kB
Active:          90300 kB
Inactive:       726652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1186488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          39096 kB
Slab:            37768 kB
Committed_AS:   217660 kB
PageTables:       1892 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= 66500 MiB
End job on node69 at 2009-07-11 20:45:19