Trace number 2079056

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 265.73 268.239

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle20.xml
MD5SUM5124d473a74cd76afc8a15e41a8a1736
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.229964
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
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 05:03:04 2009
0.00/0.08	c 0	PID 24369
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079056-1247367784.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-2079056-1247367784.xml' 'HOME/temp.csp'
0.07/0.84	c 1	1 domains, 52 variables, 6 predicates, 4 relations, 92 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.81/0.95	c 1	Parsing HOME/temp.csp
1.21/1.37	c 2	parsed 155 expressions
1.21/1.38	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.38	c 2	Converting to clausal form CSP
1.31/1.46	c 2	converted 16 (10%) expressions
1.31/1.46	c 2	converted 31 (20%) expressions
1.31/1.47	c 2	converted 47 (30%) expressions
1.31/1.49	c 2	converted 62 (40%) expressions
1.41/1.57	c 2	converted 78 (50%) expressions
1.70/1.82	c 2	converted 93 (60%) expressions
1.70/1.83	c 2	converted 109 (70%) expressions
2.99/3.12	c 3	converted 124 (80%) expressions
2.99/3.14	c 3	converted 140 (90%) expressions
2.99/3.15	c 3	converted 155 (100%) expressions
2.99/3.15	c 3	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
2.99/3.15	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.15	c 3	Propagation in CSP
2.99/3.16	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.16	c 3	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
2.99/3.16	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.16	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.17	c 3	CSP : 52 integers, 512 booleans, 604 clauses, largest domain size 26
2.99/3.17	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.45	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.28/3.46	c 4	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
3.28/3.46	c 4	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.28/3.47	c 4	16 (30%) CSP integer variables are encoded (384 clauses, 4080 bytes)
3.28/3.47	c 4	21 (40%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.28/3.47	c 4	26 (50%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.28/3.47	c 4	32 (60%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.28/3.47	c 4	37 (70%) CSP integer variables are encoded (888 clauses, 9624 bytes)
3.28/3.47	c 4	42 (80%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
3.28/3.47	c 4	47 (90%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
3.28/3.47	c 4	52 (100%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
9.32/9.57	c 10	61 (10%) CSP clauses are encoded (119919 clauses, 4213789 bytes)
9.32/9.57	c 10	121 (20%) CSP clauses are encoded (121279 clauses, 4236139 bytes)
9.32/9.58	c 10	182 (30%) CSP clauses are encoded (122640 clauses, 4259543 bytes)
245.69/248.05	c 248	242 (40%) CSP clauses are encoded (653304 clauses, 31198287 bytes)
245.69/248.05	c 248	302 (50%) CSP clauses are encoded (654714 clauses, 31221783 bytes)
245.69/248.05	c 248	363 (60%) CSP clauses are encoded (656125 clauses, 31245563 bytes)
245.69/248.06	c 248	423 (70%) CSP clauses are encoded (657510 clauses, 31269258 bytes)
245.69/248.06	c 248	484 (80%) CSP clauses are encoded (658946 clauses, 31293905 bytes)
245.69/248.07	c 248	544 (90%) CSP clauses are encoded (660381 clauses, 31318771 bytes)
245.69/248.07	c 248	604 (100%) CSP clauses are encoded (661816 clauses, 31343647 bytes)
245.69/248.07	c 248	604 CSP clauses encoded
245.69/248.07	c 248	Writing map file : HOME/temp.map
245.69/248.08	c 248	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
245.69/248.08	c 248	SAT : 1812 SAT variables, 661816 SAT clauses, 31343647 bytes
245.69/248.08	c 248	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
245.76/248.12	c 248	SOLVING HOME/temp.cnf
245.76/248.12	c 248	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
265.49/268.05	c 268	DECODING HOME/temp.out WITH HOME/temp.map
265.49/268.05	c 268	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'
265.56/268.13	c 268	Decoding HOME/temp.out
265.56/268.17	s SATISFIABLE
265.56/268.17	v 5 14 2 18 0 1 14 19 15 20 2 8 4 17 18 12 8 17 4 5 0 2 18 12 4 21 12 14 0 18 19 4 15 18 4 17 4 0 13 4 12 14 13 4 3 17 14 8 19 12 18 19
265.56/268.18	c 268	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
265.56/268.22	c 268	CPU 265.69 (0.05 0.02 256.43 9.19)
265.56/268.23	c 268	END Sun Jul 12 05:07:32 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-2079056-1247367784/watcher-2079056-1247367784 -o /tmp/evaluation-result-2079056-1247367784/solver-2079056-1247367784 -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-2079056-1247367784.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.04 2.06 2.08 4/72 24369
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=12268 CPUtime=0
/proc/24369/stat : 24369 (sugar) R 24367 24369 18450 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23845327 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24369/statm: 3067 316 241 3 0 167 0

[startup+0.098801 s]
/proc/loadavg: 2.04 2.06 2.08 4/72 24369
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.07
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101753 s]
/proc/loadavg: 2.04 2.06 2.08 4/72 24369
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.07
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301781 s]
/proc/loadavg: 2.04 2.06 2.08 4/72 24369
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.07
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701836 s]
/proc/loadavg: 2.04 2.06 2.08 4/72 24369
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.07
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 2.04 2.06 2.08 4/83 24391
/proc/meminfo: memFree=1636816/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1309 8220 0 1 5 2 69 5 15 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864324 CPUtime=0.6
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 7647 0 1 0 56 4 0 0 18 0 9 0 23845416 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216081 6624 2568 9 0 210586 0
[pid=24383/tid=24384] ppid=24382 vsize=864324 CPUtime=0.35
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 2553 0 1 0 34 1 0 0 18 0 9 0 23845417 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4125950724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864324 CPUtime=0.17
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 4083 0 0 0 16 1 0 0 16 0 9 0 23845418 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864324 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864324 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23845418 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864324 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864324 CPUtime=0.04
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 23845420 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864324 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864324 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885067776 6624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886548

[startup+3.10119 s]
/proc/loadavg: 2.04 2.06 2.08 5/83 24391
/proc/meminfo: memFree=1610192/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1309 8220 0 1 5 2 69 5 15 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864404 CPUtime=2.18
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 17852 0 1 0 210 8 0 0 18 0 9 0 23845416 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216101 16216 2566 9 0 210606 0
[pid=24383/tid=24384] ppid=24382 vsize=864404 CPUtime=0.99
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 3138 0 1 0 98 1 0 0 23 0 9 0 23845417 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 103211690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864404 CPUtime=1.12
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 13697 0 0 0 107 5 0 0 16 0 9 0 23845418 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864404 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864404 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23845418 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864404 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864404 CPUtime=0.05
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23845420 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864404 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864404 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885149696 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886628

[startup+6.30258 s]
/proc/loadavg: 2.03 2.06 2.08 3/83 24391
/proc/meminfo: memFree=1584784/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1310 8220 0 1 5 2 69 5 15 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864516 CPUtime=5.35
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 18180 0 1 0 525 10 0 0 18 0 9 0 23845416 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216129 16293 2590 9 0 210606 0
[pid=24383/tid=24384] ppid=24382 vsize=864516 CPUtime=3.75
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 3247 0 1 0 372 3 0 0 25 0 9 0 23845417 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4126452735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864516 CPUtime=1.47
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 13886 0 0 0 142 5 0 0 16 0 9 0 23845418 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864516 CPUtime=0.09
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 23845420 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) R 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885264384 16293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886740

[startup+12.7014 s]
/proc/loadavg: 2.03 2.06 2.08 3/83 24391
/proc/meminfo: memFree=1569680/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1310 8220 0 1 5 2 69 5 16 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864516 CPUtime=11.68
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 21241 0 1 0 1155 13 0 0 18 0 9 0 23845416 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216129 19286 2590 9 0 210606 0
[pid=24383/tid=24384] ppid=24382 vsize=864516 CPUtime=9.9
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 3315 0 1 0 986 4 0 0 25 0 9 0 23845417 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4125952226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864516 CPUtime=1.64
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 16875 0 0 0 157 7 0 0 16 0 9 0 23845418 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864516 CPUtime=0.1
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 23845420 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885264384 19286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886740

[startup+25.5021 s]
/proc/loadavg: 2.02 2.06 2.08 3/83 24391
/proc/meminfo: memFree=1568528/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1310 8220 0 1 5 2 69 5 16 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864516 CPUtime=24.36
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 21706 0 1 0 2423 13 0 0 18 0 9 0 23845416 885264384 19742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216129 19742 2590 9 0 210606 0
[pid=24383/tid=24384] ppid=24382 vsize=864516 CPUtime=22.55
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 3324 0 1 0 2251 4 0 0 25 0 9 0 23845417 885264384 19742 996147200 134512640 134550932 4294955936 18446744073709551615 4126629703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864516 CPUtime=1.67
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 17331 0 0 0 160 7 0 0 16 0 9 0 23845418 885264384 19742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 19742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 19742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864516 CPUtime=0

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

/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864516 CPUtime=0.11
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.22
Current children cumulated vsize (KiB) 886740

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

[startup+230.302 s]
/proc/loadavg: 2.00 2.02 2.06 3/83 24391
/proc/meminfo: memFree=1526040/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1310 8220 0 1 5 2 69 5 16 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864516 CPUtime=227.34
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 38364 0 1 0 22696 38 0 0 18 0 9 0 23845416 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216129 25307 2590 9 0 210606 0
[pid=24383/tid=24384] ppid=24382 vsize=864516 CPUtime=223.84
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 3723 0 1 0 22366 18 0 0 25 0 9 0 23845417 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864516 CPUtime=3.36
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 33584 0 0 0 318 18 0 0 16 0 9 0 23845418 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864516 CPUtime=0.11
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885264384 25307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.15
Current children cumulated vsize (KiB) 886740

[startup+243.107 s]
/proc/loadavg: 2.00 2.02 2.06 3/83 24391
/proc/meminfo: memFree=1525656/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=0.81
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1310 8220 0 1 5 2 69 5 16 0 1 0 23845327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1111 409 3 0 796 0
[pid=24382] ppid=24369 vsize=5356 CPUtime=0
/proc/24382/stat : 24382 (sh) S 24369 24369 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23845415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24382/statm: 1339 233 193 169 0 50 0
[pid=24383] ppid=24382 vsize=864516 CPUtime=240.03
/proc/24383/stat : 24383 (java) S 24382 24369 18450 0 -1 0 44013 0 1 0 23963 40 0 0 18 0 9 0 23845416 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24383/statm: 216129 25449 2590 9 0 210606 0
[pid=24383/tid=24384] ppid=24382 vsize=864516 CPUtime=236.1
/proc/24383/task/24384/stat : 24384 (java) R 24382 24369 18450 0 -1 64 3738 0 1 0 23592 18 0 0 25 0 9 0 23845417 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24385] ppid=24382 vsize=864516 CPUtime=3.79
/proc/24383/task/24385/stat : 24385 (java) S 24382 24369 18450 0 -1 64 39218 0 0 0 359 20 0 0 16 0 9 0 23845418 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24386] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24386/stat : 24386 (java) S 24382 24369 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24387] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24387/stat : 24387 (java) S 24382 24369 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23845418 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24388] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24388/stat : 24388 (java) S 24382 24369 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23845420 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24389] ppid=24382 vsize=864516 CPUtime=0.11
/proc/24383/task/24389/stat : 24389 (java) S 24382 24369 18450 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 23845420 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24390] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24390/stat : 24390 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23845420 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24383/tid=24391] ppid=24382 vsize=864516 CPUtime=0
/proc/24383/task/24391/stat : 24391 (java) S 24382 24369 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23845420 885264384 25449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 240.84
Current children cumulated vsize (KiB) 886740

[startup+255.902 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1592792/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=245.8
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1365 52615 0 2 5 2 24521 52 17 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
[pid=24392] ppid=24369 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24369 24369 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 232 193 169 0 50 0
[pid=24393] ppid=24392 vsize=20220 CPUtime=7.69
/proc/24393/stat : 24393 (picosat) R 24392 24369 18450 0 -1 4194304 4809 0 0 0 361 408 0 0 25 0 1 0 23870140 20705280 4795 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24393/statm: 5055 4795 40 102 0 4950 0
Current children cumulated CPU time (s) 253.49
Current children cumulated vsize (KiB) 42444

[startup+262.301 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1577432/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=245.8
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1365 52615 0 2 5 2 24521 52 17 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
[pid=24392] ppid=24369 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24369 24369 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 232 193 169 0 50 0
[pid=24393] ppid=24392 vsize=36260 CPUtime=14.04
/proc/24393/stat : 24393 (picosat) R 24392 24369 18450 0 -1 4194304 8537 0 0 0 665 739 0 0 25 0 1 0 23870140 37130240 8523 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24393/statm: 9065 8523 40 102 0 8960 0
Current children cumulated CPU time (s) 259.84
Current children cumulated vsize (KiB) 58484

[startup+265.503 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1570328/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=245.8
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1365 52615 0 2 5 2 24521 52 17 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
[pid=24392] ppid=24369 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24369 24369 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 232 193 169 0 50 0
[pid=24393] ppid=24392 vsize=41672 CPUtime=17.22
/proc/24393/stat : 24393 (picosat) R 24392 24369 18450 0 -1 4194304 9967 0 0 0 859 863 0 0 25 0 1 0 23870140 42672128 9953 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24393/statm: 10418 9953 42 102 0 10313 0
Current children cumulated CPU time (s) 263.02
Current children cumulated vsize (KiB) 63896

[startup+267.103 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1570264/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=245.8
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1365 52615 0 2 5 2 24521 52 17 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
[pid=24392] ppid=24369 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24369 24369 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 232 193 169 0 50 0
[pid=24393] ppid=24392 vsize=41672 CPUtime=18.81
/proc/24393/stat : 24393 (picosat) R 24392 24369 18450 0 -1 4194304 9982 0 0 0 1018 863 0 0 25 0 1 0 23870140 42672128 9968 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24393/statm: 10418 9968 42 102 0 10313 0
Current children cumulated CPU time (s) 264.61
Current children cumulated vsize (KiB) 63896

[startup+267.902 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1570328/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=245.8
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1365 52615 0 2 5 2 24521 52 17 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
[pid=24392] ppid=24369 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24369 24369 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 232 193 169 0 50 0
[pid=24393] ppid=24392 vsize=41672 CPUtime=19.6
/proc/24393/stat : 24393 (picosat) R 24392 24369 18450 0 -1 4194304 9991 0 0 0 1097 863 0 0 25 0 1 0 23870140 42672128 9977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24393/statm: 10418 9977 42 102 0 10313 0
Current children cumulated CPU time (s) 265.4
Current children cumulated vsize (KiB) 63896

[startup+268.101 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1570328/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=265.56
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1428 62899 0 2 5 2 25632 917 17 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 265.56
Current children cumulated vsize (KiB) 16868

[startup+268.201 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 24393
/proc/meminfo: memFree=1570328/2055920 swapFree=4192812/4192956
[pid=24369] ppid=24367 vsize=16868 CPUtime=265.56
/proc/24369/stat : 24369 (sugar) S 24367 24369 18450 0 -1 4194304 1449 62899 0 2 5 2 25632 917 16 0 1 0 23845327 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24369/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 265.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 268.239
CPU time (s): 265.73
CPU user time (s): 256.491
CPU system time (s): 9.23859
CPU usage (%): 99.0645
Max. virtual memory (cumulated for all children) (KiB): 897992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.491
system time used= 9.2386
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68186
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= 12065
involuntary context switches= 17477

runsolver used 0.396939 second user time and 0.85387 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 05:03:04
IDJOB=2079056
IDBENCH=56841
IDSOLVER=738
FILE ID=node13/2079056-1247367784
PBS_JOBID= 9507014
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle20.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-2079056-1247367784/watcher-2079056-1247367784 -o /tmp/evaluation-result-2079056-1247367784/solver-2079056-1247367784 -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-2079056-1247367784.xml

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

MD5SUM BENCH= 5124d473a74cd76afc8a15e41a8a1736
RANDOM SEED=1364836314

node13.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.241
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.241
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:       1646024 kB
Buffers:         47680 kB
Cached:         266548 kB
SwapCached:          0 kB
Active:         154160 kB
Inactive:       179964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          31492 kB
Slab:            61108 kB
Committed_AS:   166572 kB
PageTables:       1820 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= 66300 MiB
End job on node13 at 2009-07-12 05:07:32