Trace number 2064966

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+minisat? (MO) 288.57 290.663

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-7-fair.xml
MD5SUM6868c0dbaa1b83433bdc467ecccba464
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark159.489
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14025
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 20:38:56 2009
0.06/0.08	c 0	PID 13934
0.06/0.08	c 0	HOST node2.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064966-1247337536.xml TO HOME/temp.csp
0.06/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-2064966-1247337536.xml' 'HOME/temp.csp'
1.45/1.54	c 2	3 domains, 14823 variables, 9 predicates, 0 relations, 14025 constraints
1.45/1.56	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.56	c 2	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'
1.50/1.63	c 2	Parsing HOME/temp.csp
1.50/1.77	c 2	parsed 10000 expressions
1.50/1.88	c 2	parsed 20000 expressions
1.50/2.02	c 2	parsed 28860 expressions
1.50/2.03	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/2.03	c 2	Converting to clausal form CSP
1.50/2.08	c 2	converted 2886 (10%) expressions
1.50/2.09	c 2	converted 5772 (20%) expressions
1.50/2.09	c 2	converted 8658 (30%) expressions
2.02/2.11	c 2	converted 11544 (40%) expressions
2.02/2.11	c 2	converted 14430 (50%) expressions
2.22/2.39	c 3	converted 17316 (60%) expressions
2.71/2.82	c 3	converted 20202 (70%) expressions
3.11/3.28	c 3	converted 23088 (80%) expressions
3.41/3.57	c 4	converted 25974 (90%) expressions
3.90/4.10	c 4	converted 28860 (100%) expressions
4.00/4.10	c 4	CSP : 25945 integers, 892 booleans, 63064 clauses, largest domain size 20001
4.00/4.10	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.10	c 4	Propagation in CSP
249.23/250.55	c 251	182010063 values, 0 unsatisfiable literals, and 0 valid clauses are removed
249.23/250.56	c 251	CSP : 25945 integers, 892 booleans, 63064 clauses, largest domain size 20001
249.23/250.56	c 251	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
249.23/250.58	c 251	Simplifing CSP by introducing new Boolean variables
249.43/250.71	c 251	CSP : 25945 integers, 23406 booleans, 85578 clauses, largest domain size 20001
249.43/250.71	c 251	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
249.72/251.10	c 251	Encoding CSP to SAT : HOME/temp.cnf
250.03/251.36	c 252	2595 (10%) CSP integer variables are encoded (188652 clauses, 2987933 bytes)
251.52/252.87	c 253	5189 (20%) CSP integer variables are encoded (1465284 clauses, 25624866 bytes)
252.23/253.50	c 254	7784 (30%) CSP integer variables are encoded (1982016 clauses, 35442774 bytes)
252.73/254.07	c 254	10378 (40%) CSP integer variables are encoded (2451964 clauses, 44371786 bytes)
253.22/254.57	c 255	12973 (50%) CSP integer variables are encoded (2868296 clauses, 52282094 bytes)
253.22/254.57	c 255	15567 (60%) CSP integer variables are encoded (2868296 clauses, 52282094 bytes)
253.72/255.07	c 255	18162 (70%) CSP integer variables are encoded (3278214 clauses, 60070536 bytes)
254.02/255.35	c 256	20756 (80%) CSP integer variables are encoded (3508168 clauses, 64439662 bytes)
254.13/255.49	c 256	23351 (90%) CSP integer variables are encoded (3618152 clauses, 66529358 bytes)
254.40/255.77	c 256	25945 (100%) CSP integer variables are encoded (3828120 clauses, 70518750 bytes)
273.44/275.14	c 275	8558 (10%) CSP clauses are encoded (15322205 clauses, 310785217 bytes)
273.93/275.67	c 276	17116 (20%) CSP clauses are encoded (15645118 clauses, 317241427 bytes)
275.00/276.79	c 277	25674 (30%) CSP clauses are encoded (16408423 clauses, 332696346 bytes)
276.38/278.16	c 278	34232 (40%) CSP clauses are encoded (17330819 clauses, 352113982 bytes)
277.27/279.02	c 279	42789 (50%) CSP clauses are encoded (17893690 clauses, 364069885 bytes)
277.27/279.07	c 279	51347 (60%) CSP clauses are encoded (17897730 clauses, 364152042 bytes)
277.38/279.12	c 279	59905 (70%) CSP clauses are encoded (17901729 clauses, 364233318 bytes)
278.27/280.03	c 280	68463 (80%) CSP clauses are encoded (18505791 clauses, 377066001 bytes)
279.23/281.08	c 281	77021 (90%) CSP clauses are encoded (19189498 clauses, 391590672 bytes)
279.33/281.15	c 281	85578 (100%) CSP clauses are encoded (19205078 clauses, 392002824 bytes)
279.33/281.15	c 281	85578 CSP clauses encoded
279.33/281.15	c 281	Writing map file : HOME/temp.map
279.43/281.21	c 281	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
279.43/281.21	c 281	SAT : 3858791 SAT variables, 19205078 SAT clauses, 392002824 bytes
279.43/281.21	c 281	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
279.43/281.25	c 281	SOLVING HOME/temp.cnf
279.43/281.25	c 281	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
279.43/281.25	c 281	This is MiniSat 2.0 beta
279.43/281.25	c 281	WARNING: for repeatability, setting FPU to use double precision
279.43/281.25	c 281	============================[ Problem Statistics ]=============================
279.43/281.25	c 281	|                                                                             |
279.43/281.25	c 281	|  Number of variables:  3858791                                              |
279.43/281.25	c 281	|  Number of clauses:    19205078                                             |
288.46/290.52	c ERROR INTERRUPTED
288.57/290.66	s UNKNOWN
288.57/290.66	c 291	CPU 279.48 (0.07 0.01 275.7 3.7)
288.57/290.66	c 291	END Sat Jul 11 20:43:47 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-2064966-1247337536/watcher-2064966-1247337536 -o /tmp/evaluation-result-2064966-1247337536/solver-2064966-1247337536 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064966-1247337536.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 13934
/proc/meminfo: memFree=779384/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=12132 CPUtime=0
/proc/13934/stat : 13934 (sugar) R 13932 13934 13535 0 -1 4194304 223 0 0 0 0 0 0 0 20 0 1 0 20821289 12423168 191 996147200 4194304 4206940 548682068608 18446744073709551615 206381159137 0 0 4224 0 0 0 0 17 1 0 0
/proc/13934/statm: 3033 191 142 3 0 133 0

[startup+0.07559 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 13934
/proc/meminfo: memFree=779384/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16608 CPUtime=0.06
/proc/13934/stat : 13934 (sugar) R 13932 13934 13535 0 -1 4194304 1072 0 0 0 5 1 0 0 18 0 1 0 20821289 17006592 1040 996147200 4194304 4206940 548682068608 18446744073709551615 206398968116 0 0 4224 0 0 0 0 17 1 0 0
/proc/13934/statm: 4152 1040 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101598 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 13934
/proc/meminfo: memFree=779384/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=0.07
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301629 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 13934
/proc/meminfo: memFree=779384/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=0.07
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701704 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 13934
/proc/meminfo: memFree=779384/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=0.07
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50285 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 13946
/proc/meminfo: memFree=747744/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=0.07
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13937] ppid=13934 vsize=5356 CPUtime=0
/proc/13937/stat : 13937 (sh) S 13934 13934 13535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20821297 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13937/statm: 1339 233 193 169 0 50 0
[pid=13938] ppid=13937 vsize=864784 CPUtime=1.38
/proc/13938/stat : 13938 (java) S 13937 13934 13535 0 -1 0 13052 0 1 0 130 8 0 0 18 0 9 0 20821298 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13938/statm: 216196 11081 2557 9 0 210708 0
[pid=13938/tid=13939] ppid=13937 vsize=864784 CPUtime=0.79
/proc/13938/task/13939/stat : 13939 (java) R 13937 13934 13535 0 -1 64 3067 0 1 0 76 3 0 0 24 0 9 0 20821299 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4126701616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13940] ppid=13937 vsize=864784 CPUtime=0.42
/proc/13938/task/13940/stat : 13940 (java) S 13937 13934 13535 0 -1 64 8748 0 0 0 39 3 0 0 16 0 9 0 20821300 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13941] ppid=13937 vsize=864784 CPUtime=0
/proc/13938/task/13941/stat : 13941 (java) S 13937 13934 13535 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20821300 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13942] ppid=13937 vsize=864784 CPUtime=0
/proc/13938/task/13942/stat : 13942 (java) S 13937 13934 13535 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20821300 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13943] ppid=13937 vsize=864784 CPUtime=0
/proc/13938/task/13943/stat : 13943 (java) S 13937 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20821302 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13944] ppid=13937 vsize=864784 CPUtime=0.14
/proc/13938/task/13944/stat : 13944 (java) S 13937 13934 13535 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 20821302 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13945] ppid=13937 vsize=864784 CPUtime=0
/proc/13938/task/13945/stat : 13945 (java) S 13937 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20821302 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13946] ppid=13937 vsize=864784 CPUtime=0
/proc/13938/task/13946/stat : 13946 (java) S 13937 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20821302 885538816 11081 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887008

[startup+3.10214 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 13956
/proc/meminfo: memFree=759200/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1309 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=1.51
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 11906 0 1 0 145 6 0 0 18 0 9 0 20821445 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 10850 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=0.79
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 2731 0 1 0 77 2 0 0 22 0 9 0 20821446 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4126820080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=0.5
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 6954 0 0 0 48 2 0 0 17 0 9 0 20821447 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1519 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 10850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 10850 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) 890860

[startup+6.30273 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13956
/proc/meminfo: memFree=720416/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1310 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=4.68
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 17719 0 1 0 458 10 0 0 18 0 9 0 20821445 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 16109 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=3.44
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 3229 0 1 0 341 3 0 0 25 0 9 0 20821446 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4126565715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=1.02
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 12266 0 0 0 97 5 0 0 16 0 9 0 20821447 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1522 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 16109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 16109 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) 890860

[startup+12.7029 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 13956
/proc/meminfo: memFree=720224/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1310 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=11.02
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 17958 0 1 0 1091 11 0 0 18 0 9 0 20821445 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 16112 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=9.67
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 3465 0 1 0 964 3 0 0 25 0 9 0 20821446 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4126571397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=1.12
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 12269 0 0 0 106 6 0 0 16 0 9 0 20821447 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1522 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 16112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 16112 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) 890860

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13956
/proc/meminfo: memFree=720288/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1310 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=23.69
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 18439 0 1 0 2353 16 0 0 18 0 9 0 20821445 889483264 16117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 16117 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=22.12
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 3941 0 1 0 2207 5 0 0 25 0 9 0 20821446 889483264 16117 996147200 134512640 134550932 4294955936 18446744073709551615 4126565664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=1.35
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 12274 0 0 0 126 9 0 0 16 0 9 0 20821447 889483264 16117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 16117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 16117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0

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

/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 16129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1522 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 16129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 16129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 16129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 890860

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 13956
/proc/meminfo: memFree=720096/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1310 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=99.76
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 21325 0 1 0 9929 47 0 0 18 0 9 0 20821445 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 16152 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=96.85
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 6792 0 1 0 9670 15 0 0 25 0 9 0 20821446 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4126966777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=2.69
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 12309 0 0 0 239 30 0 0 16 0 9 0 20821447 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1522 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 16152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 890860

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14005
/proc/meminfo: memFree=855088/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1310 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=159.57
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 23634 0 1 0 15887 70 0 0 18 0 9 0 20821445 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 16178 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=155.59
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 9075 0 1 0 15535 24 0 0 25 0 9 0 20821446 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4126969361 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=3.75
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 12335 0 0 0 331 44 0 0 16 0 9 0 20821447 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1522 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 16178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 890860

[startup+222.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 14005
/proc/meminfo: memFree=854832/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=1.5
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1310 13482 0 1 6 1 134 9 15 0 1 0 20821289 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1111 409 3 0 796 0
[pid=13947] ppid=13934 vsize=5356 CPUtime=0
/proc/13947/stat : 13947 (sh) S 13934 13934 13535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20821445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13947/statm: 1339 233 193 169 0 50 0
[pid=13948] ppid=13947 vsize=868636 CPUtime=219.54
/proc/13948/stat : 13948 (java) S 13947 13934 13535 0 -1 0 25956 0 1 0 21861 93 0 0 18 0 9 0 20821445 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13948/statm: 217159 16205 2566 9 0 211664 0
[pid=13948/tid=13949] ppid=13947 vsize=868636 CPUtime=214.5
/proc/13948/task/13949/stat : 13949 (java) R 13947 13934 13535 0 -1 64 11370 0 1 0 21417 33 0 0 25 0 9 0 20821446 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4126567888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13948/tid=13950] ppid=13947 vsize=868636 CPUtime=4.81
/proc/13948/task/13950/stat : 13950 (java) S 13947 13934 13535 0 -1 64 12362 0 0 0 423 58 0 0 16 0 9 0 20821447 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13948/tid=13951] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13951/stat : 13951 (java) S 13947 13934 13535 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20821447 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13952] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13952/stat : 13952 (java) S 13947 13934 13535 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20821447 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13953] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13953/stat : 13953 (java) S 13947 13934 13535 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20821450 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13954] ppid=13947 vsize=868636 CPUtime=0.19
/proc/13948/task/13954/stat : 13954 (java) S 13947 13934 13535 0 -1 64 1522 0 0 0 19 0 0 0 16 0 9 0 20821450 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13955] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13955/stat : 13955 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20821450 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13948/tid=13956] ppid=13947 vsize=868636 CPUtime=0
/proc/13948/task/13956/stat : 13956 (java) S 13947 13934 13535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20821450 889483264 16205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (KiB) 890860

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 14007
/proc/meminfo: memFree=478768/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=279.47
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1376 48634 0 2 7 1 27570 369 16 0 1 0 20821289 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13934/statm: 4217 1113 409 3 0 796 0
[pid=14006] ppid=13934 vsize=5356 CPUtime=0
/proc/14006/stat : 14006 (sh) S 13934 13934 13535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849414 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14006/statm: 1339 232 193 169 0 50 0
[pid=14007] ppid=14006 vsize=165544 CPUtime=1.03
/proc/14007/stat : 14007 (minisat) R 14006 13934 13535 0 -1 4194304 36911 0 0 0 80 23 0 0 25 0 1 0 20849415 169517056 36897 996147200 134512640 135127466 4294956256 18446744073709551615 134705111 0 0 4096 3 0 0 0 17 1 0 0
/proc/14007/statm: 41386 36897 62 150 0 41233 0
Current children cumulated CPU time (s) 280.5
Current children cumulated vsize (KiB) 187768



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+290.502 s]
/proc/loadavg: 2.10 2.02 2.01 3/85 14007
/proc/meminfo: memFree=15920/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=279.47
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1376 48634 0 2 7 1 27570 369 16 0 1 0 20821289 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13934/statm: 4217 1113 409 3 0 796 0
[pid=14006] ppid=13934 vsize=5356 CPUtime=0
/proc/14006/stat : 14006 (sh) S 13934 13934 13535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849414 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14006/statm: 1339 232 193 169 0 50 0
[pid=14007] ppid=14006 vsize=902328 CPUtime=8.99
/proc/14007/stat : 14007 (minisat) R 14006 13934 13535 0 -1 4194304 212516 0 0 0 731 168 0 0 25 0 1 0 20849415 923983872 212502 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/14007/statm: 225582 212502 62 150 0 225429 0
Current children cumulated CPU time (s) 288.46
Current children cumulated vsize (KiB) 924552

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

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

[startup+290.621 s]
/proc/loadavg: 2.10 2.02 2.01 3/85 14007
/proc/meminfo: memFree=15920/2055920 swapFree=4192956/4192956
[pid=13934] ppid=13932 vsize=16868 CPUtime=279.47
/proc/13934/stat : 13934 (sugar) S 13932 13934 13535 0 -1 4194304 1398 48634 0 2 7 1 27570 369 16 0 1 0 20821289 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13934/statm: 4217 1113 409 3 0 796 0
[pid=14006] ppid=13934 vsize=0 CPUtime=0
/proc/14006/stat : 14006 (sh) Z 13934 13934 13535 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20849414 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14006/statm: 0 0 0 0 0 0 0
[pid=14007] ppid=1 vsize=0 CPUtime=9.1
/proc/14007/stat : 14007 (minisat) R 1 13934 13535 0 -1 4195332 212516 0 0 0 731 179 0 0 25 0 1 0 20849415 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14007/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 288.57
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13934 and gives
#  childrusage.ru_utime.tv_sec=275
#  childrusage.ru_utime.tv_usec=776075
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=720434
# CPU time returned by wait4() is 279.496
# while last known CPU time is 288.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 290.663
CPU time (s): 288.57
CPU user time (s): 283.08
CPU system time (s): 5.49
CPU usage (%): 99.2798
Max. virtual memory (cumulated for all children) (KiB): 924552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.776
system time used= 3.72043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50393
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= 110703
involuntary context switches= 113186

runsolver used 0.358945 second user time and 1.02584 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-11 20:38:56
IDJOB=2064966
IDBENCH=54233
IDSOLVER=739
FILE ID=node2/2064966-1247337536
PBS_JOBID= 9506723
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-7-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064966-1247337536/watcher-2064966-1247337536 -o /tmp/evaluation-result-2064966-1247337536/solver-2064966-1247337536 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064966-1247337536.xml

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

MD5SUM BENCH= 6868c0dbaa1b83433bdc467ecccba464
RANDOM SEED=463112213

node2.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	: 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.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:        779864 kB
Buffers:         66744 kB
Cached:         926192 kB
SwapCached:          0 kB
Active:         577896 kB
Inactive:       642056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        779864 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3772 kB
Writeback:           0 kB
Mapped:         237704 kB
Slab:            40772 kB
Committed_AS:   481556 kB
PageTables:       2572 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= 66304 MiB
End job on node2 at 2009-07-11 20:43:49