Trace number 1059275

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? (MO) 810.45 820.042

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-8-fair.xml
MD5SUM0864a4d457da97ae5f62840ffdfb86f0
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 variables23382
Number of constraints22147
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22147
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 Thu Jul  3 23:58:31 2008
0.00/0.05	c 0	PID 25210
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059275-1215122310.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-1059275-1215122310.xml' 'HOME/temp.csp'
1.96/2.03	c 2	3 domains, 23382 variables, 9 predicates, 0 relations, 22147 constraints
1.96/2.09	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.96/2.09	c 2	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'
2.01/2.18	c 2	Parsing HOME/temp.csp
2.29/2.49	c 2	parsed 10000 expressions
2.49/2.68	c 2	parsed 20000 expressions
2.79/2.91	c 3	parsed 30000 expressions
2.98/3.12	c 3	parsed 40000 expressions
3.18/3.32	c 3	parsed 45541 expressions
3.18/3.32	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.18/3.32	c 3	Converting to clausal form CSP
3.18/3.38	c 3	converted 4555 (10%) expressions
3.18/3.39	c 3	converted 9109 (20%) expressions
3.18/3.39	c 3	converted 13663 (30%) expressions
3.27/3.41	c 3	converted 18217 (40%) expressions
3.27/3.42	c 3	converted 22771 (50%) expressions
3.57/3.71	c 3	converted 27325 (60%) expressions
4.07/4.27	c 4	converted 31879 (70%) expressions
4.66/4.86	c 5	converted 36433 (80%) expressions
5.06/5.22	c 5	converted 40987 (90%) expressions
5.75/5.93	c 6	converted 45541 (100%) expressions
5.75/5.94	c 6	CSP : 41043 integers, 1374 booleans, 100918 clauses, largest domain size 20001
5.75/5.94	c 6	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.94	c 6	Propagation in CSP
666.19/673.39	c 673	577186365 values, 0 unsatisfiable literals, and 0 valid clauses are removed
666.29/673.40	c 673	CSP : 41043 integers, 1374 booleans, 100918 clauses, largest domain size 20001
666.29/673.40	c 673	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
666.29/673.43	c 673	Simplifing CSP by introducing new Boolean variables
666.50/673.65	c 673	CSP : 41043 integers, 37108 booleans, 136652 clauses, largest domain size 20001
666.50/673.65	c 673	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
667.00/674.14	c 674	Encoding CSP to SAT : HOME/temp.cnf
667.48/674.68	c 674	4105 (10%) CSP integer variables are encoded (390960 clauses, 6428747 bytes)
669.86/677.09	c 677	8209 (20%) CSP integer variables are encoded (2336304 clauses, 42177724 bytes)
670.85/678.02	c 678	12313 (30%) CSP integer variables are encoded (3065808 clauses, 56038300 bytes)
671.79/679.04	c 679	16418 (40%) CSP integer variables are encoded (3835723 clauses, 70666685 bytes)
672.39/679.60	c 679	20522 (50%) CSP integer variables are encoded (4284443 clauses, 79192365 bytes)
672.39/679.61	c 679	24626 (60%) CSP integer variables are encoded (4284443 clauses, 79192365 bytes)
673.18/680.44	c 680	28731 (70%) CSP integer variables are encoded (4934313 clauses, 91539895 bytes)
673.57/680.89	c 681	32835 (80%) CSP integer variables are encoded (5274245 clauses, 97998603 bytes)
673.86/681.14	c 681	36939 (90%) CSP integer variables are encoded (5474215 clauses, 101798033 bytes)
674.17/681.45	c 681	41043 (100%) CSP integer variables are encoded (5714179 clauses, 106357349 bytes)
705.39/713.72	c 713	13666 (10%) CSP clauses are encoded (23326113 clauses, 485136819 bytes)
706.06/714.46	c 714	27331 (20%) CSP clauses are encoded (23770610 clauses, 494092564 bytes)
707.92/716.31	c 716	40996 (30%) CSP clauses are encoded (24936002 clauses, 518052026 bytes)
710.08/718.52	c 718	54661 (40%) CSP clauses are encoded (26339832 clauses, 547874475 bytes)
711.53/720.09	c 720	68326 (50%) CSP clauses are encoded (27304504 clauses, 568365719 bytes)
711.64/720.17	c 720	81992 (60%) CSP clauses are encoded (27310956 clauses, 568496947 bytes)
711.74/720.25	c 720	95657 (70%) CSP clauses are encoded (27317370 clauses, 568627399 bytes)
713.50/722.00	c 722	109322 (80%) CSP clauses are encoded (28404020 clauses, 591713082 bytes)
714.57/723.12	c 723	122987 (90%) CSP clauses are encoded (29089612 clauses, 606274994 bytes)
714.67/723.23	c 723	136652 (100%) CSP clauses are encoded (29111630 clauses, 606853214 bytes)
714.67/723.23	c 723	136652 CSP clauses encoded
714.67/723.23	c 723	Writing map file : HOME/temp.map
714.77/723.34	c 723	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
714.77/723.34	c 723	SAT : 5762649 SAT variables, 29111630 SAT clauses, 606853214 bytes
714.77/723.34	c 723	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
714.77/723.38	c 723	SOLVING HOME/temp.cnf
714.77/723.38	c 723	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
810.34/819.92	c ERROR INTERRUPTED
810.45/820.04	s UNKNOWN
810.45/820.04	c 820	CPU 709.42 (0.05 0.01 709.37 5.43)
810.45/820.04	c 820	END Fri Jul  4 00:12:11 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-1059275-1215122310/watcher-1059275-1215122310 -o /tmp/evaluation-result-1059275-1215122310/solver-1059275-1215122310 -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-1059275-1215122310.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: 2.28 2.13 2.04 4/82 25210
/proc/meminfo: memFree=1446128/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=7504 CPUtime=0
/proc/25210/stat : 25210 (sugar) R 25208 25210 23549 0 -1 4194304 67 0 0 0 0 0 0 0 22 0 1 0 124242099 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 210720847337 0 0 4096 0 0 0 0 17 1 0 0
/proc/25210/statm: 1876 52 39 3 0 55 0

[startup+0.052929 s]
/proc/loadavg: 2.28 2.13 2.04 4/82 25210
/proc/meminfo: memFree=1446128/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=0.04
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 124242099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102339 s]
/proc/loadavg: 2.28 2.13 2.04 4/82 25210
/proc/meminfo: memFree=1446128/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=0.04
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 124242099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30136 s]
/proc/loadavg: 2.28 2.13 2.04 4/82 25210
/proc/meminfo: memFree=1446128/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=0.04
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 124242099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701408 s]
/proc/loadavg: 2.28 2.13 2.04 4/82 25210
/proc/meminfo: memFree=1446128/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=0.04
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 124242099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.28 2.13 2.04 4/93 25222
/proc/meminfo: memFree=1411544/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=0.04
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 124242099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 796 370 3 0 500 0
[pid=25213] ppid=25210 vsize=5356 CPUtime=0
/proc/25213/stat : 25213 (sh) S 25210 25210 23549 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 124242104 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25213/statm: 1339 233 193 169 0 50 0
[pid=25214] ppid=25213 vsize=865684 CPUtime=1.42
/proc/25214/stat : 25214 (java) S 25213 25210 23549 0 -1 0 16924 0 1 0 133 9 0 0 18 0 9 0 124242104 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25214/statm: 216421 14752 2529 9 0 211003 0
[pid=25214/tid=25215] ppid=25213 vsize=865684 CPUtime=0.62
/proc/25214/task/25215/stat : 25215 (java) R 25213 25210 23549 0 -1 64 3022 0 1 0 59 3 0 0 24 0 9 0 124242105 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25216] ppid=25213 vsize=865684 CPUtime=0.66
/proc/25214/task/25216/stat : 25216 (java) R 25213 25210 23549 0 -1 64 12703 0 0 0 61 5 0 0 17 0 9 0 124242106 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25217] ppid=25213 vsize=865684 CPUtime=0
/proc/25214/task/25217/stat : 25217 (java) S 25213 25210 23549 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 124242106 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25218] ppid=25213 vsize=865684 CPUtime=0
/proc/25214/task/25218/stat : 25218 (java) S 25213 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 124242106 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25219] ppid=25213 vsize=865684 CPUtime=0
/proc/25214/task/25219/stat : 25219 (java) S 25213 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242108 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25220] ppid=25213 vsize=865684 CPUtime=0.11
/proc/25214/task/25220/stat : 25220 (java) S 25213 25210 23549 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 124242108 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25221] ppid=25213 vsize=865684 CPUtime=0
/proc/25214/task/25221/stat : 25221 (java) S 25213 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 124242108 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25214/tid=25222] ppid=25213 vsize=865684 CPUtime=0
/proc/25214/task/25222/stat : 25222 (java) S 25213 25210 23549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 124242109 886460416 14752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 884640

[startup+3.10169 s]
/proc/loadavg: 2.28 2.13 2.04 3/85 25224
/proc/meminfo: memFree=1442648/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 973 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=864080 CPUtime=0.97
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 7743 0 1 0 94 3 0 0 18 0 9 0 124242309 884817920 6777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 216020 6777 2532 9 0 210602 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883036

[startup+6.30207 s]
/proc/loadavg: 2.26 2.12 2.04 3/93 25232
/proc/meminfo: memFree=1374616/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=868400 CPUtime=4.14
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 24572 0 1 0 403 11 0 0 18 0 9 0 124242309 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 217100 22379 2540 9 0 211675 0
[pid=25224/tid=25225] ppid=25223 vsize=868400 CPUtime=2.21
/proc/25224/task/25225/stat : 25225 (java) R 25223 25210 23549 0 -1 64 3660 0 1 0 220 1 0 0 25 0 9 0 124242311 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4126976929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25226] ppid=25223 vsize=868400 CPUtime=1.64
/proc/25224/task/25226/stat : 25226 (java) S 25223 25210 23549 0 -1 64 18717 0 0 0 157 7 0 0 16 0 9 0 124242312 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25227] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25227/stat : 25227 (java) S 25223 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25228] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25228/stat : 25228 (java) S 25223 25210 23549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25229] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868400 CPUtime=0.24
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 124242314 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889241600 22379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887356

[startup+12.7018 s]
/proc/loadavg: 2.24 2.12 2.04 3/93 25232
/proc/meminfo: memFree=1360088/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=868400 CPUtime=10.47
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 25000 0 1 0 1035 12 0 0 18 0 9 0 124242309 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 217100 22664 2540 9 0 211675 0
[pid=25224/tid=25225] ppid=25223 vsize=868400 CPUtime=8.41
/proc/25224/task/25225/stat : 25225 (java) R 25223 25210 23549 0 -1 64 3803 0 1 0 840 1 0 0 25 0 9 0 124242311 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4126634140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25226] ppid=25223 vsize=868400 CPUtime=1.77
/proc/25224/task/25226/stat : 25226 (java) S 25223 25210 23549 0 -1 64 19002 0 0 0 169 8 0 0 16 0 9 0 124242312 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25227] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25227/stat : 25227 (java) S 25223 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25228] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25228/stat : 25228 (java) S 25223 25210 23549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25229] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868400 CPUtime=0.24
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 124242314 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889241600 22664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887356

[startup+25.5023 s]
/proc/loadavg: 2.18 2.11 2.04 3/93 25232
/proc/meminfo: memFree=1360024/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=868400 CPUtime=23.13
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 25289 0 1 0 2298 15 0 0 18 0 9 0 124242309 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 217100 22669 2540 9 0 211675 0
[pid=25224/tid=25225] ppid=25223 vsize=868400 CPUtime=20.92
/proc/25224/task/25225/stat : 25225 (java) R 25223 25210 23549 0 -1 64 4087 0 1 0 2090 2 0 0 25 0 9 0 124242311 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4126624540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25226] ppid=25223 vsize=868400 CPUtime=1.93
/proc/25224/task/25226/stat : 25226 (java) S 25223 25210 23549 0 -1 64 19007 0 0 0 183 10 0 0 16 0 9 0 124242312 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25227] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25227/stat : 25227 (java) S 25223 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25228] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25228/stat : 25228 (java) S 25223 25210 23549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25229] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868400 CPUtime=0.24
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 124242314 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889241600 22669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887356

[startup+51.1023 s]
/proc/loadavg: 2.12 2.10 2.03 3/93 25232
/proc/meminfo: memFree=1359832/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889241600 22836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868400 CPUtime=0.24
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 124242314 889241600 22836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889241600 22836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889241600 22836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 516.77
Current children cumulated vsize (KiB) 887356

[startup+582.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 25238
/proc/meminfo: memFree=1356504/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=868400 CPUtime=574.14
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 37800 0 1 0 57278 136 0 0 18 0 9 0 124242309 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 217100 22851 2540 9 0 211675 0
[pid=25224/tid=25225] ppid=25223 vsize=868400 CPUtime=565.51
/proc/25224/task/25225/stat : 25225 (java) R 25223 25210 23549 0 -1 64 16416 0 1 0 56506 45 0 0 25 0 9 0 124242311 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4126978964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25226] ppid=25223 vsize=868400 CPUtime=8.35
/proc/25224/task/25226/stat : 25226 (java) S 25223 25210 23549 0 -1 64 19189 0 0 0 746 89 0 0 16 0 9 0 124242312 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25227] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25227/stat : 25227 (java) S 25223 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25228] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25228/stat : 25228 (java) S 25223 25210 23549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25229] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868400 CPUtime=0.24
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 124242314 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889241600 22851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 576.15
Current children cumulated vsize (KiB) 887356

[startup+642.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25238
/proc/meminfo: memFree=1356120/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=868400 CPUtime=633.51
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 39145 0 1 0 63202 149 0 0 18 0 9 0 124242309 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 217100 22867 2540 9 0 211675 0
[pid=25224/tid=25225] ppid=25223 vsize=868400 CPUtime=624.23
/proc/25224/task/25225/stat : 25225 (java) R 25223 25210 23549 0 -1 64 17745 0 1 0 62374 49 0 0 25 0 9 0 124242311 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4126624487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25226] ppid=25223 vsize=868400 CPUtime=9.01
/proc/25224/task/25226/stat : 25226 (java) S 25223 25210 23549 0 -1 64 19205 0 0 0 803 98 0 0 16 0 9 0 124242312 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25227] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25227/stat : 25227 (java) S 25223 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25228] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25228/stat : 25228 (java) S 25223 25210 23549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124242312 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25229] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868400 CPUtime=0.24
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 124242314 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868400 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889241600 22867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 635.52
Current children cumulated vsize (KiB) 887356

[startup+702.303 s]
/proc/loadavg: 2.42 2.10 2.03 3/93 25238
/proc/meminfo: memFree=1002520/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=2.01
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 974 18232 0 1 3 1 185 12 15 0 1 0 124242099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 797 370 3 0 500 0
[pid=25223] ppid=25210 vsize=5356 CPUtime=0
/proc/25223/stat : 25223 (sh) S 25210 25210 23549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124242308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 1339 233 193 169 0 50 0
[pid=25224] ppid=25223 vsize=868512 CPUtime=692.38
/proc/25224/stat : 25224 (java) S 25223 25210 23549 0 -1 0 48467 0 1 0 68868 370 0 0 18 0 9 0 124242309 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25224/statm: 217128 25591 2565 9 0 211675 0
[pid=25224/tid=25225] ppid=25223 vsize=868512 CPUtime=681.46
/proc/25224/task/25225/stat : 25225 (java) R 25223 25210 23549 0 -1 64 19720 0 1 0 67891 255 0 0 25 0 9 0 124242311 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4127066780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25226] ppid=25223 vsize=868512 CPUtime=10.59
/proc/25224/task/25226/stat : 25226 (java) S 25223 25210 23549 0 -1 64 26512 0 0 0 946 113 0 0 16 0 9 0 124242312 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25227] ppid=25223 vsize=868512 CPUtime=0
/proc/25224/task/25227/stat : 25227 (java) S 25223 25210 23549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124242312 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25228] ppid=25223 vsize=868512 CPUtime=0
/proc/25224/task/25228/stat : 25228 (java) S 25223 25210 23549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124242312 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25229] ppid=25223 vsize=868512 CPUtime=0
/proc/25224/task/25229/stat : 25229 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 124242314 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25230] ppid=25223 vsize=868512 CPUtime=0.32
/proc/25224/task/25230/stat : 25230 (java) S 25223 25210 23549 0 -1 64 1537 0 0 0 31 1 0 0 17 0 9 0 124242314 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25231] ppid=25223 vsize=868512 CPUtime=0
/proc/25224/task/25231/stat : 25231 (java) S 25223 25210 23549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124242314 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25224/tid=25232] ppid=25223 vsize=868512 CPUtime=0
/proc/25224/task/25232/stat : 25232 (java) S 25223 25210 23549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124242314 889356288 25591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 694.39
Current children cumulated vsize (KiB) 887468

[startup+762.308 s]
/proc/loadavg: 2.34 2.15 2.05 3/85 25240
/proc/meminfo: memFree=325272/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=714.85
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 1023 67904 0 2 5 1 70937 542 16 0 1 0 124242099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 799 370 3 0 500 0
[pid=25239] ppid=25210 vsize=5356 CPUtime=0
/proc/25239/stat : 25239 (sh) S 25210 25210 23549 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124314437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25239/statm: 1339 232 193 169 0 50 0
[pid=25240] ppid=25239 vsize=680236 CPUtime=38.48
/proc/25240/stat : 25240 (picosat) R 25239 25210 23549 0 -1 4194304 126427 0 0 0 1791 2057 0 0 25 0 1 0 124314438 696561664 126413 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25240/statm: 170059 126413 40 102 0 169954 0
Current children cumulated CPU time (s) 753.33
Current children cumulated vsize (KiB) 699192



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+819.902 s]
/proc/loadavg: 2.12 2.12 2.05 3/85 25240
/proc/meminfo: memFree=97752/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=714.85
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 1023 67904 0 2 5 1 70937 542 16 0 1 0 124242099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 799 370 3 0 500 0
[pid=25239] ppid=25210 vsize=5356 CPUtime=0
/proc/25239/stat : 25239 (sh) S 25210 25210 23549 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124314437 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25239/statm: 1339 232 193 169 0 50 0
[pid=25240] ppid=25239 vsize=902956 CPUtime=95.49
/proc/25240/stat : 25240 (picosat) R 25239 25210 23549 0 -1 4194304 182862 0 0 0 4352 5197 0 0 25 0 1 0 124314438 924626944 182848 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25240/statm: 225739 182848 40 102 0 225634 0
Current children cumulated CPU time (s) 810.34
Current children cumulated vsize (KiB) 921912

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

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

[startup+820.021 s]
/proc/loadavg: 2.12 2.12 2.05 3/85 25240
/proc/meminfo: memFree=97752/2055920 swapFree=4181452/4192956
[pid=25210] ppid=25208 vsize=13600 CPUtime=714.85
/proc/25210/stat : 25210 (sugar) S 25208 25210 23549 0 -1 4194304 1041 67904 0 2 5 1 70937 542 16 0 1 0 124242099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25210/statm: 3400 799 370 3 0 500 0
[pid=25239] ppid=25210 vsize=0 CPUtime=0
/proc/25239/stat : 25239 (sh) Z 25210 25210 23549 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124314437 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25239/statm: 0 0 0 0 0 0 0
[pid=25240] ppid=1 vsize=0 CPUtime=95.6
/proc/25240/stat : 25240 (picosat) R 1 25210 23549 0 -1 4195332 182862 0 0 0 4352 5208 0 0 25 0 1 0 124314438 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25240/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 810.45
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25210 and gives
#  childrusage.ru_utime.tv_sec=709
#  childrusage.ru_utime.tv_usec=431150
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=449171
# CPU time returned by wait4() is 714.88
# while last known CPU time is 810.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 820.042
CPU time (s): 810.45
CPU user time (s): 752.94
CPU system time (s): 57.51
CPU usage (%): 98.8303
Max. virtual memory (cumulated for all children) (KiB): 921912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 709.431
system time used= 5.44917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69281
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= 136250
involuntary context switches= 144487

runsolver used 1.41179 second user time and 2.97455 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 23:58:31
IDJOB=1059275
IDBENCH=54231
IDSOLVER=345
FILE ID=node73/1059275-1215122310
PBS_JOBID= 7877061
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0864a4d457da97ae5f62840ffdfb86f0
RANDOM SEED=998393902

node73.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.230
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.230
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:       1446608 kB
Buffers:         48232 kB
Cached:         445112 kB
SwapCached:       5300 kB
Active:         207388 kB
Inactive:       333988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446608 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            5500 kB
Writeback:           0 kB
Mapped:          61828 kB
Slab:            53144 kB
Committed_AS:  1056280 kB
PageTables:       1912 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= 66528 MiB
End job on node73 at 2008-07-04 00:12:13