Trace number 2079188

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+picosat? (TO) 1800.03 1807.34

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-9_ext.xml
MD5SUMc9d9ea8ddcadf95a92e600c8dcfa9334
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.1686
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:05:28 2009
0.00/0.08	c 0	PID 24357
0.07/0.08	c 0	HOST node34.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2079188-1247367928.xml TO HOME/temp.csp
0.07/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-2079188-1247367928.xml' 'HOME/temp.csp'
0.07/0.51	c 0	1 domains, 54 variables, 0 predicates, 2 relations, 15 constraints
0.07/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.52	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.61	c 0	Parsing HOME/temp.csp
0.49/0.72	c 0	parsed 72 expressions
0.49/0.73	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.73	c 0	Converting to clausal form CSP
0.49/0.76	c 0	converted 8 (10%) expressions
0.49/0.76	c 0	converted 15 (20%) expressions
0.49/0.76	c 0	converted 22 (30%) expressions
0.49/0.76	c 0	converted 29 (40%) expressions
0.49/0.76	c 0	converted 36 (50%) expressions
0.49/0.76	c 0	converted 44 (60%) expressions
0.49/0.76	c 0	converted 51 (70%) expressions
0.49/0.81	c 1	converted 58 (80%) expressions
0.94/1.09	c 1	converted 65 (90%) expressions
1.34/1.42	c 1	converted 72 (100%) expressions
1.34/1.42	c 1	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.34/1.42	c 1	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.42	c 1	Propagation in CSP
1.34/1.42	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.42	c 1	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.34/1.42	c 1	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.42	c 1	Simplifing CSP by introducing new Boolean variables
1.34/1.42	c 1	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.34/1.42	c 1	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.57	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.58	c 1	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.43/1.58	c 1	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.43/1.59	c 1	17 (30%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.43/1.59	c 1	22 (40%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.43/1.59	c 1	27 (50%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.43/1.59	c 1	33 (60%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.43/1.59	c 1	38 (70%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.43/1.60	c 1	44 (80%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.43/1.60	c 1	49 (90%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
1.43/1.60	c 1	54 (100%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
5.58/5.72	c 5	2 (10%) CSP clauses are encoded (46604 clauses, 1790921 bytes)
7.57/7.76	c 7	3 (20%) CSP clauses are encoded (69258 clauses, 2688829 bytes)
11.82/12.05	c 12	5 (30%) CSP clauses are encoded (114566 clauses, 4552184 bytes)
13.80/14.08	c 14	6 (40%) CSP clauses are encoded (137220 clauses, 5517367 bytes)
17.87/18.11	c 18	8 (50%) CSP clauses are encoded (182528 clauses, 7447733 bytes)
19.85/20.13	c 20	9 (60%) CSP clauses are encoded (205182 clauses, 8412916 bytes)
31.93/32.38	c 32	11 (70%) CSP clauses are encoded (283478 clauses, 12424253 bytes)
37.87/38.38	c 38	12 (80%) CSP clauses are encoded (322626 clauses, 14595463 bytes)
50.05/50.61	c 50	14 (90%) CSP clauses are encoded (400922 clauses, 19107521 bytes)
55.99/56.69	c 56	15 (100%) CSP clauses are encoded (440070 clauses, 21741262 bytes)
55.99/56.69	c 56	15 CSP clauses encoded
55.99/56.69	c 56	Writing map file : HOME/temp.map
55.99/56.69	c 56	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
55.99/56.69	c 56	SAT : 1350 SAT variables, 440070 SAT clauses, 21741262 bytes
55.99/56.69	c 56	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.08/56.73	c 56	SOLVING HOME/temp.cnf
56.08/56.73	c 56	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1807.32	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1807.32	c 1807	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'
1800.03/1807.32	c ERROR INTERRUPTED
1800.03/1807.33	s UNKNOWN
1800.03/1807.33	c 1807	CPU 56.11 (0.06 0.02 55.61 0.42)
1800.03/1807.33	c 1807	END Sun Jul 12 05:35:35 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079188-1247367928/watcher-2079188-1247367928 -o /tmp/evaluation-result-2079188-1247367928/solver-2079188-1247367928 -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-2079188-1247367928.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.10 2.12 2.09 4/74 24357
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=12268 CPUtime=0
/proc/24357/stat : 24357 (sugar) R 24355 24357 20259 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23858784 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24357/statm: 3067 316 241 3 0 167 0

[startup+0.0840839 s]
/proc/loadavg: 2.10 2.12 2.09 4/74 24357
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16740 CPUtime=0.07
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23858784 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101005 s]
/proc/loadavg: 2.10 2.12 2.09 4/74 24357
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.07
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301022 s]
/proc/loadavg: 2.10 2.12 2.09 4/74 24357
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.07
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701046 s]
/proc/loadavg: 2.10 2.12 2.09 4/74 24357
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.49
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1309 4841 0 1 5 2 39 3 16 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 2.10 2.12 2.09 4/85 24379
/proc/meminfo: memFree=1658072/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.49
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1310 4841 0 1 5 2 39 3 15 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
[pid=24370] ppid=24357 vsize=5356 CPUtime=0
/proc/24370/stat : 24370 (sh) S 24357 24357 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24370/statm: 1339 233 193 169 0 50 0
[pid=24371] ppid=24370 vsize=864552 CPUtime=0.94
/proc/24371/stat : 24371 (java) S 24370 24357 20259 0 -1 0 10307 0 1 0 88 6 0 0 18 0 9 0 23858837 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24371/statm: 216138 9569 2566 9 0 210643 0
[pid=24371/tid=24372] ppid=24370 vsize=864552 CPUtime=0.4
/proc/24371/task/24372/stat : 24372 (java) R 24370 24357 20259 0 -1 64 2778 0 1 0 38 2 0 0 19 0 9 0 23858838 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24373] ppid=24370 vsize=864552 CPUtime=0.47
/proc/24371/task/24373/stat : 24373 (java) R 24370 24357 20259 0 -1 64 6518 0 0 0 45 2 0 0 17 0 9 0 23858839 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 103651687 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24374] ppid=24370 vsize=864552 CPUtime=0
/proc/24371/task/24374/stat : 24374 (java) S 24370 24357 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858839 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24375] ppid=24370 vsize=864552 CPUtime=0
/proc/24371/task/24375/stat : 24375 (java) S 24370 24357 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23858839 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24376] ppid=24370 vsize=864552 CPUtime=0
/proc/24371/task/24376/stat : 24376 (java) S 24370 24357 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23858841 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24377] ppid=24370 vsize=864552 CPUtime=0.05
/proc/24371/task/24377/stat : 24377 (java) S 24370 24357 20259 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 23858841 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24378] ppid=24370 vsize=864552 CPUtime=0
/proc/24371/task/24378/stat : 24378 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858841 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24379] ppid=24370 vsize=864552 CPUtime=0
/proc/24371/task/24379/stat : 24379 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858841 885301248 9569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886776

[startup+3.10221 s]
/proc/loadavg: 2.17 2.13 2.09 3/85 24379
/proc/meminfo: memFree=1643416/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.49
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1310 4841 0 1 5 2 39 3 15 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
[pid=24370] ppid=24357 vsize=5356 CPUtime=0
/proc/24370/stat : 24370 (sh) S 24357 24357 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24370/statm: 1339 233 193 169 0 50 0
[pid=24371] ppid=24370 vsize=864476 CPUtime=2.52
/proc/24371/stat : 24371 (java) S 24370 24357 20259 0 -1 0 10806 0 1 0 246 6 0 0 18 0 9 0 23858837 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24371/statm: 216119 10011 2590 9 0 210596 0
[pid=24371/tid=24372] ppid=24370 vsize=864476 CPUtime=1.83
/proc/24371/task/24372/stat : 24372 (java) R 24370 24357 20259 0 -1 64 2926 0 1 0 181 2 0 0 25 0 9 0 23858838 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24373] ppid=24370 vsize=864476 CPUtime=0.59
/proc/24371/task/24373/stat : 24373 (java) S 24370 24357 20259 0 -1 64 6847 0 0 0 56 3 0 0 16 0 9 0 23858839 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24374] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24374/stat : 24374 (java) S 24370 24357 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858839 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24375] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24375/stat : 24375 (java) S 24370 24357 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23858839 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24376] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24376/stat : 24376 (java) S 24370 24357 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23858841 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24377] ppid=24370 vsize=864476 CPUtime=0.08
/proc/24371/task/24377/stat : 24377 (java) S 24370 24357 20259 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23858841 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24378] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24378/stat : 24378 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858841 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24379] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24379/stat : 24379 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858841 885223424 10011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886700

[startup+6.30245 s]
/proc/loadavg: 2.17 2.13 2.09 3/85 24379
/proc/meminfo: memFree=1638168/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.49
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1310 4841 0 1 5 2 39 3 16 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
[pid=24370] ppid=24357 vsize=5356 CPUtime=0
/proc/24370/stat : 24370 (sh) S 24357 24357 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24370/statm: 1339 233 193 169 0 50 0
[pid=24371] ppid=24370 vsize=864476 CPUtime=5.69
/proc/24371/stat : 24371 (java) S 24370 24357 20259 0 -1 0 11900 0 1 0 560 9 0 0 18 0 9 0 23858837 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24371/statm: 216119 11031 2590 9 0 210596 0
[pid=24371/tid=24372] ppid=24370 vsize=864476 CPUtime=4.9
/proc/24371/task/24372/stat : 24372 (java) R 24370 24357 20259 0 -1 64 3000 0 1 0 486 4 0 0 25 0 9 0 23858838 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4126568552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24373] ppid=24370 vsize=864476 CPUtime=0.68
/proc/24371/task/24373/stat : 24373 (java) S 24370 24357 20259 0 -1 64 7863 0 0 0 64 4 0 0 16 0 9 0 23858839 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24374] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24374/stat : 24374 (java) S 24370 24357 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858839 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24375] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24375/stat : 24375 (java) S 24370 24357 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23858839 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24376] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24376/stat : 24376 (java) S 24370 24357 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23858841 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24377] ppid=24370 vsize=864476 CPUtime=0.08
/proc/24371/task/24377/stat : 24377 (java) S 24370 24357 20259 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23858841 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24378] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24378/stat : 24378 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858841 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24379] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24379/stat : 24379 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858841 885223424 11031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886700

[startup+12.7029 s]
/proc/loadavg: 2.14 2.13 2.09 3/85 24379
/proc/meminfo: memFree=1626456/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.49
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1310 4841 0 1 5 2 39 3 16 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
[pid=24370] ppid=24357 vsize=5356 CPUtime=0
/proc/24370/stat : 24370 (sh) S 24357 24357 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24370/statm: 1339 233 193 169 0 50 0
[pid=24371] ppid=24370 vsize=864476 CPUtime=12.03
/proc/24371/stat : 24371 (java) S 24370 24357 20259 0 -1 0 16290 0 1 0 1189 14 0 0 18 0 9 0 23858837 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24371/statm: 216119 12780 2590 9 0 210596 0
[pid=24371/tid=24372] ppid=24370 vsize=864476 CPUtime=10.86
/proc/24371/task/24372/stat : 24372 (java) R 24370 24357 20259 0 -1 64 3129 0 1 0 1081 5 0 0 25 0 9 0 23858838 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4126588775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24373] ppid=24370 vsize=864476 CPUtime=1.04
/proc/24371/task/24373/stat : 24373 (java) S 24370 24357 20259 0 -1 64 12123 0 0 0 97 7 0 0 16 0 9 0 23858839 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24374] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24374/stat : 24374 (java) S 24370 24357 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858839 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24375] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24375/stat : 24375 (java) S 24370 24357 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23858839 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24376] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24376/stat : 24376 (java) S 24370 24357 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23858841 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24377] ppid=24370 vsize=864476 CPUtime=0.09
/proc/24371/task/24377/stat : 24377 (java) S 24370 24357 20259 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23858841 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24378] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24378/stat : 24378 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858841 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24379] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24379/stat : 24379 (java) S 24370 24357 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858841 885223424 12780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886700

[startup+25.5028 s]
/proc/loadavg: 2.12 2.12 2.09 3/85 24379
/proc/meminfo: memFree=1617752/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=0.5
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1310 4841 0 1 6 2 39 3 16 0 1 0 23858784 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1111 409 3 0 796 0
[pid=24370] ppid=24357 vsize=5356 CPUtime=0
/proc/24370/stat : 24370 (sh) S 24357 24357 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858836 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24370/statm: 1339 233 193 169 0 50 0
[pid=24371] ppid=24370 vsize=864476 CPUtime=24.69
/proc/24371/stat : 24371 (java) S 24370 24357 20259 0 -1 0 19843 0 1 0 2449 20 0 0 18 0 9 0 23858837 885223424 13617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24371/statm: 216119 13617 2590 9 0 210596 0
[pid=24371/tid=24372] ppid=24370 vsize=864476 CPUtime=23.05
/proc/24371/task/24372/stat : 24372 (java) R 24370 24357 20259 0 -1 64 3337 0 1 0 2297 8 0 0 25 0 9 0 23858838 885223424 13617 996147200 134512640 134550932 4294955936 18446744073709551615 4126569706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24373] ppid=24370 vsize=864476 CPUtime=1.51
/proc/24371/task/24373/stat : 24373 (java) S 24370 24357 20259 0 -1 64 15466 0 0 0 141 10 0 0 16 0 9 0 23858839 885223424 13617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24374] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24374/stat : 24374 (java) S 24370 24357 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858839 885223424 13617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24375] ppid=24370 vsize=864476 CPUtime=0
/proc/24371/task/24375/stat : 24375 (java) S 24370 24357 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23858839 885223424 13617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24371/tid=24376] ppid=24370 vsize=864476 CPUtime=0

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

/proc/meminfo: memFree=1654112/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=50444 CPUtime=1300.7
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 14530 0 0 0 129451 619 0 0 25 0 1 0 23864457 51654656 12083 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12611 12083 48 102 0 12506 0
Current children cumulated CPU time (s) 1356.81
Current children cumulated vsize (KiB) 72668

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1654112/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=50444 CPUtime=1360.47
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 14530 0 0 0 135428 619 0 0 25 0 1 0 23864457 51654656 12083 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12611 12083 48 102 0 12506 0
Current children cumulated CPU time (s) 1416.58
Current children cumulated vsize (KiB) 72668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1653280/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51104 CPUtime=1420.21
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 14937 0 0 0 141402 619 0 0 25 0 1 0 23864457 52330496 12278 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12776 12278 48 102 0 12671 0
Current children cumulated CPU time (s) 1476.32
Current children cumulated vsize (KiB) 73328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1653280/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51104 CPUtime=1479.98
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 14937 0 0 0 147378 620 0 0 25 0 1 0 23864457 52330496 12278 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12776 12278 48 102 0 12671 0
Current children cumulated CPU time (s) 1536.09
Current children cumulated vsize (KiB) 73328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1653280/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51104 CPUtime=1539.74
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 14937 0 0 0 153354 620 0 0 25 0 1 0 23864457 52330496 12278 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12776 12278 48 102 0 12671 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 73328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24489
/proc/meminfo: memFree=1653080/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51236 CPUtime=1599.5
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 15186 0 0 0 159330 620 0 0 25 0 1 0 23864457 52465664 12312 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12809 12312 48 102 0 12704 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 73460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24489
/proc/meminfo: memFree=1653080/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51236 CPUtime=1659.26
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 15186 0 0 0 165306 620 0 0 25 0 1 0 23864457 52465664 12312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12809 12312 48 102 0 12704 0
Current children cumulated CPU time (s) 1715.37
Current children cumulated vsize (KiB) 73460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24489
/proc/meminfo: memFree=1653208/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51236 CPUtime=1719.01
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 15186 0 0 0 171281 620 0 0 25 0 1 0 23864457 52465664 12312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12809 12312 48 102 0 12704 0
Current children cumulated CPU time (s) 1775.12
Current children cumulated vsize (KiB) 73460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24489
/proc/meminfo: memFree=1653016/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51236 CPUtime=1743.92
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 15428 0 0 0 173772 620 0 0 25 0 1 0 23864457 52465664 12330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12809 12330 48 102 0 12704 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 73460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24489
/proc/meminfo: memFree=1653016/2055920 swapFree=4192812/4192956
[pid=24357] ppid=24355 vsize=16868 CPUtime=56.11
/proc/24357/stat : 24357 (sugar) S 24355 24357 20259 0 -1 4194304 1365 28179 0 2 6 2 5561 42 16 0 1 0 23858784 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24357/statm: 4217 1113 409 3 0 796 0
[pid=24380] ppid=24357 vsize=5356 CPUtime=0
/proc/24380/stat : 24380 (sh) S 24357 24357 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23864457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24380/statm: 1339 232 193 169 0 50 0
[pid=24381] ppid=24380 vsize=51236 CPUtime=1743.92
/proc/24381/stat : 24381 (picosat) R 24380 24357 20259 0 -1 4194304 15428 0 0 0 173772 620 0 0 25 0 1 0 23864457 52465664 12330 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24381/statm: 12809 12330 48 102 0 12704 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 73460

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24357 and gives
#  childrusage.ru_utime.tv_sec=55
#  childrusage.ru_utime.tv_usec=676535
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=458930
# CPU time returned by wait4() is 56.1355
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.34
CPU time (s): 1800.03
CPU user time (s): 1793.39
CPU system time (s): 6.64
CPU usage (%): 99.5957
Max. virtual memory (cumulated for all children) (KiB): 891952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.6765
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30029
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10469
involuntary context switches= 11493

runsolver used 2.43963 second user time and 5.82011 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 05:05:28
IDJOB=2079188
IDBENCH=56859
IDSOLVER=738
FILE ID=node34/2079188-1247367928
PBS_JOBID= 9507037
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg6-9_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079188-1247367928/watcher-2079188-1247367928 -o /tmp/evaluation-result-2079188-1247367928/solver-2079188-1247367928 -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-2079188-1247367928.xml

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

MD5SUM BENCH= c9d9ea8ddcadf95a92e600c8dcfa9334
RANDOM SEED=1334940423

node34.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.232
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.232
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:       1676688 kB
Buffers:         36120 kB
Cached:         209836 kB
SwapCached:          0 kB
Active:         240096 kB
Inactive:        79712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23488 kB
Writeback:           0 kB
Mapped:          85056 kB
Slab:            44768 kB
Committed_AS:   225768 kB
PageTables:       1916 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= 66320 MiB
End job on node34 at 2009-07-12 05:35:37