Trace number 2073721

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 1625.07 1634.68

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle18.xml
MD5SUMf76b06d3e661ce14a41ae7a39637bc55
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.433933
Satisfiable
(Un)Satisfiability was proved
Number of variables177
Number of constraints1277
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension86
Number of constraints which are defined in intension1191
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 02:34:55 2009
0.00/0.07	c 0	PID 20060
0.06/0.07	c 0	HOST node84.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2073721-1247358895.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073721-1247358895.xml' 'HOME/temp.csp'
0.06/0.86	c 1	1 domains, 177 variables, 6 predicates, 4 relations, 1277 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/0.94	c 1	Parsing HOME/temp.csp
1.43/1.52	c 2	parsed 1465 expressions
1.43/1.53	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.53	c 2	Converting to clausal form CSP
1.43/1.55	c 2	converted 147 (10%) expressions
3.40/3.52	c 4	converted 293 (20%) expressions
3.50/3.65	c 4	converted 440 (30%) expressions
3.50/3.69	c 4	converted 586 (40%) expressions
3.60/3.71	c 4	converted 733 (50%) expressions
3.60/3.72	c 4	converted 879 (60%) expressions
3.60/3.74	c 4	converted 1026 (70%) expressions
3.60/3.75	c 4	converted 1172 (80%) expressions
3.60/3.78	c 4	converted 1319 (90%) expressions
6.37/6.51	c 7	converted 1465 (100%) expressions
6.37/6.51	c 7	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
6.37/6.51	c 7	Heap : 128 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.37/6.51	c 7	Propagation in CSP
6.37/6.52	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.37/6.52	c 7	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
6.37/6.52	c 7	Heap : 128 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.37/6.52	c 7	Simplifing CSP by introducing new Boolean variables
6.47/6.63	c 7	CSP : 177 integers, 8832 booleans, 10109 clauses, largest domain size 26
6.47/6.63	c 7	Heap : 126 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.36/7.53	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.36/7.55	c 8	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
7.36/7.55	c 8	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
7.36/7.55	c 8	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
7.36/7.56	c 8	71 (40%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
7.36/7.56	c 8	89 (50%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
7.36/7.56	c 8	107 (60%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
7.36/7.56	c 8	124 (70%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
7.36/7.56	c 8	142 (80%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
7.36/7.56	c 8	160 (90%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
7.36/7.56	c 8	177 (100%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
51.73/52.38	c 53	1011 (10%) CSP clauses are encoded (763723 clauses, 30136791 bytes)
51.82/52.44	c 53	2022 (20%) CSP clauses are encoded (786384 clauses, 30559709 bytes)
51.82/52.48	c 53	3033 (30%) CSP clauses are encoded (809070 clauses, 30983078 bytes)
51.93/52.53	c 53	4044 (40%) CSP clauses are encoded (832231 clauses, 31388492 bytes)
51.93/52.58	c 53	5055 (50%) CSP clauses are encoded (855717 clauses, 31801123 bytes)
52.02/52.62	c 53	6066 (60%) CSP clauses are encoded (879178 clauses, 32217653 bytes)
52.02/52.67	c 53	7077 (70%) CSP clauses are encoded (902664 clauses, 32649812 bytes)
52.12/52.72	c 53	8088 (80%) CSP clauses are encoded (926150 clauses, 33113003 bytes)
434.46/438.24	c 438	9099 (90%) CSP clauses are encoded (1277265 clauses, 57787498 bytes)
1560.50/1569.82	c 1570	10109 (100%) CSP clauses are encoded (2283637 clauses, 136516345 bytes)
1560.50/1569.82	c 1570	10109 CSP clauses encoded
1560.50/1569.82	c 1570	Writing map file : HOME/temp.map
1560.50/1569.83	c 1570	Heap : 231 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1560.50/1569.83	c 1570	SAT : 13257 SAT variables, 2283637 SAT clauses, 136516345 bytes
1560.50/1569.83	c 1570	Heap : 231 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1560.50/1569.89	c 1570	SOLVING HOME/temp.cnf
1560.50/1569.89	c 1570	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1624.72/1634.34	c 1634	DECODING HOME/temp.out WITH HOME/temp.map
1624.72/1634.34	c 1634	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'
1624.78/1634.42	c 1635	Decoding HOME/temp.out
1624.91/1634.55	s SATISFIABLE
1624.91/1634.55	v 22 0 18 12 3 20 2 0 11 1 0 22 13 4 3 13 0 0 13 20 17 0 8 3 4 0 1 17 4 13 18 19 4 4 12 3 4 4 15 1 24 4 13 3 8 3 0 20 13 3 4 0 8 12 3 20 15 18 14 11 4 12 4 12 4 13 12 4 19 19 17 8 15 15 11 8 0 1 8 11 8 19 24 14 12 4 17 8 13 18 0 2 19 18 17 4 21 14 11 21 4 13 2 24 1 17 8 14 4 17 4 4 0 17 0 6 14 0 13 13 13 20 13 17 14 22 18 14 0 24 11 14 15 4 18 19 14 15 4 1 1 18 6 0 15 14 18 4 17 17 18 17 8 0 18 0 1 20 13 0 9 8 11 19 17 0 2 0 4 18 18 4 23 12 14 4 18
1624.91/1634.56	c 1635	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1624.97/1634.62	c 1635	CPU 1624.98 (0.05 0.02 1593.04 31.87)
1624.97/1634.62	c 1635	END Sun Jul 12 03:02:10 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-2073721-1247358895/watcher-2073721-1247358895 -o /tmp/evaluation-result-2073721-1247358895/solver-2073721-1247358895 -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-2073721-1247358895.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 20060
/proc/meminfo: memFree=1821456/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=6268 CPUtime=0
/proc/20060/stat : 20060 (sugar) R 20058 20060 18396 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 22954880 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 243662910857 0 0 4096 0 0 0 0 17 1 0 0
/proc/20060/statm: 1567 47 36 3 0 8 0

[startup+0.075844 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 20060
/proc/meminfo: memFree=1821456/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16740 CPUtime=0.06
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 22954880 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102512 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 20060
/proc/meminfo: memFree=1821456/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.06
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301545 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 20060
/proc/meminfo: memFree=1821456/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.06
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701618 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 20060
/proc/meminfo: memFree=1821456/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.06
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.09 2.05 2.01 4/92 20082
/proc/meminfo: memFree=1812472/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.83
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1309 9956 0 1 5 1 72 5 15 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
[pid=20073] ppid=20060 vsize=5356 CPUtime=0
/proc/20073/stat : 20073 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20073/statm: 1339 233 193 169 0 50 0
[pid=20074] ppid=20073 vsize=862288 CPUtime=0.6
/proc/20074/stat : 20074 (java) S 20073 20060 18396 0 -1 0 6950 0 1 0 57 3 0 0 20 0 9 0 22954968 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 215572 6117 2158 9 0 210485 0
[pid=20074/tid=20075] ppid=20073 vsize=862288 CPUtime=0.38
/proc/20074/task/20075/stat : 20075 (java) R 20073 20060 18396 0 -1 64 2036 0 1 0 37 1 0 0 25 0 9 0 22954969 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20076] ppid=20073 vsize=862288 CPUtime=0.17
/proc/20074/task/20076/stat : 20076 (java) S 20073 20060 18396 0 -1 64 3907 0 0 0 16 1 0 0 16 0 9 0 22954970 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20073 vsize=862288 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20073 20060 18396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954970 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20073 vsize=862288 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20073 20060 18396 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22954970 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20073 vsize=862288 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20073 20060 18396 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22954972 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20073 vsize=862288 CPUtime=0.03
/proc/20074/task/20080/stat : 20080 (java) S 20073 20060 18396 0 -1 64 304 0 0 0 3 0 0 0 21 0 9 0 22954972 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20073 vsize=862288 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22954972 882982912 6117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20073 vsize=862288 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954972 882982912 6117 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) 884512

[startup+3.10105 s]
/proc/loadavg: 2.09 2.05 2.01 4/92 20082
/proc/meminfo: memFree=1785400/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.83
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1309 9956 0 1 5 1 72 5 15 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
[pid=20073] ppid=20060 vsize=5356 CPUtime=0
/proc/20073/stat : 20073 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20073/statm: 1339 233 193 169 0 50 0
[pid=20074] ppid=20073 vsize=864408 CPUtime=2.18
/proc/20074/stat : 20074 (java) S 20073 20060 18396 0 -1 0 18333 0 1 0 209 9 0 0 20 0 9 0 22954968 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 216102 17265 2566 9 0 210607 0
[pid=20074/tid=20075] ppid=20073 vsize=864408 CPUtime=1.06
/proc/20074/task/20075/stat : 20075 (java) R 20073 20060 18396 0 -1 64 3214 0 1 0 104 2 0 0 25 0 9 0 22954969 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 103210706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20076] ppid=20073 vsize=864408 CPUtime=1.05
/proc/20074/task/20076/stat : 20076 (java) S 20073 20060 18396 0 -1 64 14100 0 0 0 99 6 0 0 16 0 9 0 22954970 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20073 vsize=864408 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20073 20060 18396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954970 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20073 vsize=864408 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20073 20060 18396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954970 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20073 vsize=864408 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20073 20060 18396 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22954972 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20073 vsize=864408 CPUtime=0.04
/proc/20074/task/20080/stat : 20080 (java) S 20073 20060 18396 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 22954972 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20073 vsize=864408 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22954972 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20073 vsize=864408 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954972 885153792 17265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886632

[startup+6.30264 s]
/proc/loadavg: 2.08 2.05 2.01 4/92 20082
/proc/meminfo: memFree=1682040/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.83
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1309 9956 0 1 5 1 72 5 15 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
[pid=20073] ppid=20060 vsize=5356 CPUtime=0
/proc/20073/stat : 20073 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20073/statm: 1339 233 193 169 0 50 0
[pid=20074] ppid=20073 vsize=868612 CPUtime=5.35
/proc/20074/stat : 20074 (java) S 20073 20060 18396 0 -1 0 48535 0 1 0 511 24 0 0 20 0 9 0 22954968 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 217153 36738 2567 9 0 211658 0
[pid=20074/tid=20075] ppid=20073 vsize=868612 CPUtime=2.05
/proc/20074/task/20075/stat : 20075 (java) R 20073 20060 18396 0 -1 64 4567 0 1 0 202 3 0 0 25 0 9 0 22954969 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20076] ppid=20073 vsize=868612 CPUtime=3.12
/proc/20074/task/20076/stat : 20076 (java) R 20073 20060 18396 0 -1 64 41823 0 0 0 293 19 0 0 17 0 9 0 22954970 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 102759492 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20073 vsize=868612 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20073 20060 18396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954970 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20073 vsize=868612 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20073 20060 18396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954970 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20073 vsize=868612 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20073 20060 18396 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22954972 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20073 vsize=868612 CPUtime=0.15
/proc/20074/task/20080/stat : 20080 (java) S 20073 20060 18396 0 -1 64 1442 0 0 0 14 1 0 0 16 0 9 0 22954972 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20073 vsize=868612 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22954972 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20073 vsize=868612 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954972 889458688 36738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890836

[startup+12.7028 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 20082
/proc/meminfo: memFree=1657784/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.84
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1310 9956 0 1 5 2 72 5 16 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
[pid=20073] ppid=20060 vsize=5356 CPUtime=0
/proc/20073/stat : 20073 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20073/statm: 1339 233 193 169 0 50 0
[pid=20074] ppid=20073 vsize=868724 CPUtime=11.69
/proc/20074/stat : 20074 (java) S 20073 20060 18396 0 -1 0 61791 0 1 0 1135 34 0 0 20 0 9 0 22954968 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 217181 40650 2592 9 0 211658 0
[pid=20074/tid=20075] ppid=20073 vsize=868724 CPUtime=7.11
/proc/20074/task/20075/stat : 20075 (java) R 20073 20060 18396 0 -1 64 4673 0 1 0 704 7 0 0 25 0 9 0 22954969 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 102093931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20076] ppid=20073 vsize=868724 CPUtime=4.34
/proc/20074/task/20076/stat : 20076 (java) S 20073 20060 18396 0 -1 64 54940 0 0 0 410 24 0 0 16 0 9 0 22954970 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20073 20060 18396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954970 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20073 20060 18396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954970 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20079/stat : 20079 (java) S 20073 20060 18396 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22954972 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20080] ppid=20073 vsize=868724 CPUtime=0.2
/proc/20074/task/20080/stat : 20080 (java) S 20073 20060 18396 0 -1 64 1475 0 0 0 19 1 0 0 16 0 9 0 22954972 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20081] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20081/stat : 20081 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22954972 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20082] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20082/stat : 20082 (java) S 20073 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954972 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890948

[startup+25.5021 s]
/proc/loadavg: 2.06 2.04 2.01 3/92 20082
/proc/meminfo: memFree=1649528/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=0.84
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1310 9956 0 1 5 2 72 5 16 0 1 0 22954880 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1111 409 3 0 796 0
[pid=20073] ppid=20060 vsize=5356 CPUtime=0
/proc/20073/stat : 20073 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20073/statm: 1339 233 193 169 0 50 0
[pid=20074] ppid=20073 vsize=868724 CPUtime=24.35
/proc/20074/stat : 20074 (java) S 20073 20060 18396 0 -1 0 61836 0 1 0 2397 38 0 0 20 0 9 0 22954968 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20074/statm: 217181 40650 2592 9 0 211658 0
[pid=20074/tid=20075] ppid=20073 vsize=868724 CPUtime=19.55
/proc/20074/task/20075/stat : 20075 (java) R 20073 20060 18396 0 -1 64 4718 0 1 0 1944 11 0 0 25 0 9 0 22954969 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 103211697 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20076] ppid=20073 vsize=868724 CPUtime=4.57
/proc/20074/task/20076/stat : 20076 (java) S 20073 20060 18396 0 -1 64 54940 0 0 0 432 25 0 0 16 0 9 0 22954970 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20077] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20077/stat : 20077 (java) S 20073 20060 18396 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954970 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20078] ppid=20073 vsize=868724 CPUtime=0
/proc/20074/task/20078/stat : 20078 (java) S 20073 20060 18396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954970 889573376 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20074/tid=20079] ppid=20073 vsize=868724 CPUtime=0

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

Current children cumulated vsize (KiB) 890948

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 1.96 3/87 20518
/proc/meminfo: memFree=1552480/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=88536 CPUtime=32.26
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 21411 0 0 0 1529 1697 0 0 25 0 1 0 23111869 90660864 21397 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 22134 21397 40 102 0 22029 0
Current children cumulated CPU time (s) 1592.85
Current children cumulated vsize (KiB) 110760

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

[startup+1612.7 s]
/proc/loadavg: 2.04 2.02 1.96 3/87 20518
/proc/meminfo: memFree=1526816/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=111504 CPUtime=42.61
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 27464 0 0 0 2039 2222 0 0 25 0 1 0 23111869 114180096 27450 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 27876 27450 40 102 0 27771 0
Current children cumulated CPU time (s) 1603.2
Current children cumulated vsize (KiB) 133728

[startup+1625.5 s]
/proc/loadavg: 2.04 2.02 1.96 3/87 20518
/proc/meminfo: memFree=1498720/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=147680 CPUtime=55.36
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 34848 0 0 0 2652 2884 0 0 25 0 1 0 23111869 151224320 34834 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 36920 34834 40 102 0 36815 0
Current children cumulated CPU time (s) 1615.95
Current children cumulated vsize (KiB) 169904

[startup+1628.7 s]
/proc/loadavg: 2.03 2.02 1.96 3/87 20518
/proc/meminfo: memFree=1491040/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=154296 CPUtime=58.56
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 36572 0 0 0 2824 3032 0 0 25 0 1 0 23111869 157999104 36555 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 38574 36555 42 102 0 38469 0
Current children cumulated CPU time (s) 1619.15
Current children cumulated vsize (KiB) 176520

[startup+1631.9 s]
/proc/loadavg: 2.03 2.02 1.96 3/87 20518
/proc/meminfo: memFree=1489632/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=154456 CPUtime=61.74
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 36612 0 0 0 3142 3032 0 0 25 0 1 0 23111869 158162944 36589 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 38614 36589 42 102 0 38509 0
Current children cumulated CPU time (s) 1622.33
Current children cumulated vsize (KiB) 176680

[startup+1633.51 s]
/proc/loadavg: 2.03 2.02 1.96 3/87 20518
/proc/meminfo: memFree=1489568/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=154456 CPUtime=63.34
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 36614 0 0 0 3302 3032 0 0 25 0 1 0 23111869 158162944 36591 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 38614 36591 42 102 0 38509 0
Current children cumulated CPU time (s) 1623.93
Current children cumulated vsize (KiB) 176680

[startup+1634.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/87 20518
/proc/meminfo: memFree=1489568/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1560.59
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1365 126318 0 2 5 2 155902 150 16 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20517] ppid=20060 vsize=5356 CPUtime=0
/proc/20517/stat : 20517 (sh) S 20060 20060 18396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23111869 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20517/statm: 1339 232 193 169 0 50 0
[pid=20518] ppid=20517 vsize=137552 CPUtime=64.13
/proc/20518/stat : 20518 (picosat) R 20517 20060 18396 0 -1 4194304 36621 0 0 0 3381 3032 0 0 25 0 1 0 23111869 140853248 34284 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 34388 34284 47 102 0 34283 0
Current children cumulated CPU time (s) 1624.72
Current children cumulated vsize (KiB) 159776

[startup+1634.5 s]
/proc/loadavg: 2.03 2.02 1.96 4/95 20528
/proc/meminfo: memFree=1631392/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1624.78
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1446 163225 0 2 5 2 159286 3185 15 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20519] ppid=20060 vsize=5356 CPUtime=0
/proc/20519/stat : 20519 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23118314 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20519/statm: 1339 233 193 169 0 50 0
[pid=20520] ppid=20519 vsize=862008 CPUtime=0.13
/proc/20520/stat : 20520 (java) S 20519 20060 18396 0 -1 0 2894 0 1 0 12 1 0 0 19 0 9 0 23118315 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20520/statm: 215502 2365 1251 9 0 210415 0
[pid=20520/tid=20521] ppid=20519 vsize=862008 CPUtime=0.12
/proc/20520/task/20521/stat : 20521 (java) R 20519 20060 18396 0 -1 64 1987 0 1 0 11 1 0 0 25 0 9 0 23118316 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4125981149 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20522] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20522/stat : 20522 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23118317 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20523] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20523/stat : 20523 (java) S 20519 20060 18396 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 23118317 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20524] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20524/stat : 20524 (java) S 20519 20060 18396 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 23118317 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20525] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20525/stat : 20525 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23118319 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20526] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20526/stat : 20526 (java) R 20519 20060 18396 0 -1 64 212 0 0 0 0 0 0 0 25 0 9 0 23118319 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20527] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20527/stat : 20527 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23118320 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20528] ppid=20519 vsize=862008 CPUtime=0
/proc/20520/task/20528/stat : 20528 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23118320 882696192 2365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1624.91
Current children cumulated vsize (KiB) 884232

[startup+1634.61 s]
/proc/loadavg: 2.03 2.02 1.96 4/95 20528
/proc/meminfo: memFree=1631392/2055920 swapFree=4192812/4192956
[pid=20060] ppid=20058 vsize=16868 CPUtime=1624.78
/proc/20060/stat : 20060 (sugar) S 20058 20060 18396 0 -1 4194304 1449 163225 0 2 5 2 159286 3185 15 0 1 0 22954880 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20060/statm: 4217 1113 409 3 0 796 0
[pid=20519] ppid=20060 vsize=5356 CPUtime=0
/proc/20519/stat : 20519 (sh) S 20060 20060 18396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23118314 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20519/statm: 1339 233 193 169 0 50 0
[pid=20520] ppid=20519 vsize=864156 CPUtime=0.19
/proc/20520/stat : 20520 (java) S 20519 20060 18396 0 -1 0 3523 0 1 0 17 2 0 0 19 0 9 0 23118315 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20520/statm: 216039 2989 1707 9 0 210544 0
[pid=20520/tid=20521] ppid=20519 vsize=864156 CPUtime=0.15
/proc/20520/task/20521/stat : 20521 (java) S 20519 20060 18396 0 -1 64 2528 0 1 0 14 1 0 0 25 0 9 0 23118316 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20522] ppid=20519 vsize=864156 CPUtime=0
/proc/20520/task/20522/stat : 20522 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23118317 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20523] ppid=20519 vsize=864156 CPUtime=0
/proc/20520/task/20523/stat : 20523 (java) S 20519 20060 18396 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 23118317 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20524] ppid=20519 vsize=864156 CPUtime=0
/proc/20520/task/20524/stat : 20524 (java) S 20519 20060 18396 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 23118317 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20525] ppid=20519 vsize=864156 CPUtime=0
/proc/20520/task/20525/stat : 20525 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23118319 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20526] ppid=20519 vsize=864156 CPUtime=0.03
/proc/20520/task/20526/stat : 20526 (java) S 20519 20060 18396 0 -1 64 300 0 0 0 3 0 0 0 21 0 9 0 23118319 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20527] ppid=20519 vsize=864156 CPUtime=0
/proc/20520/task/20527/stat : 20527 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23118320 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20520/tid=20528] ppid=20519 vsize=864156 CPUtime=0
/proc/20520/task/20528/stat : 20528 (java) S 20519 20060 18396 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23118320 884895744 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1624.97
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 1634.68
CPU time (s): 1625.07
CPU user time (s): 1593.1
CPU system time (s): 31.9671
CPU usage (%): 99.4118
Max. virtual memory (cumulated for all children) (KiB): 918564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.1
system time used= 31.9671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168576
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= 40264
involuntary context switches= 37042

runsolver used 2.20366 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 02:34:55
IDJOB=2073721
IDBENCH=56006
IDSOLVER=738
FILE ID=node84/2073721-1247358895
PBS_JOBID= 9506824
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle18.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-2073721-1247358895/watcher-2073721-1247358895 -o /tmp/evaluation-result-2073721-1247358895/solver-2073721-1247358895 -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-2073721-1247358895.xml

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

MD5SUM BENCH= f76b06d3e661ce14a41ae7a39637bc55
RANDOM SEED=1272313905

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1821872 kB
Buffers:         12256 kB
Cached:          65332 kB
SwapCached:          0 kB
Active:         158936 kB
Inactive:        20212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:         119324 kB
Slab:            39988 kB
Committed_AS:   906852 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node84 at 2009-07-12 03:02:10