Trace number 1059359

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.06 1809.26

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-14-fair.xml
MD5SUM18fc7754b34300369f509106f87b5420
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40248
Number of constraints38137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:07:38 2008
0.00/0.05	c 0	PID 4499
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059359-1215122858.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059359-1215122858.xml' 'HOME/temp.csp'
3.23/3.31	c 3	3 domains, 40248 variables, 9 predicates, 0 relations, 38137 constraints
3.23/3.34	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.23/3.34	c 4	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'
3.26/3.42	c 4	Parsing HOME/temp.csp
3.26/3.73	c 4	parsed 10000 expressions
3.26/3.92	c 4	parsed 20000 expressions
3.26/4.12	c 4	parsed 30000 expressions
3.26/4.28	c 4	parsed 40000 expressions
4.38/4.54	c 5	parsed 50000 expressions
4.58/4.76	c 5	parsed 60000 expressions
4.78/4.97	c 5	parsed 70000 expressions
5.08/5.28	c 5	parsed 78397 expressions
5.08/5.28	c 5	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.08/5.28	c 5	Converting to clausal form CSP
5.17/5.35	c 6	converted 7840 (10%) expressions
5.17/5.37	c 6	converted 15680 (20%) expressions
5.17/5.37	c 6	converted 23520 (30%) expressions
5.26/5.40	c 6	converted 31359 (40%) expressions
5.26/5.41	c 6	converted 39199 (50%) expressions
5.66/5.81	c 6	converted 47039 (60%) expressions
6.55/6.74	c 7	converted 54878 (70%) expressions
7.54/7.76	c 8	converted 62718 (80%) expressions
8.14/8.40	c 9	converted 70558 (90%) expressions
9.52/9.77	c 10	converted 78397 (100%) expressions
9.52/9.78	c 10	CSP : 70719 integers, 2322 booleans, 173836 clauses, largest domain size 20001
9.52/9.78	c 10	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.52/9.79	c 10	Propagation in CSP
1800.06/1809.22	c ERROR INTERRUPTED
1800.06/1809.25	s UNKNOWN
1800.06/1809.25	c 1809	CPU 3.11 (0.03 0 3.08 0.15)
1800.06/1809.25	c 1809	END Fri Jul  4 00:37:47 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-1059359-1215122858/watcher-1059359-1215122858 -o /tmp/evaluation-result-1059359-1215122858/solver-1059359-1215122858 -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-1059359-1215122858.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.99 1.97 1.98 4/81 4499
/proc/meminfo: memFree=1467888/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=12268 CPUtime=0
/proc/4499/stat : 4499 (sugar) R 4497 4499 4462 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1991255361 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4499/statm: 3067 316 241 3 0 167 0

[startup+0.091836 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 4499
/proc/meminfo: memFree=1467888/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=0.03
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991255361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101926 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 4499
/proc/meminfo: memFree=1467888/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=0.03
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991255361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301959 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 4499
/proc/meminfo: memFree=1467888/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=0.03
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991255361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701041 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 4499
/proc/meminfo: memFree=1467888/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=0.03
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991255361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 1.99 1.97 1.98 4/92 4511
/proc/meminfo: memFree=1439512/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=0.03
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991255361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 796 370 3 0 500 0
[pid=4502] ppid=4499 vsize=5356 CPUtime=0
/proc/4502/stat : 4502 (sh) S 4499 4499 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991255366 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4502/statm: 1339 233 193 169 0 50 0
[pid=4503] ppid=4502 vsize=864672 CPUtime=1.41
/proc/4503/stat : 4503 (java) S 4502 4499 4462 0 -1 0 16281 0 1 0 135 6 0 0 18 0 9 0 1991255366 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4503/statm: 216168 13828 2529 9 0 210750 0
[pid=4503/tid=4504] ppid=4502 vsize=864672 CPUtime=0.84
/proc/4503/task/4504/stat : 4504 (java) R 4502 4499 4462 0 -1 64 3018 0 1 0 83 1 0 0 25 0 9 0 1991255367 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4505] ppid=4502 vsize=864672 CPUtime=0.45
/proc/4503/task/4505/stat : 4505 (java) S 4502 4499 4462 0 -1 64 12077 0 0 0 41 4 0 0 16 0 9 0 1991255369 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4506] ppid=4502 vsize=864672 CPUtime=0
/proc/4503/task/4506/stat : 4506 (java) S 4502 4499 4462 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991255369 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4507] ppid=4502 vsize=864672 CPUtime=0
/proc/4503/task/4507/stat : 4507 (java) S 4502 4499 4462 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1991255369 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4508] ppid=4502 vsize=864672 CPUtime=0
/proc/4503/task/4508/stat : 4508 (java) S 4502 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255371 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4509] ppid=4502 vsize=864672 CPUtime=0.1
/proc/4503/task/4509/stat : 4509 (java) S 4502 4499 4462 0 -1 64 487 0 0 0 10 0 0 0 16 0 9 0 1991255371 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4510] ppid=4502 vsize=864672 CPUtime=0
/proc/4503/task/4510/stat : 4510 (java) S 4502 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991255371 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4511] ppid=4502 vsize=864672 CPUtime=0
/proc/4503/task/4511/stat : 4511 (java) S 4502 4499 4462 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991255371 885424128 13828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883628

[startup+3.10248 s]
/proc/loadavg: 2.07 1.99 1.99 3/92 4511
/proc/meminfo: memFree=1394072/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=0.03
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991255361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 796 370 3 0 500 0
[pid=4502] ppid=4499 vsize=5356 CPUtime=0
/proc/4502/stat : 4502 (sh) S 4499 4499 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991255366 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4502/statm: 1339 233 193 169 0 50 0
[pid=4503] ppid=4502 vsize=864696 CPUtime=3.01
/proc/4503/stat : 4503 (java) S 4502 4499 4462 0 -1 0 27514 0 1 0 288 13 0 0 18 0 9 0 1991255366 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4503/statm: 216174 23110 2529 9 0 210756 0
[pid=4503/tid=4504] ppid=4502 vsize=864696 CPUtime=1.57
/proc/4503/task/4504/stat : 4504 (java) R 4502 4499 4462 0 -1 64 3909 0 1 0 155 2 0 0 25 0 9 0 1991255367 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4126684664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4505] ppid=4502 vsize=864696 CPUtime=1.27
/proc/4503/task/4505/stat : 4505 (java) S 4502 4499 4462 0 -1 64 22391 0 0 0 118 9 0 0 16 0 9 0 1991255369 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4506] ppid=4502 vsize=864696 CPUtime=0
/proc/4503/task/4506/stat : 4506 (java) S 4502 4499 4462 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991255369 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4507] ppid=4502 vsize=864696 CPUtime=0
/proc/4503/task/4507/stat : 4507 (java) S 4502 4499 4462 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991255369 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4508] ppid=4502 vsize=864696 CPUtime=0
/proc/4503/task/4508/stat : 4508 (java) S 4502 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255371 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4509] ppid=4502 vsize=864696 CPUtime=0.14
/proc/4503/task/4509/stat : 4509 (java) S 4502 4499 4462 0 -1 64 515 0 0 0 14 0 0 0 16 0 9 0 1991255371 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4510] ppid=4502 vsize=864696 CPUtime=0
/proc/4503/task/4510/stat : 4510 (java) S 4502 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991255371 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4503/tid=4511] ppid=4502 vsize=864696 CPUtime=0
/proc/4503/task/4511/stat : 4511 (java) S 4502 4499 4462 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991255371 885448704 23110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883652

[startup+6.30306 s]
/proc/loadavg: 2.07 1.99 1.99 3/92 4521
/proc/meminfo: memFree=1430936/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 15 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=2.9
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 17569 0 1 0 279 11 0 0 18 0 9 0 1991255696 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 15289 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=1.66
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 3296 0 1 0 163 3 0 0 25 0 9 0 1991255697 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4126536633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=1.01
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 12098 0 0 0 95 6 0 0 16 0 9 0 1991255698 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.2
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1478 0 0 0 19 1 0 0 16 0 9 0 1991255700 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 15289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887356

[startup+12.702 s]
/proc/loadavg: 2.13 2.00 1.99 3/92 4521
/proc/meminfo: memFree=1332248/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 16 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=9.25
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 47346 0 1 0 901 24 0 0 18 0 9 0 1991255696 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35240 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=5.78
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 4468 0 1 0 574 4 0 0 25 0 9 0 1991255697 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4126625075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=3.22
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 40682 0 0 0 304 18 0 0 16 0 9 0 1991255698 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.23
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 1991255700 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 35240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887356

[startup+25.5024 s]
/proc/loadavg: 2.11 2.00 1.99 3/92 4521
/proc/meminfo: memFree=1331864/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 16 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=21.99
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 47520 0 1 0 2173 26 0 0 18 0 9 0 1991255696 889241600 35244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35244 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=18.39
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 4638 0 1 0 1835 4 0 0 25 0 9 0 1991255697 889241600 35244 996147200 134512640 134550740 4294955952 18446744073709551615 4126981551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=3.33
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 40686 0 0 0 314 19 0 0 16 0 9 0 1991255698 889241600 35244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=1590.95
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 68920 0 1 0 158861 234 0 0 18 0 9 0 1991255696 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35556 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=1573.4
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 25726 0 1 0 157263 77 0 0 25 0 9 0 1991255697 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4126978088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=17.28
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 40998 0 0 0 1574 154 0 0 16 0 9 0 1991255698 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.23
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 1991255700 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 35556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.21
Current children cumulated vsize (KiB) 887356

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 4571
/proc/meminfo: memFree=1299224/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 16 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=1650.65
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 69762 0 1 0 164823 242 0 0 18 0 9 0 1991255696 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35566 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=1632.58
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 26558 0 1 0 163178 80 0 0 25 0 9 0 1991255697 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=17.81
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 41008 0 0 0 1621 160 0 0 16 0 9 0 1991255698 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.23
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 1991255700 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 35566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.91
Current children cumulated vsize (KiB) 887356

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 4571
/proc/meminfo: memFree=1299160/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 16 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=1710.34
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 70606 0 1 0 170783 251 0 0 18 0 9 0 1991255696 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35575 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=1691.73
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 27393 0 1 0 169090 83 0 0 25 0 9 0 1991255697 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4126977978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=18.34
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 41017 0 0 0 1669 165 0 0 16 0 9 0 1991255698 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.23
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 1991255700 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 35575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.6
Current children cumulated vsize (KiB) 887356

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 4571
/proc/meminfo: memFree=1298968/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 16 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=1770.03
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 71450 0 1 0 176744 259 0 0 18 0 9 0 1991255696 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35586 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=1750.9
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 28226 0 1 0 175004 86 0 0 25 0 9 0 1991255697 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4126578338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=18.87
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 41028 0 0 0 1717 170 0 0 16 0 9 0 1991255698 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.23
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 1991255700 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 35586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.29
Current children cumulated vsize (KiB) 887356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 4571
/proc/meminfo: memFree=1298968/2055920 swapFree=4181480/4192956
[pid=4499] ppid=4497 vsize=13600 CPUtime=3.26
/proc/4499/stat : 4499 (sugar) S 4497 4499 4462 0 -1 4194304 974 27994 0 1 3 0 308 15 16 0 1 0 1991255361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 3400 797 370 3 0 500 0
[pid=4512] ppid=4499 vsize=5356 CPUtime=0
/proc/4512/stat : 4512 (sh) S 4499 4499 4462 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991255696 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4512/statm: 1339 233 193 169 0 50 0
[pid=4513] ppid=4512 vsize=868400 CPUtime=1796.8
/proc/4513/stat : 4513 (java) S 4512 4499 4462 0 -1 0 71824 0 1 0 179418 262 0 0 18 0 9 0 1991255696 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4513/statm: 217100 35590 2540 9 0 211675 0
[pid=4513/tid=4514] ppid=4512 vsize=868400 CPUtime=1777.42
/proc/4513/task/4514/stat : 4514 (java) R 4512 4499 4462 0 -1 64 28596 0 1 0 177655 87 0 0 25 0 9 0 1991255697 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4126580836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4515] ppid=4512 vsize=868400 CPUtime=19.11
/proc/4513/task/4515/stat : 4515 (java) S 4512 4499 4462 0 -1 64 41032 0 0 0 1739 172 0 0 16 0 9 0 1991255698 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4513/tid=4516] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4516/stat : 4516 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4517] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4517/stat : 4517 (java) S 4512 4499 4462 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991255698 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4518] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4518/stat : 4518 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991255700 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4519] ppid=4512 vsize=868400 CPUtime=0.23
/proc/4513/task/4519/stat : 4519 (java) S 4512 4499 4462 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 1991255700 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4520] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4520/stat : 4520 (java) S 4512 4499 4462 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991255700 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4513/tid=4521] ppid=4512 vsize=868400 CPUtime=0
/proc/4513/task/4521/stat : 4521 (java) S 4512 4499 4462 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991255700 889241600 35590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 887356

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4499 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=118525
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 3.2855
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.26
CPU time (s): 1800.06
CPU user time (s): 1797.29
CPU system time (s): 2.77
CPU usage (%): 99.4917
Max. virtual memory (cumulated for all children) (KiB): 907844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.11852
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 879
involuntary context switches= 844

runsolver used 2.35664 second user time and 5.86511 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 00:07:38
IDJOB=1059359
IDBENCH=54244
IDSOLVER=345
FILE ID=node67/1059359-1215122858
PBS_JOBID= 7877231
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-14-fair.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-1059359-1215122858/watcher-1059359-1215122858 -o /tmp/evaluation-result-1059359-1215122858/solver-1059359-1215122858 -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-1059359-1215122858.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18fc7754b34300369f509106f87b5420
RANDOM SEED=1346680658

node67.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.281
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.281
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:       1468432 kB
Buffers:         65932 kB
Cached:         398344 kB
SwapCached:       5332 kB
Active:         282900 kB
Inactive:       238504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468432 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            8212 kB
Writeback:           0 kB
Mapped:          70988 kB
Slab:            51276 kB
Committed_AS:  4755396 kB
PageTables:       1984 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= 66524 MiB
End job on node67 at 2008-07-04 00:37:49