Trace number 1068777

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.13+picosat? (TO) 1800.04 1808.33

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-8_ext.xml
MD5SUMe3ec9a5b9cb8c55618d68f0458a68ffa
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.56061
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 09:34:42 2008
0.00/0.04	c 0	PID 9424
0.03/0.05	c 0	HOST node56.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1068777-1215156881.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068777-1215156881.xml' 'HOME/temp.csp'
0.03/0.71	c 0	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.03/0.74	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.74	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.82	c 0	Parsing HOME/temp.csp
1.22/1.35	c 1	parsed 56 expressions
1.22/1.35	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.35	c 1	Converting to clausal form CSP
1.22/1.37	c 1	converted 6 (10%) expressions
1.22/1.37	c 1	converted 12 (20%) expressions
1.22/1.37	c 1	converted 17 (30%) expressions
1.22/1.37	c 1	converted 23 (40%) expressions
1.22/1.37	c 1	converted 28 (50%) expressions
1.22/1.37	c 1	converted 34 (60%) expressions
1.22/1.37	c 1	converted 40 (70%) expressions
1.53/1.61	c 1	converted 45 (80%) expressions
1.92/2.07	c 2	converted 51 (90%) expressions
4.19/4.39	c 4	converted 56 (100%) expressions
4.19/4.39	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.19/4.39	c 4	Heap : 87 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.19/4.39	c 4	Propagation in CSP
4.19/4.39	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.19/4.39	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.19/4.39	c 4	Heap : 87 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.19/4.39	c 4	Simplifing CSP by introducing new Boolean variables
4.19/4.39	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.19/4.39	c 4	Heap : 87 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.79/4.90	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.79/4.91	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
4.79/4.91	c 5	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
4.79/4.92	c 5	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
4.79/4.92	c 5	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
4.79/4.92	c 5	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
4.79/4.93	c 5	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
4.79/4.93	c 5	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
4.79/4.93	c 5	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
4.79/4.93	c 5	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
4.79/4.94	c 5	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
9.40/9.59	c 9	2 (10%) CSP clauses are encoded (57352 clauses, 2004936 bytes)
11.70/11.87	c 11	3 (20%) CSP clauses are encoded (85548 clauses, 3013418 bytes)
14.00/14.17	c 14	4 (30%) CSP clauses are encoded (113744 clauses, 4022561 bytes)
18.60/18.74	c 18	6 (40%) CSP clauses are encoded (170136 clauses, 6146987 bytes)
20.89/21.05	c 21	7 (50%) CSP clauses are encoded (198332 clauses, 7209200 bytes)
23.19/23.32	c 23	8 (60%) CSP clauses are encoded (226528 clauses, 8272448 bytes)
403.24/403.68	c 403	10 (70%) CSP clauses are encoded (706722 clauses, 32677744 bytes)
608.43/608.93	c 609	11 (80%) CSP clauses are encoded (946819 clauses, 45886244 bytes)
799.74/800.35	c 800	12 (90%) CSP clauses are encoded (1186916 clauses, 59094744 bytes)
1003.23/1003.95	c 1004	13 (100%) CSP clauses are encoded (1427013 clauses, 72305071 bytes)
1003.23/1003.95	c 1004	13 CSP clauses encoded
1003.23/1003.96	c 1004	Writing map file : HOME/temp.map
1003.23/1003.96	c 1004	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1003.23/1003.96	c 1004	SAT : 1000 SAT variables, 1427013 SAT clauses, 72305071 bytes
1003.23/1003.96	c 1004	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1003.23/1003.99	c 1004	SOLVING HOME/temp.cnf
1003.23/1003.99	c 1004	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1808.32	c ERROR INTERRUPTED
1800.04/1808.33	s UNKNOWN
1800.04/1808.33	c 1808	CPU 1002.34 (0.04 0 1002.3 0.99)
1800.04/1808.33	c 1808	END Fri Jul  4 10:04:50 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068777-1215156881/watcher-1068777-1215156881 -o /tmp/evaluation-result-1068777-1215156881/solver-1068777-1215156881 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1068777-1215156881.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 9424
/proc/meminfo: memFree=1480112/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=12268 CPUtime=0
/proc/9424/stat : 9424 (sugar) R 9422 9424 9387 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994659740 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9424/statm: 3067 316 241 3 0 167 0

[startup+0.0499949 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 9424
/proc/meminfo: memFree=1480112/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.03
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1994659740 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101736 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 9424
/proc/meminfo: memFree=1480112/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.03
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994659740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301769 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 9424
/proc/meminfo: memFree=1480112/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.03
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994659740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70185 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 9424
/proc/meminfo: memFree=1480112/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.03
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994659740 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 1.84 1.97 1.99 3/84 9446
/proc/meminfo: memFree=1469016/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.69
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 973 8766 0 1 3 0 61 5 15 0 1 0 1994659740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 797 370 3 0 500 0
[pid=9437] ppid=9424 vsize=5356 CPUtime=0
/proc/9437/stat : 9437 (sh) S 9424 9424 9387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994659814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9437/statm: 1339 233 193 169 0 50 0
[pid=9438] ppid=9437 vsize=864400 CPUtime=0.73
/proc/9438/stat : 9438 (java) S 9437 9424 9387 0 -1 0 8559 0 1 0 69 4 0 0 19 0 9 0 1994659814 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9438/statm: 216100 7525 2540 9 0 210675 0
[pid=9438/tid=9439] ppid=9437 vsize=864400 CPUtime=0.42
/proc/9438/task/9439/stat : 9439 (java) R 9437 9424 9387 0 -1 64 2553 0 1 0 41 1 0 0 18 0 9 0 1994659815 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9440] ppid=9437 vsize=864400 CPUtime=0.24
/proc/9438/task/9440/stat : 9440 (java) R 9437 9424 9387 0 -1 64 4988 0 0 0 22 2 0 0 16 0 9 0 1994659816 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 102721943 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9441] ppid=9437 vsize=864400 CPUtime=0
/proc/9438/task/9441/stat : 9441 (java) S 9437 9424 9387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994659817 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9442] ppid=9437 vsize=864400 CPUtime=0
/proc/9438/task/9442/stat : 9442 (java) S 9437 9424 9387 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994659817 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9443] ppid=9437 vsize=864400 CPUtime=0
/proc/9438/task/9443/stat : 9443 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994659819 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9444] ppid=9437 vsize=864400 CPUtime=0.05
/proc/9438/task/9444/stat : 9444 (java) S 9437 9424 9387 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1994659819 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9445] ppid=9437 vsize=864400 CPUtime=0
/proc/9438/task/9445/stat : 9445 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994659819 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9446] ppid=9437 vsize=864400 CPUtime=0
/proc/9438/task/9446/stat : 9446 (java) S 9437 9424 9387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994659819 885145600 7525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883356

[startup+3.10227 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 9446
/proc/meminfo: memFree=1443288/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.69
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 973 8766 0 1 3 0 61 5 15 0 1 0 1994659740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 797 370 3 0 500 0
[pid=9437] ppid=9424 vsize=5356 CPUtime=0
/proc/9437/stat : 9437 (sh) S 9424 9424 9387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994659814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9437/statm: 1339 233 193 169 0 50 0
[pid=9438] ppid=9437 vsize=864168 CPUtime=2.32
/proc/9438/stat : 9438 (java) S 9437 9424 9387 0 -1 0 19700 0 1 0 222 10 0 0 19 0 9 0 1994659814 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9438/statm: 216042 17997 2540 9 0 210617 0
[pid=9438/tid=9439] ppid=9437 vsize=864168 CPUtime=0.98
/proc/9438/task/9439/stat : 9439 (java) R 9437 9424 9387 0 -1 64 3161 0 1 0 97 1 0 0 23 0 9 0 1994659815 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9440] ppid=9437 vsize=864168 CPUtime=1.26
/proc/9438/task/9440/stat : 9440 (java) R 9437 9424 9387 0 -1 64 15521 0 0 0 119 7 0 0 16 0 9 0 1994659816 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 102722995 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9441] ppid=9437 vsize=864168 CPUtime=0
/proc/9438/task/9441/stat : 9441 (java) S 9437 9424 9387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994659817 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9442] ppid=9437 vsize=864168 CPUtime=0
/proc/9438/task/9442/stat : 9442 (java) S 9437 9424 9387 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994659817 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9443] ppid=9437 vsize=864168 CPUtime=0
/proc/9438/task/9443/stat : 9443 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994659819 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9444] ppid=9437 vsize=864168 CPUtime=0.05
/proc/9438/task/9444/stat : 9444 (java) S 9437 9424 9387 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1994659819 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9445] ppid=9437 vsize=864168 CPUtime=0
/proc/9438/task/9445/stat : 9445 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994659819 884908032 17997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9446] ppid=9437 vsize=864168 CPUtime=0
/proc/9438/task/9446/stat : 9446 (java) S 9437 9424 9387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994659819 884908032 17997 996147200 134512640 134550740 4294955952 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) 883124

[startup+6.30184 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 9446
/proc/meminfo: memFree=1381464/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.69
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 974 8766 0 1 3 0 61 5 15 0 1 0 1994659740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9424/statm: 3400 797 370 3 0 500 0
[pid=9437] ppid=9424 vsize=5356 CPUtime=0
/proc/9437/stat : 9437 (sh) S 9424 9424 9387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994659814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9437/statm: 1339 233 193 169 0 50 0
[pid=9438] ppid=9437 vsize=864280 CPUtime=5.51
/proc/9438/stat : 9438 (java) S 9437 9424 9387 0 -1 0 28544 0 1 0 537 14 0 0 19 0 9 0 1994659814 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9438/statm: 216070 26384 2564 9 0 210617 0
[pid=9438/tid=9439] ppid=9437 vsize=864280 CPUtime=2.76
/proc/9438/task/9439/stat : 9439 (java) R 9437 9424 9387 0 -1 64 3743 0 1 0 275 1 0 0 25 0 9 0 1994659815 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4126583940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9440] ppid=9437 vsize=864280 CPUtime=2.64
/proc/9438/task/9440/stat : 9440 (java) S 9437 9424 9387 0 -1 64 23763 0 0 0 253 11 0 0 16 0 9 0 1994659816 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9441] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9441/stat : 9441 (java) S 9437 9424 9387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994659817 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9442] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9442/stat : 9442 (java) S 9437 9424 9387 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994659817 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9443] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9443/stat : 9443 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994659819 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9444] ppid=9437 vsize=864280 CPUtime=0.08
/proc/9438/task/9444/stat : 9444 (java) S 9437 9424 9387 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1994659819 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9445] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9445/stat : 9445 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994659819 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9446] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9446/stat : 9446 (java) S 9437 9424 9387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994659819 885022720 26384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883236

[startup+12.703 s]
/proc/loadavg: 1.88 1.97 1.99 3/84 9446
/proc/meminfo: memFree=1378008/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.69
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 974 8766 0 1 3 0 61 5 16 0 1 0 1994659740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 797 370 3 0 500 0
[pid=9437] ppid=9424 vsize=5356 CPUtime=0
/proc/9437/stat : 9437 (sh) S 9424 9424 9387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994659814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9437/statm: 1339 233 193 169 0 50 0
[pid=9438] ppid=9437 vsize=864280 CPUtime=11.91
/proc/9438/stat : 9438 (java) S 9437 9424 9387 0 -1 0 28584 0 1 0 1174 17 0 0 19 0 9 0 1994659814 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9438/statm: 216070 26392 2564 9 0 210617 0
[pid=9438/tid=9439] ppid=9437 vsize=864280 CPUtime=9.02
/proc/9438/task/9439/stat : 9439 (java) R 9437 9424 9387 0 -1 64 3775 0 1 0 898 4 0 0 25 0 9 0 1994659815 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4126583959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9440] ppid=9437 vsize=864280 CPUtime=2.77
/proc/9438/task/9440/stat : 9440 (java) S 9437 9424 9387 0 -1 64 23767 0 0 0 266 11 0 0 16 0 9 0 1994659816 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9441] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9441/stat : 9441 (java) S 9437 9424 9387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994659817 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9442] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9442/stat : 9442 (java) S 9437 9424 9387 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994659817 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9443] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9443/stat : 9443 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994659819 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9444] ppid=9437 vsize=864280 CPUtime=0.09
/proc/9438/task/9444/stat : 9444 (java) S 9437 9424 9387 0 -1 64 346 0 0 0 9 0 0 0 17 0 9 0 1994659819 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9445] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9445/stat : 9445 (java) S 9437 9424 9387 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994659819 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9446] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9446/stat : 9446 (java) S 9437 9424 9387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994659819 885022720 26392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883236

[startup+25.5013 s]
/proc/loadavg: 1.89 1.97 1.99 3/84 9446
/proc/meminfo: memFree=1352664/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=0.69
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 974 8766 0 1 3 0 61 5 16 0 1 0 1994659740 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 797 370 3 0 500 0
[pid=9437] ppid=9424 vsize=5356 CPUtime=0
/proc/9437/stat : 9437 (sh) S 9424 9424 9387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994659814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9437/statm: 1339 233 193 169 0 50 0
[pid=9438] ppid=9437 vsize=864280 CPUtime=24.7
/proc/9438/stat : 9438 (java) S 9437 9424 9387 0 -1 0 33854 0 1 0 2447 23 0 0 19 0 9 0 1994659814 885022720 31588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9438/statm: 216070 31588 2564 9 0 210617 0
[pid=9438/tid=9439] ppid=9437 vsize=864280 CPUtime=21.49
/proc/9438/task/9439/stat : 9439 (java) R 9437 9424 9387 0 -1 64 3849 0 1 0 2142 7 0 0 25 0 9 0 1994659815 885022720 31588 996147200 134512640 134550740 4294955952 18446744073709551615 4126565696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9440] ppid=9437 vsize=864280 CPUtime=3.08
/proc/9438/task/9440/stat : 9440 (java) S 9437 9424 9387 0 -1 64 28958 0 0 0 294 14 0 0 16 0 9 0 1994659816 885022720 31588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9438/tid=9441] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9441/stat : 9441 (java) S 9437 9424 9387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994659817 885022720 31588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9438/tid=9442] ppid=9437 vsize=864280 CPUtime=0
/proc/9438/task/9442/stat : 9442 (java) S 9437 9424 9387 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994659817 885022720 31588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1002248/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=98972 CPUtime=354.94
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24050 0 0 0 33372 2122 0 0 25 0 1 0 1994760140 101347328 24036 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 24743 24036 42 102 0 24638 0
Current children cumulated CPU time (s) 1358.27
Current children cumulated vsize (KiB) 117928

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 9516
/proc/meminfo: memFree=1000520/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=99500 CPUtime=414.37
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24194 0 0 0 39315 2122 0 0 25 0 1 0 1994760140 101888000 24180 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 24875 24180 42 102 0 24770 0
Current children cumulated CPU time (s) 1417.7
Current children cumulated vsize (KiB) 118456

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/77 9516
/proc/meminfo: memFree=999496/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=99896 CPUtime=473.81
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24297 0 0 0 45259 2122 0 0 25 0 1 0 1994760140 102293504 24283 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 24974 24283 42 102 0 24869 0
Current children cumulated CPU time (s) 1477.14
Current children cumulated vsize (KiB) 118852

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/77 9516
/proc/meminfo: memFree=998088/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=100292 CPUtime=533.23
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24403 0 0 0 51201 2122 0 0 25 0 1 0 1994760140 102699008 24389 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25073 24389 42 102 0 24968 0
Current children cumulated CPU time (s) 1536.56
Current children cumulated vsize (KiB) 119248

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.00 3/77 9522
/proc/meminfo: memFree=996296/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=101216 CPUtime=592.65
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24667 0 0 0 57143 2122 0 0 25 0 1 0 1994760140 103645184 24653 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25304 24653 42 102 0 25199 0
Current children cumulated CPU time (s) 1595.98
Current children cumulated vsize (KiB) 120172

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/77 9522
/proc/meminfo: memFree=994952/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=101612 CPUtime=652.09
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24773 0 0 0 63086 2123 0 0 25 0 1 0 1994760140 104050688 24759 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25403 24759 42 102 0 25298 0
Current children cumulated CPU time (s) 1655.42
Current children cumulated vsize (KiB) 120568

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/77 9522
/proc/meminfo: memFree=993736/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=102140 CPUtime=711.52
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 24894 0 0 0 69029 2123 0 0 25 0 1 0 1994760140 104591360 24880 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25535 24880 42 102 0 25430 0
Current children cumulated CPU time (s) 1714.85
Current children cumulated vsize (KiB) 121096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 9522
/proc/meminfo: memFree=992648/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=102536 CPUtime=770.95
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 25005 0 0 0 74972 2123 0 0 25 0 1 0 1994760140 104996864 24991 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25634 24991 42 102 0 25529 0
Current children cumulated CPU time (s) 1774.28
Current children cumulated vsize (KiB) 121492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 9522
/proc/meminfo: memFree=992200/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=102800 CPUtime=796.71
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 25060 0 0 0 77548 2123 0 0 25 0 1 0 1994760140 105267200 25046 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25700 25046 42 102 0 25595 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 121756

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

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

[startup+1808.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 9522
/proc/meminfo: memFree=992200/2055920 swapFree=4179440/4192956
[pid=9424] ppid=9422 vsize=13600 CPUtime=1003.33
/proc/9424/stat : 9424 (sugar) S 9422 9424 9387 0 -1 4194304 1021 88471 0 2 4 0 100230 99 16 0 1 0 1994659740 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9424/statm: 3400 798 370 3 0 500 0
[pid=9515] ppid=9424 vsize=5356 CPUtime=0
/proc/9515/stat : 9515 (sh) S 9424 9424 9387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994760139 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9515/statm: 1339 232 193 169 0 50 0
[pid=9516] ppid=9515 vsize=102800 CPUtime=796.71
/proc/9516/stat : 9516 (picosat) R 9515 9424 9387 0 -1 4194304 25060 0 0 0 77548 2123 0 0 25 0 1 0 1994760140 105267200 25046 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/9516/statm: 25700 25046 42 102 0 25595 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 121756

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9424 and gives
#  childrusage.ru_utime.tv_sec=1002
#  childrusage.ru_utime.tv_usec=344620
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=998848
# CPU time returned by wait4() is 1003.34
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.33
CPU time (s): 1800.04
CPU user time (s): 1777.82
CPU system time (s): 22.22
CPU usage (%): 99.5415
Max. virtual memory (cumulated for all children) (KiB): 909428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1002.34
system time used= 0.998848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89846
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= 26678
involuntary context switches= 11546

runsolver used 2.15167 second user time and 6.10907 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-04 09:34:42
IDJOB=1068777
IDBENCH=55543
IDSOLVER=345
FILE ID=node56/1068777-1215156881
PBS_JOBID= 7881431
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068777-1215156881/watcher-1068777-1215156881 -o /tmp/evaluation-result-1068777-1215156881/solver-1068777-1215156881 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1068777-1215156881.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e3ec9a5b9cb8c55618d68f0458a68ffa
RANDOM SEED=2131540395

node56.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.265
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	: 5931.00
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.265
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:       1480592 kB
Buffers:         85796 kB
Cached:         399412 kB
SwapCached:       7316 kB
Active:         256516 kB
Inactive:       244080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480592 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            2224 kB
Writeback:           0 kB
Mapped:          21972 kB
Slab:            60048 kB
Committed_AS:  3902548 kB
PageTables:       1844 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= 103164 MiB
End job on node56 at 2008-07-04 10:04:52