Trace number 2077219

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+picosatSAT 243.246 243.723

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-7_ext.xml
MD5SUM84dd7f3a83d7666294b2e86a3aadbe05
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.138978
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints11
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
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 Sun Jul 12 03:53:12 2009
0.00/0.08	c 0	PID 19663
0.06/0.08	c 0	HOST node32.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077219-1247363592.xml TO HOME/temp.csp
0.06/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-2077219-1247363592.xml' 'HOME/temp.csp'
0.06/0.53	c 0	1 domains, 28 variables, 0 predicates, 2 relations, 11 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 0	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.51/0.63	c 0	Parsing HOME/temp.csp
0.93/1.02	c 1	parsed 42 expressions
0.93/1.03	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.03	c 1	Converting to clausal form CSP
0.93/1.05	c 1	converted 5 (10%) expressions
0.93/1.05	c 1	converted 9 (20%) expressions
0.93/1.05	c 1	converted 13 (30%) expressions
0.93/1.05	c 1	converted 17 (40%) expressions
0.93/1.05	c 1	converted 21 (50%) expressions
0.93/1.05	c 1	converted 26 (60%) expressions
1.03/1.12	c 1	converted 30 (70%) expressions
1.03/1.18	c 1	converted 34 (80%) expressions
1.13/1.21	c 1	converted 38 (90%) expressions
2.33/2.45	c 2	converted 42 (100%) expressions
2.33/2.45	c 2	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
2.33/2.45	c 2	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.45	c 2	Propagation in CSP
2.33/2.45	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.33/2.45	c 2	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
2.33/2.45	c 2	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.45	c 2	Simplifing CSP by introducing new Boolean variables
2.33/2.45	c 2	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
2.33/2.45	c 2	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.68	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.69	c 3	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.53/2.69	c 3	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.53/2.69	c 3	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.53/2.70	c 3	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.53/2.70	c 3	14 (50%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.53/2.70	c 3	17 (60%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.62/2.70	c 3	20 (70%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.62/2.70	c 3	23 (80%) CSP integer variables are encoded (552 clauses, 5928 bytes)
2.62/2.70	c 3	26 (90%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.62/2.70	c 3	28 (100%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.83/2.96	c 3	2 (10%) CSP clauses are encoded (9616 clauses, 261103 bytes)
2.93/3.07	c 3	3 (20%) CSP clauses are encoded (14088 clauses, 389894 bytes)
3.02/3.16	c 3	4 (30%) CSP clauses are encoded (18560 clauses, 518800 bytes)
3.13/3.26	c 3	5 (40%) CSP clauses are encoded (23032 clauses, 656008 bytes)
3.23/3.36	c 3	6 (50%) CSP clauses are encoded (27504 clauses, 793216 bytes)
3.32/3.46	c 3	7 (60%) CSP clauses are encoded (31976 clauses, 930424 bytes)
56.40/56.51	c 56	8 (70%) CSP clauses are encoded (164328 clauses, 6387005 bytes)
109.97/110.13	c 110	9 (80%) CSP clauses are encoded (296680 clauses, 12955840 bytes)
163.34/163.57	c 163	10 (90%) CSP clauses are encoded (429032 clauses, 19524675 bytes)
217.61/217.87	c 218	11 (100%) CSP clauses are encoded (561384 clauses, 26093510 bytes)
217.61/217.87	c 218	11 CSP clauses encoded
217.61/217.87	c 218	Writing map file : HOME/temp.map
217.61/217.87	c 218	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
217.61/217.87	c 218	SAT : 700 SAT variables, 561384 SAT clauses, 26093510 bytes
217.61/217.87	c 218	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
217.68/217.92	c 218	SOLVING HOME/temp.cnf
217.68/217.92	c 218	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
243.02/243.54	c 243	DECODING HOME/temp.out WITH HOME/temp.map
243.02/243.54	c 243	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'
243.10/243.62	c 243	Decoding HOME/temp.out
243.10/243.64	s SATISFIABLE
243.10/243.64	v 0 15 17 4 24 4 13 12 14 8 19 8 17 0 4 19 14 13 13 4 18 17 20 18 0 18 18 4
243.10/243.67	c 243	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
243.10/243.71	c 244	CPU 243.22 (0.06 0.02 234.98 8.16)
243.10/243.71	c 244	END Sun Jul 12 03:57:16 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077219-1247363592/watcher-2077219-1247363592 -o /tmp/evaluation-result-2077219-1247363592/solver-2077219-1247363592 -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-2077219-1247363592.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: 1.90 2.04 2.00 4/83 19663
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=12268 CPUtime=0
/proc/19663/stat : 19663 (sugar) R 19661 19663 19487 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23425671 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19663/statm: 3067 316 241 3 0 167 0

[startup+0.082444 s]
/proc/loadavg: 1.90 2.04 2.00 4/83 19663
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16740 CPUtime=0.06
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23425671 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.106568 s]
/proc/loadavg: 1.90 2.04 2.00 4/83 19663
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.06
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301588 s]
/proc/loadavg: 1.90 2.04 2.00 4/83 19663
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.06
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701634 s]
/proc/loadavg: 1.90 2.04 2.00 4/83 19663
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1309 8173 0 1 5 1 41 4 16 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 1.90 2.04 2.00 4/94 19685
/proc/meminfo: memFree=1390248/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1310 8173 0 1 5 1 41 4 15 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864364 CPUtime=0.92
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 9979 0 1 0 87 5 0 0 18 0 9 0 23425728 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216091 8773 2566 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864364 CPUtime=0.51
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 2681 0 1 0 50 1 0 0 25 0 9 0 23425729 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4126524930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864364 CPUtime=0.35
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 6283 0 0 0 32 3 0 0 16 0 9 0 23425730 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864364 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864364 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23425730 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864364 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23425732 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19683] ppid=19676 vsize=864364 CPUtime=0.04
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 19487 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23425732 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19684] ppid=19676 vsize=864364 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 19487 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23425732 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19685] ppid=19676 vsize=864364 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23425732 885108736 8773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886588

[startup+3.10291 s]
/proc/loadavg: 1.90 2.04 2.00 3/94 19685
/proc/meminfo: memFree=1360296/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1310 8173 0 1 5 1 41 4 16 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864476 CPUtime=2.51
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 16316 0 1 0 242 9 0 0 18 0 9 0 23425728 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216119 14495 2590 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864476 CPUtime=1.22
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 3191 0 1 0 120 2 0 0 25 0 9 0 23425729 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 102523975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864476 CPUtime=1.2
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 12086 0 0 0 114 6 0 0 16 0 9 0 23425730 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23425732 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19683] ppid=19676 vsize=864476 CPUtime=0.07
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 19487 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23425732 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19684] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 19487 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23425732 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19685] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23425732 885223424 14495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886700

[startup+6.30127 s]
/proc/loadavg: 1.99 2.05 2.01 3/94 19685
/proc/meminfo: memFree=1346408/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1310 8173 0 1 5 1 41 4 15 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864476 CPUtime=5.71
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 17874 0 1 0 561 10 0 0 18 0 9 0 23425728 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216119 16012 2590 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864476 CPUtime=4.31
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 3232 0 1 0 429 2 0 0 25 0 9 0 23425729 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4126565504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864476 CPUtime=1.29
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 13603 0 0 0 122 7 0 0 16 0 9 0 23425730 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19683] ppid=19676 vsize=864476 CPUtime=0.07
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 19487 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19684] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 19487 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19685] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886700

[startup+12.703 s]
/proc/loadavg: 1.99 2.05 2.01 3/94 19685
/proc/meminfo: memFree=1346216/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1310 8173 0 1 5 1 41 4 15 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864476 CPUtime=12.1
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 17874 0 1 0 1200 10 0 0 18 0 9 0 23425728 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216119 16012 2590 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864476 CPUtime=10.71
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 3232 0 1 0 1069 2 0 0 25 0 9 0 23425729 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4126569827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864476 CPUtime=1.29
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 13603 0 0 0 122 7 0 0 16 0 9 0 23425730 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19683] ppid=19676 vsize=864476 CPUtime=0.07
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 19487 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19684] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 19487 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19685] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23425732 885223424 16012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 886700

[startup+25.5015 s]
/proc/loadavg: 1.99 2.05 2.00 3/94 19685
/proc/meminfo: memFree=1343400/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1310 8173 0 1 5 1 41 4 15 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864476 CPUtime=24.9
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 18593 0 1 0 2479 11 0 0 18 0 9 0 23425728 885223424 16717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216119 16717 2590 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864476 CPUtime=23.47
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 3246 0 1 0 2344 3 0 0 25 0 9 0 23425729 885223424 16717 996147200 134512640 134550932 4294955936 18446744073709551615 4126565482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864476 CPUtime=1.34
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 14308 0 0 0 127 7 0 0 16 0 9 0 23425730 885223424 16717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 16717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 16717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864476 CPUtime=0

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

/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864476 CPUtime=101.67
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 25493 0 1 0 10147 20 0 0 18 0 9 0 23425728 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216119 20702 2590 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864476 CPUtime=99.51
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 3443 0 1 0 9945 6 0 0 25 0 9 0 23425729 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4126565591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864476 CPUtime=2.05
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 21005 0 0 0 193 12 0 0 16 0 9 0 23425730 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19683] ppid=19676 vsize=864476 CPUtime=0.08
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 19487 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19684] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 19487 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19685] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 886700

[startup+162.302 s]
/proc/loadavg: 1.99 2.03 2.00 3/94 19685
/proc/meminfo: memFree=1315304/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=0.51
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1310 8173 0 1 5 1 41 4 16 0 1 0 23425671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1111 409 3 0 796 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 19487 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 23425727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=864476 CPUtime=161.64
/proc/19677/stat : 19677 (java) S 19676 19663 19487 0 -1 0 28351 0 1 0 16138 26 0 0 18 0 9 0 23425728 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19677/statm: 216119 20702 2590 9 0 210596 0
[pid=19677/tid=19678] ppid=19676 vsize=864476 CPUtime=158.86
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 19487 0 -1 64 3593 0 1 0 15876 10 0 0 25 0 9 0 23425729 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19679] ppid=19676 vsize=864476 CPUtime=2.67
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 19487 0 -1 64 23713 0 0 0 252 15 0 0 16 0 9 0 23425730 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19680] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 19487 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19681] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 19487 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23425730 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19682] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19683] ppid=19676 vsize=864476 CPUtime=0.08
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 19487 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19684] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 19487 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19677/tid=19685] ppid=19676 vsize=864476 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23425732 885223424 20702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 886700

[startup+222.302 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1365224/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=11368 CPUtime=4.32
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 2695 0 0 0 204 228 0 0 25 0 1 0 23447464 11640832 2681 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 2842 2681 40 102 0 2737 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 33592

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

[startup+230.302 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1347304/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=29684 CPUtime=12.25
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 7304 0 0 0 582 643 0 0 25 0 1 0 23447464 30396416 7290 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 7421 7290 40 102 0 7316 0
Current children cumulated CPU time (s) 229.95
Current children cumulated vsize (KiB) 51908

[startup+236.702 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1340328/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=37144 CPUtime=18.59
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 8748 0 0 0 1089 770 0 0 25 0 1 0 23447464 38035456 8734 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 9286 8734 42 102 0 9181 0
Current children cumulated CPU time (s) 236.29
Current children cumulated vsize (KiB) 59368

[startup+239.902 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1340328/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=37144 CPUtime=21.75
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 8756 0 0 0 1405 770 0 0 25 0 1 0 23447464 38035456 8742 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 9286 8742 42 102 0 9181 0
Current children cumulated CPU time (s) 239.45
Current children cumulated vsize (KiB) 59368

[startup+241.502 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1340328/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=37276 CPUtime=23.34
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 8765 0 0 0 1564 770 0 0 25 0 1 0 23447464 38170624 8751 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 9319 8751 42 102 0 9214 0
Current children cumulated CPU time (s) 241.04
Current children cumulated vsize (KiB) 59500

[startup+243.107 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1340328/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=37276 CPUtime=24.93
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 8771 0 0 0 1723 770 0 0 25 0 1 0 23447464 38170624 8757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 9319 8757 42 102 0 9214 0
Current children cumulated CPU time (s) 242.63
Current children cumulated vsize (KiB) 59500

[startup+243.502 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1340328/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=217.7
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1364 39777 0 2 5 2 21721 42 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23447463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=37276 CPUtime=25.32
/proc/19687/stat : 19687 (picosat) R 19686 19663 19487 0 -1 4194304 8774 0 0 0 1762 770 0 0 25 0 1 0 23447464 38170624 8760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19687/statm: 9319 8760 42 102 0 9214 0
Current children cumulated CPU time (s) 243.02
Current children cumulated vsize (KiB) 59500

[startup+243.701 s]
/proc/loadavg: 1.99 2.02 2.00 3/86 19687
/proc/meminfo: memFree=1340328/2055920 swapFree=4192812/4192956
[pid=19663] ppid=19661 vsize=16868 CPUtime=243.1
/proc/19663/stat : 19663 (sugar) S 19661 19663 19487 0 -1 4194304 1446 48843 0 2 6 2 23488 814 16 0 1 0 23425671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 243.723
CPU time (s): 243.246
CPU user time (s): 235.041
CPU system time (s): 8.20475
CPU usage (%): 99.8044
Max. virtual memory (cumulated for all children) (KiB): 892332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.041
system time used= 8.20475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54113
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= 11414
involuntary context switches= 13070

runsolver used 0.292955 second user time and 0.838872 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 03:53:12
IDJOB=2077219
IDBENCH=56568
IDSOLVER=738
FILE ID=node32/2077219-1247363592
PBS_JOBID= 9507034
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg4-7_ext.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-2077219-1247363592/watcher-2077219-1247363592 -o /tmp/evaluation-result-2077219-1247363592/solver-2077219-1247363592 -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-2077219-1247363592.xml

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

MD5SUM BENCH= 84dd7f3a83d7666294b2e86a3aadbe05
RANDOM SEED=2012945514

node32.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.236
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.236
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:       1405920 kB
Buffers:         31032 kB
Cached:         102452 kB
SwapCached:          0 kB
Active:         545844 kB
Inactive:        48188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         480984 kB
Slab:            39904 kB
Committed_AS:   653452 kB
PageTables:       2828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-07-12 03:57:16