Trace number 2077109

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 1093.43 1106.87

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-8_ext.xml
MD5SUM9d0c9e082e533940732de8cf42d70b3e
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.432933
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
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:49:17 2009
0.00/0.08	c 0	PID 21877
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077109-1247363357.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-2077109-1247363357.xml' 'HOME/temp.csp'
0.06/0.87	c 1	1 domains, 32 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	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.91/1.01	c 1	Parsing HOME/temp.csp
1.40/1.58	c 2	parsed 47 expressions
1.40/1.59	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.59	c 2	Converting to clausal form CSP
1.50/1.61	c 2	converted 5 (10%) expressions
1.50/1.61	c 2	converted 10 (20%) expressions
1.50/1.61	c 2	converted 15 (30%) expressions
1.50/1.61	c 2	converted 19 (40%) expressions
1.50/1.61	c 2	converted 24 (50%) expressions
1.50/1.61	c 2	converted 29 (60%) expressions
1.50/1.61	c 2	converted 33 (70%) expressions
1.60/1.76	c 2	converted 38 (80%) expressions
1.69/1.80	c 2	converted 43 (90%) expressions
4.06/4.29	c 4	converted 47 (100%) expressions
4.06/4.29	c 4	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.06/4.29	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.06/4.29	c 4	Propagation in CSP
4.06/4.30	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.06/4.30	c 4	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.06/4.30	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.16/4.30	c 4	Simplifing CSP by introducing new Boolean variables
4.16/4.30	c 4	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.16/4.31	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.55/4.74	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.55/4.76	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
4.55/4.76	c 5	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
4.55/4.76	c 5	10 (30%) CSP integer variables are encoded (240 clauses, 2496 bytes)
4.55/4.77	c 5	13 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
4.55/4.77	c 5	16 (50%) CSP integer variables are encoded (384 clauses, 4080 bytes)
4.55/4.77	c 5	20 (60%) CSP integer variables are encoded (480 clauses, 5136 bytes)
4.55/4.77	c 5	23 (70%) CSP integer variables are encoded (552 clauses, 5928 bytes)
4.55/4.77	c 5	26 (80%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.55/4.77	c 5	29 (90%) CSP integer variables are encoded (696 clauses, 7512 bytes)
4.55/4.77	c 5	32 (100%) CSP integer variables are encoded (768 clauses, 8304 bytes)
4.85/5.10	c 5	2 (10%) CSP clauses are encoded (9712 clauses, 262159 bytes)
4.95/5.19	c 5	3 (20%) CSP clauses are encoded (14184 clauses, 390950 bytes)
5.05/5.29	c 5	4 (30%) CSP clauses are encoded (18656 clauses, 519856 bytes)
5.15/5.39	c 6	5 (40%) CSP clauses are encoded (23128 clauses, 657064 bytes)
5.26/5.49	c 6	6 (50%) CSP clauses are encoded (27600 clauses, 794272 bytes)
5.45/5.68	c 6	8 (60%) CSP clauses are encoded (36544 clauses, 1068688 bytes)
243.19/244.71	c 245	9 (70%) CSP clauses are encoded (290178 clauses, 13084669 bytes)
507.25/511.33	c 512	10 (80%) CSP clauses are encoded (543812 clauses, 27250515 bytes)
768.51/777.24	c 777	11 (90%) CSP clauses are encoded (797446 clauses, 41416361 bytes)
1024.55/1037.32	c 1038	12 (100%) CSP clauses are encoded (1051080 clauses, 55582207 bytes)
1024.55/1037.32	c 1038	12 CSP clauses encoded
1024.55/1037.32	c 1038	Writing map file : HOME/temp.map
1024.55/1037.32	c 1038	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1024.55/1037.32	c 1038	SAT : 800 SAT variables, 1051080 SAT clauses, 55582207 bytes
1024.55/1037.32	c 1038	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1024.55/1037.38	c 1038	SOLVING HOME/temp.cnf
1024.55/1037.38	c 1038	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1093.24/1106.71	c 1107	DECODING HOME/temp.out WITH HOME/temp.map
1093.24/1106.71	c 1107	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'
1093.24/1106.79	c 1107	Decoding HOME/temp.out
1093.26/1106.82	s SATISFIABLE
1093.26/1106.82	v 18 20 2 4 19 19 4 18 4 21 0 17 8 18 19 4 17 0 3 8 13 0 13 19 18 11 8 2 4 17 0 18
1093.26/1106.83	c 1107	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1093.26/1106.83	c 1107	CPU 1093.38 (0.05 0.01 1076.22 17.1)
1093.26/1106.84	c 1107	END Sun Jul 12 04:07:44 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-2077109-1247363357/watcher-2077109-1247363357 -o /tmp/evaluation-result-2077109-1247363357/solver-2077109-1247363357 -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-2077109-1247363357.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.82 1.95 1.98 4/84 21877
/proc/meminfo: memFree=1694648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=12268 CPUtime=0
/proc/21877/stat : 21877 (sugar) R 21875 21877 18937 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23398407 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21877/statm: 3067 316 241 3 0 167 0

[startup+0.0935549 s]
/proc/loadavg: 1.82 1.95 1.98 4/84 21877
/proc/meminfo: memFree=1694648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.06
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23398407 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102559 s]
/proc/loadavg: 1.82 1.95 1.98 4/84 21877
/proc/meminfo: memFree=1694648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.06
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23398407 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301589 s]
/proc/loadavg: 1.82 1.95 1.98 4/84 21877
/proc/meminfo: memFree=1694648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.06
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23398407 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701657 s]
/proc/loadavg: 1.82 1.95 1.98 4/84 21877
/proc/meminfo: memFree=1694648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.06
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23398407 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 1.82 1.95 1.98 3/95 21899
/proc/meminfo: memFree=1684896/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.85
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1309 9730 0 1 5 1 73 6 16 0 1 0 23398407 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1111 409 3 0 796 0
[pid=21890] ppid=21877 vsize=5356 CPUtime=0
/proc/21890/stat : 21890 (sh) S 21877 21877 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21890/statm: 1339 233 193 169 0 50 0
[pid=21891] ppid=21890 vsize=862284 CPUtime=0.55
/proc/21891/stat : 21891 (java) S 21890 21877 18937 0 -1 0 6806 0 1 0 51 4 0 0 18 0 9 0 23398500 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21891/statm: 215571 5788 2158 9 0 210484 0
[pid=21891/tid=21892] ppid=21890 vsize=862284 CPUtime=0.31
/proc/21891/task/21892/stat : 21892 (java) R 21890 21877 18937 0 -1 64 2018 0 1 0 30 1 0 0 21 0 9 0 23398501 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 103201824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21893] ppid=21890 vsize=862284 CPUtime=0.17
/proc/21891/task/21893/stat : 21893 (java) S 21890 21877 18937 0 -1 64 3782 0 0 0 16 1 0 0 16 0 9 0 23398502 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21894] ppid=21890 vsize=862284 CPUtime=0
/proc/21891/task/21894/stat : 21894 (java) S 21890 21877 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398502 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21895] ppid=21890 vsize=862284 CPUtime=0
/proc/21891/task/21895/stat : 21895 (java) S 21890 21877 18937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398502 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21896] ppid=21890 vsize=862284 CPUtime=0
/proc/21891/task/21896/stat : 21896 (java) S 21890 21877 18937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23398504 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21897] ppid=21890 vsize=862284 CPUtime=0.03
/proc/21891/task/21897/stat : 21897 (java) S 21890 21877 18937 0 -1 64 303 0 0 0 3 0 0 0 18 0 9 0 23398504 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21898] ppid=21890 vsize=862284 CPUtime=0
/proc/21891/task/21898/stat : 21898 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23398505 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21899] ppid=21890 vsize=862284 CPUtime=0
/proc/21891/task/21899/stat : 21899 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23398505 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884508

[startup+3.10207 s]
/proc/loadavg: 1.82 1.95 1.98 4/95 21899
/proc/meminfo: memFree=1656416/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.85
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1310 9730 0 1 5 1 73 6 15 0 1 0 23398407 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1111 409 3 0 796 0
[pid=21890] ppid=21877 vsize=5356 CPUtime=0
/proc/21890/stat : 21890 (sh) S 21877 21877 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21890/statm: 1339 233 193 169 0 50 0
[pid=21891] ppid=21890 vsize=864396 CPUtime=2.12
/proc/21891/stat : 21891 (java) S 21890 21877 18937 0 -1 0 18246 0 1 0 204 8 0 0 18 0 9 0 23398500 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21891/statm: 216099 16364 2566 9 0 210604 0
[pid=21891/tid=21892] ppid=21890 vsize=864396 CPUtime=0.96
/proc/21891/task/21892/stat : 21892 (java) R 21890 21877 18937 0 -1 64 3175 0 1 0 94 2 0 0 22 0 9 0 23398501 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21893] ppid=21890 vsize=864396 CPUtime=1.09
/proc/21891/task/21893/stat : 21893 (java) R 21890 21877 18937 0 -1 64 14057 0 0 0 104 5 0 0 16 0 9 0 23398502 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 104194442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21894] ppid=21890 vsize=864396 CPUtime=0
/proc/21891/task/21894/stat : 21894 (java) S 21890 21877 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398502 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21895] ppid=21890 vsize=864396 CPUtime=0
/proc/21891/task/21895/stat : 21895 (java) S 21890 21877 18937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398502 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21896] ppid=21890 vsize=864396 CPUtime=0
/proc/21891/task/21896/stat : 21896 (java) S 21890 21877 18937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23398504 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21897] ppid=21890 vsize=864396 CPUtime=0.04
/proc/21891/task/21897/stat : 21897 (java) S 21890 21877 18937 0 -1 64 311 0 0 0 4 0 0 0 17 0 9 0 23398504 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21898] ppid=21890 vsize=864396 CPUtime=0
/proc/21891/task/21898/stat : 21898 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23398505 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21899] ppid=21890 vsize=864396 CPUtime=0
/proc/21891/task/21899/stat : 21899 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23398505 885141504 16364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886620

[startup+6.30161 s]
/proc/loadavg: 1.83 1.95 1.98 3/95 21899
/proc/meminfo: memFree=1609440/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.85
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1311 9730 0 1 5 1 73 6 16 0 1 0 23398407 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21877/statm: 4217 1112 409 3 0 796 0
[pid=21890] ppid=21877 vsize=5356 CPUtime=0
/proc/21890/stat : 21890 (sh) S 21877 21877 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21890/statm: 1339 233 193 169 0 50 0
[pid=21891] ppid=21890 vsize=864508 CPUtime=5.3
/proc/21891/stat : 21891 (java) S 21890 21877 18937 0 -1 0 26311 0 1 0 517 13 0 0 18 0 9 0 23398500 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21891/statm: 216127 23495 2590 9 0 210604 0
[pid=21891/tid=21892] ppid=21890 vsize=864508 CPUtime=2.87
/proc/21891/task/21892/stat : 21892 (java) R 21890 21877 18937 0 -1 64 3722 0 1 0 284 3 0 0 25 0 9 0 23398501 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4126517655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21893] ppid=21890 vsize=864508 CPUtime=2.33
/proc/21891/task/21893/stat : 21893 (java) S 21890 21877 18937 0 -1 64 21550 0 0 0 224 9 0 0 16 0 9 0 23398502 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21894] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21894/stat : 21894 (java) S 21890 21877 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398502 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21895] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21895/stat : 21895 (java) S 21890 21877 18937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398502 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21896] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21896/stat : 21896 (java) S 21890 21877 18937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23398504 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21897] ppid=21890 vsize=864508 CPUtime=0.07
/proc/21891/task/21897/stat : 21897 (java) S 21890 21877 18937 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23398504 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21898] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21898/stat : 21898 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23398505 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21899] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21899/stat : 21899 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23398505 885256192 23495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886732

[startup+12.7027 s]
/proc/loadavg: 1.84 1.95 1.98 3/95 21899
/proc/meminfo: memFree=1603936/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.85
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1311 9730 0 1 5 1 73 6 16 0 1 0 23398407 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21877/statm: 4217 1112 409 3 0 796 0
[pid=21890] ppid=21877 vsize=5356 CPUtime=0
/proc/21890/stat : 21890 (sh) S 21877 21877 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21890/statm: 1339 233 193 169 0 50 0
[pid=21891] ppid=21890 vsize=864508 CPUtime=11.69
/proc/21891/stat : 21891 (java) S 21890 21877 18937 0 -1 0 27474 0 1 0 1155 14 0 0 18 0 9 0 23398500 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21891/statm: 216127 24632 2590 9 0 210604 0
[pid=21891/tid=21892] ppid=21890 vsize=864508 CPUtime=9.16
/proc/21891/task/21892/stat : 21892 (java) R 21890 21877 18937 0 -1 64 3748 0 1 0 913 3 0 0 25 0 9 0 23398501 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4126562560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21893] ppid=21890 vsize=864508 CPUtime=2.44
/proc/21891/task/21893/stat : 21893 (java) S 21890 21877 18937 0 -1 64 22687 0 0 0 234 10 0 0 16 0 9 0 23398502 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21894] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21894/stat : 21894 (java) S 21890 21877 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398502 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21895] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21895/stat : 21895 (java) S 21890 21877 18937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398502 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21896] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21896/stat : 21896 (java) S 21890 21877 18937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23398504 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21897] ppid=21890 vsize=864508 CPUtime=0.07
/proc/21891/task/21897/stat : 21897 (java) S 21890 21877 18937 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23398504 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21898] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21898/stat : 21898 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23398505 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21899] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21899/stat : 21899 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23398505 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886732

[startup+25.5019 s]
/proc/loadavg: 1.88 1.96 1.98 3/95 21899
/proc/meminfo: memFree=1604384/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=0.85
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1311 9730 0 1 5 1 73 6 16 0 1 0 23398407 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21877/statm: 4217 1112 409 3 0 796 0
[pid=21890] ppid=21877 vsize=5356 CPUtime=0
/proc/21890/stat : 21890 (sh) S 21877 21877 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21890/statm: 1339 233 193 169 0 50 0
[pid=21891] ppid=21890 vsize=864508 CPUtime=24.48
/proc/21891/stat : 21891 (java) S 21890 21877 18937 0 -1 0 27474 0 1 0 2433 15 0 0 18 0 9 0 23398500 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21891/statm: 216127 24632 2590 9 0 210604 0
[pid=21891/tid=21892] ppid=21890 vsize=864508 CPUtime=21.93
/proc/21891/task/21892/stat : 21892 (java) R 21890 21877 18937 0 -1 64 3748 0 1 0 2190 3 0 0 25 0 9 0 23398501 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4126566362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21893] ppid=21890 vsize=864508 CPUtime=2.44
/proc/21891/task/21893/stat : 21893 (java) S 21890 21877 18937 0 -1 64 22687 0 0 0 234 10 0 0 16 0 9 0 23398502 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21891/tid=21894] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21894/stat : 21894 (java) S 21890 21877 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398502 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21895] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21895/stat : 21895 (java) S 21890 21877 18937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398502 885256192 24632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21896] ppid=21890 vsize=864508 CPUtime=0

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

[pid=21890] ppid=21877 vsize=5356 CPUtime=0
/proc/21890/stat : 21890 (sh) S 21877 21877 18937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398500 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21890/statm: 1339 233 193 169 0 50 0
[pid=21891] ppid=21890 vsize=864508 CPUtime=989.03
/proc/21891/stat : 21891 (java) S 21890 21877 18937 0 -1 0 58197 0 1 0 98840 63 0 0 18 0 9 0 23398500 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21891/statm: 216127 43342 2590 9 0 210604 0
[pid=21891/tid=21892] ppid=21890 vsize=864508 CPUtime=983.18
/proc/21891/task/21892/stat : 21892 (java) R 21890 21877 18937 0 -1 64 4556 0 1 0 98285 33 0 0 25 0 9 0 23398501 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21893] ppid=21890 vsize=864508 CPUtime=5.72
/proc/21891/task/21893/stat : 21893 (java) S 21890 21877 18937 0 -1 64 52599 0 0 0 545 27 0 0 16 0 9 0 23398502 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21894] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21894/stat : 21894 (java) S 21890 21877 18937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398502 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21895] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21895/stat : 21895 (java) S 21890 21877 18937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398502 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21896] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21896/stat : 21896 (java) S 21890 21877 18937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23398504 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21897] ppid=21890 vsize=864508 CPUtime=0.08
/proc/21891/task/21897/stat : 21897 (java) S 21890 21877 18937 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23398504 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21898] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21898/stat : 21898 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23398505 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21891/tid=21899] ppid=21890 vsize=864508 CPUtime=0
/proc/21891/task/21899/stat : 21899 (java) S 21890 21877 18937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23398505 885256192 43342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 989.88
Current children cumulated vsize (KiB) 886732

[startup+1062.3 s]
/proc/loadavg: 2.13 2.14 2.05 3/87 22389
/proc/meminfo: memFree=1555224/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=57600 CPUtime=24.67
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 14129 0 0 0 1173 1294 0 0 25 0 1 0 23502146 58982400 14115 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 14400 14115 40 102 0 14295 0
Current children cumulated CPU time (s) 1049.27
Current children cumulated vsize (KiB) 79824

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

[startup+1075.1 s]
/proc/loadavg: 2.10 2.13 2.05 3/87 22389
/proc/meminfo: memFree=1538904/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75292 CPUtime=37.35
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17752 0 0 0 2110 1625 0 0 25 0 1 0 23502146 77099008 17738 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18823 17738 42 102 0 18718 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 97516

[startup+1087.91 s]
/proc/loadavg: 2.08 2.13 2.05 3/87 22389
/proc/meminfo: memFree=1538776/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75424 CPUtime=50.03
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17779 0 0 0 3378 1625 0 0 25 0 1 0 23502146 77234176 17765 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18856 17765 42 102 0 18751 0
Current children cumulated CPU time (s) 1074.63
Current children cumulated vsize (KiB) 97648

[startup+1094.3 s]
/proc/loadavg: 2.08 2.13 2.05 3/87 22389
/proc/meminfo: memFree=1538840/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75556 CPUtime=56.36
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17792 0 0 0 4011 1625 0 0 25 0 1 0 23502146 77369344 17778 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18889 17778 42 102 0 18784 0
Current children cumulated CPU time (s) 1080.96
Current children cumulated vsize (KiB) 97780

[startup+1100.7 s]
/proc/loadavg: 2.07 2.12 2.05 3/87 22389
/proc/meminfo: memFree=1538712/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75556 CPUtime=62.7
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17812 0 0 0 4645 1625 0 0 25 0 1 0 23502146 77369344 17798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18889 17798 42 102 0 18784 0
Current children cumulated CPU time (s) 1087.3
Current children cumulated vsize (KiB) 97780

[startup+1103.9 s]
/proc/loadavg: 2.07 2.12 2.05 3/87 22389
/proc/meminfo: memFree=1538648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75556 CPUtime=65.87
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17822 0 0 0 4962 1625 0 0 25 0 1 0 23502146 77369344 17808 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18889 17808 42 102 0 18784 0
Current children cumulated CPU time (s) 1090.47
Current children cumulated vsize (KiB) 97780

[startup+1105.51 s]
/proc/loadavg: 2.06 2.12 2.05 3/87 22389
/proc/meminfo: memFree=1538648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75688 CPUtime=67.46
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17825 0 0 0 5121 1625 0 0 25 0 1 0 23502146 77504512 17811 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18922 17811 42 102 0 18817 0
Current children cumulated CPU time (s) 1092.06
Current children cumulated vsize (KiB) 97912

[startup+1106.3 s]
/proc/loadavg: 2.06 2.12 2.05 3/87 22389
/proc/meminfo: memFree=1538648/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=75688 CPUtime=68.25
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17828 0 0 0 5200 1625 0 0 25 0 1 0 23502146 77504512 17814 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 18922 17814 42 102 0 18817 0
Current children cumulated CPU time (s) 1092.85
Current children cumulated vsize (KiB) 97912

[startup+1106.7 s]
/proc/loadavg: 2.06 2.12 2.05 3/87 22389
/proc/meminfo: memFree=1538712/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1024.6
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1365 68280 0 2 5 1 102374 80 17 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
[pid=22388] ppid=21877 vsize=5356 CPUtime=0
/proc/22388/stat : 22388 (sh) S 21877 21877 18937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23502146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22388/statm: 1339 232 193 169 0 50 0
[pid=22389] ppid=22388 vsize=67144 CPUtime=68.64
/proc/22389/stat : 22389 (picosat) R 22388 21877 18937 0 -1 4194304 17834 0 0 0 5238 1626 0 0 25 0 1 0 23502146 68755456 13658 996147200 134512640 134931368 4294956256 18446744073709551615 134749290 0 0 4096 0 0 0 0 17 1 0 0
/proc/22389/statm: 16786 13658 47 102 0 16681 0
Current children cumulated CPU time (s) 1093.24
Current children cumulated vsize (KiB) 89368

[startup+1106.8 s]
/proc/loadavg: 2.06 2.12 2.05 3/87 22389
/proc/meminfo: memFree=1538712/2055920 swapFree=4192952/4192956
[pid=21877] ppid=21875 vsize=16868 CPUtime=1093.26
/proc/21877/stat : 21877 (sugar) S 21875 21877 18937 0 -1 4194304 1447 86400 0 2 5 1 107613 1707 16 0 1 0 23398407 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21877/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1093.26
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1106.87
CPU time (s): 1093.43
CPU user time (s): 1076.28
CPU system time (s): 17.1534
CPU usage (%): 98.7864
Max. virtual memory (cumulated for all children) (KiB): 900548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1076.28
system time used= 17.1534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91605
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= 27713
involuntary context switches= 42538

runsolver used 1.38079 second user time and 3.83242 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 03:49:17
IDJOB=2077109
IDBENCH=56551
IDSOLVER=738
FILE ID=node68/2077109-1247363357
PBS_JOBID= 9506895
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= 9d0c9e082e533940732de8cf42d70b3e
RANDOM SEED=893304175

node68.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.258
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.258
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:       1695128 kB
Buffers:         64636 kB
Cached:         172476 kB
SwapCached:          4 kB
Active:         139080 kB
Inactive:       153636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695128 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           28380 kB
Writeback:           0 kB
Mapped:          68552 kB
Slab:            52920 kB
Committed_AS:   245212 kB
PageTables:       2056 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= 66428 MiB
End job on node68 at 2009-07-12 04:07:44