Trace number 1059276

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+minisat? (MO) 738.7 746.76

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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 23:58:32 2008
0.00/0.04	c 0	PID 32299
0.03/0.05	c 0	HOST node61.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1059276-1215122311.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059276-1215122311.xml' 'HOME/temp.csp'
2.23/2.30	c 2	3 domains, 23382 variables, 9 predicates, 0 relations, 22147 constraints
2.23/2.33	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.33	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.26/2.42	c 2	Parsing HOME/temp.csp
2.26/2.73	c 2	parsed 10000 expressions
2.26/2.93	c 2	parsed 20000 expressions
2.26/3.15	c 3	parsed 30000 expressions
3.21/3.37	c 3	parsed 40000 expressions
3.39/3.57	c 3	parsed 45541 expressions
3.39/3.57	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.39/3.57	c 3	Converting to clausal form CSP
3.50/3.63	c 3	converted 4555 (10%) expressions
3.50/3.64	c 3	converted 9109 (20%) expressions
3.50/3.65	c 3	converted 13663 (30%) expressions
3.50/3.66	c 3	converted 18217 (40%) expressions
3.50/3.67	c 3	converted 22771 (50%) expressions
3.81/3.96	c 3	converted 27325 (60%) expressions
4.40/4.56	c 4	converted 31879 (70%) expressions
5.00/5.18	c 5	converted 36433 (80%) expressions
5.40/5.56	c 5	converted 40987 (90%) expressions
6.09/6.30	c 6	converted 45541 (100%) expressions
6.18/6.31	c 6	CSP : 41043 integers, 1374 booleans, 100918 clauses, largest domain size 20001
6.18/6.31	c 6	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.18/6.31	c 6	Propagation in CSP
682.67/689.30	c 689	577186365 values, 0 unsatisfiable literals, and 0 valid clauses are removed
682.67/689.31	c 689	CSP : 41043 integers, 1374 booleans, 100918 clauses, largest domain size 20001
682.67/689.31	c 689	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
682.67/689.34	c 689	Simplifing CSP by introducing new Boolean variables
682.87/689.57	c 689	CSP : 41043 integers, 37108 booleans, 136652 clauses, largest domain size 20001
682.87/689.57	c 689	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
683.46/690.11	c 690	Encoding CSP to SAT : HOME/temp.cnf
683.96/690.65	c 690	4105 (10%) CSP integer variables are encoded (390960 clauses, 6428747 bytes)
686.43/693.10	c 693	8209 (20%) CSP integer variables are encoded (2336304 clauses, 42177724 bytes)
687.31/694.06	c 694	12313 (30%) CSP integer variables are encoded (3065808 clauses, 56038300 bytes)
688.27/695.08	c 695	16418 (40%) CSP integer variables are encoded (3835723 clauses, 70666685 bytes)
688.86/695.67	c 695	20522 (50%) CSP integer variables are encoded (4284443 clauses, 79192365 bytes)
688.86/695.68	c 695	24626 (60%) CSP integer variables are encoded (4284443 clauses, 79192365 bytes)
689.74/696.52	c 696	28731 (70%) CSP integer variables are encoded (4934313 clauses, 91539895 bytes)
690.15/696.95	c 696	32835 (80%) CSP integer variables are encoded (5274245 clauses, 97998603 bytes)
690.45/697.20	c 697	36939 (90%) CSP integer variables are encoded (5474215 clauses, 101798033 bytes)
690.74/697.51	c 697	41043 (100%) CSP integer variables are encoded (5714179 clauses, 106357349 bytes)
722.34/730.01	c 730	13666 (10%) CSP clauses are encoded (23326113 clauses, 485136819 bytes)
723.03/730.76	c 730	27331 (20%) CSP clauses are encoded (23770610 clauses, 494092564 bytes)
724.90/732.61	c 732	40996 (30%) CSP clauses are encoded (24936002 clauses, 518052026 bytes)
727.02/734.89	c 734	54661 (40%) CSP clauses are encoded (26339832 clauses, 547874475 bytes)
728.59/736.47	c 736	68326 (50%) CSP clauses are encoded (27304504 clauses, 568365719 bytes)
728.69/736.55	c 736	81992 (60%) CSP clauses are encoded (27310956 clauses, 568496947 bytes)
728.79/736.63	c 736	95657 (70%) CSP clauses are encoded (27317370 clauses, 568627399 bytes)
730.43/738.39	c 738	109322 (80%) CSP clauses are encoded (28404020 clauses, 591713082 bytes)
731.61/739.52	c 739	122987 (90%) CSP clauses are encoded (29089612 clauses, 606274994 bytes)
731.67/739.66	c 739	136652 (100%) CSP clauses are encoded (29111630 clauses, 606853214 bytes)
731.67/739.66	c 739	136652 CSP clauses encoded
731.67/739.66	c 739	Writing map file : HOME/temp.map
731.78/739.77	c 739	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
731.78/739.77	c 739	SAT : 5762649 SAT variables, 29111630 SAT clauses, 606853214 bytes
731.78/739.77	c 739	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
731.88/739.81	c 739	SOLVING HOME/temp.cnf
731.88/739.81	c 739	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
731.88/739.82	c 739	This is MiniSat 2.0 beta
731.88/739.82	c 739	WARNING: for repeatability, setting FPU to use double precision
731.88/739.82	c 739	============================[ Problem Statistics ]=============================
731.88/739.82	c 739	|                                                                             |
731.88/739.82	c 739	|  Number of variables:  5762649                                              |
731.88/739.82	c 739	|  Number of clauses:    29111630                                             |
738.58/746.62	c ERROR INTERRUPTED
738.70/746.76	s UNKNOWN
738.70/746.76	c 746	CPU 726.3 (0.06 0 726.24 5.6)
738.70/746.76	c 746	END Fri Jul  4 00:10:58 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-1059276-1215122311/watcher-1059276-1215122311 -o /tmp/evaluation-result-1059276-1215122311/solver-1059276-1215122311 -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/minisat -tmp=HOME/temp HOME/instance-1059276-1215122311.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.01 2.02 2.00 4/72 32299
/proc/meminfo: memFree=1832536/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=4708 CPUtime=0
/proc/32299/stat : 32299 (sugar) R 32297 32299 31292 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1991202473 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 246403888521 0 0 4096 0 0 0 0 17 1 0 0
/proc/32299/statm: 1177 43 33 3 0 8 0

[startup+0.049802 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 32299
/proc/meminfo: memFree=1832536/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=0.03
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991202473 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101701 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 32299
/proc/meminfo: memFree=1832536/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=0.03
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991202473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30173 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 32299
/proc/meminfo: memFree=1832536/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=0.03
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991202473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701806 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 32299
/proc/meminfo: memFree=1832536/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=0.03
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991202473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 32311
/proc/meminfo: memFree=1805376/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=0.03
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991202473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 796 370 3 0 500 0
[pid=32302] ppid=32299 vsize=5356 CPUtime=0
/proc/32302/stat : 32302 (sh) S 32299 32299 31292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991202478 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32302/statm: 1339 233 193 169 0 50 0
[pid=32303] ppid=32302 vsize=864672 CPUtime=1.41
/proc/32303/stat : 32303 (java) S 32302 32299 31292 0 -1 0 14866 0 1 0 132 9 0 0 18 0 9 0 1991202478 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32303/statm: 216168 12912 2529 9 0 210750 0
[pid=32303/tid=32304] ppid=32302 vsize=864672 CPUtime=0.76
/proc/32303/task/32304/stat : 32304 (java) R 32302 32299 31292 0 -1 64 3020 0 1 0 74 2 0 0 24 0 9 0 1991202480 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32305] ppid=32302 vsize=864672 CPUtime=0.51
/proc/32303/task/32305/stat : 32305 (java) R 32302 32299 31292 0 -1 64 10642 0 0 0 45 6 0 0 16 0 9 0 1991202481 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 102516781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32306] ppid=32302 vsize=864672 CPUtime=0
/proc/32303/task/32306/stat : 32306 (java) S 32302 32299 31292 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991202481 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32307] ppid=32302 vsize=864672 CPUtime=0
/proc/32303/task/32307/stat : 32307 (java) S 32302 32299 31292 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1991202481 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32308] ppid=32302 vsize=864672 CPUtime=0
/proc/32303/task/32308/stat : 32308 (java) S 32302 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202483 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32309] ppid=32302 vsize=864672 CPUtime=0.12
/proc/32303/task/32309/stat : 32309 (java) S 32302 32299 31292 0 -1 64 505 0 0 0 12 0 0 0 16 0 9 0 1991202483 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32310] ppid=32302 vsize=864672 CPUtime=0
/proc/32303/task/32310/stat : 32310 (java) S 32302 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991202483 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32303/tid=32311] ppid=32302 vsize=864672 CPUtime=0
/proc/32303/task/32311/stat : 32311 (java) S 32302 32299 31292 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991202483 885424128 12912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883628

[startup+3.10123 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 32311
/proc/meminfo: memFree=1778880/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.26
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 973 18233 0 1 3 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 13600

[startup+6.30278 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 32321
/proc/meminfo: memFree=1770304/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=3.91
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 23617 0 1 0 376 15 0 0 18 0 9 0 1991202707 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217100 21432 2540 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868400 CPUtime=1.96
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 3651 0 1 0 193 3 0 0 25 0 9 0 1991202708 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868400 CPUtime=1.7
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 17779 0 0 0 160 10 0 0 16 0 9 0 1991202709 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868400 CPUtime=0.21
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1490 0 0 0 21 0 0 0 16 0 9 0 1991202711 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889241600 21432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887356

[startup+12.7019 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 32321
/proc/meminfo: memFree=1748096/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=10.25
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 24984 0 1 0 1007 18 0 0 18 0 9 0 1991202707 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217100 22662 2540 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868400 CPUtime=8.06
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 3788 0 1 0 802 4 0 0 25 0 9 0 1991202708 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4126978988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868400 CPUtime=1.93
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 19001 0 0 0 181 12 0 0 16 0 9 0 1991202709 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868400 CPUtime=0.23
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1498 0 0 0 23 0 0 0 16 0 9 0 1991202711 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889241600 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887356

[startup+25.5022 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 32321
/proc/meminfo: memFree=1748096/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=22.92
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 25263 0 1 0 2271 21 0 0 18 0 9 0 1991202707 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217100 22667 2540 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868400 CPUtime=20.58
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 4062 0 1 0 2053 5 0 0 25 0 9 0 1991202708 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4126631834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868400 CPUtime=2.08
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 19006 0 0 0 194 14 0 0 16 0 9 0 1991202709 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868400 CPUtime=0.23
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1498 0 0 0 23 0 0 0 16 0 9 0 1991202711 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889241600 22667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887356

[startup+51.1026 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 32321
/proc/meminfo: memFree=1747968/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=48.28
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 25825 0 1 0 4802 26 0 0 18 0 9 0 1991202707 889241600 22677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=514.99
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 36152 0 1 0 51372 127 0 0 18 0 9 0 1991202707 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217100 22831 2540 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868400 CPUtime=506.74
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 14787 0 1 0 50632 42 0 0 25 0 9 0 1991202708 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4126623070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868400 CPUtime=7.98
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 19170 0 0 0 715 83 0 0 16 0 9 0 1991202709 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868400 CPUtime=0.23
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1498 0 0 0 23 0 0 0 16 0 9 0 1991202711 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889241600 22831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.26
Current children cumulated vsize (KiB) 887356

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32327
/proc/meminfo: memFree=1746880/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=574.41
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 37470 0 1 0 57300 141 0 0 18 0 9 0 1991202707 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217100 22847 2540 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868400 CPUtime=565.44
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 16089 0 1 0 56498 46 0 0 25 0 9 0 1991202708 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868400 CPUtime=8.71
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 19186 0 0 0 778 93 0 0 16 0 9 0 1991202709 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868400 CPUtime=0.23
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1498 0 0 0 23 0 0 0 16 0 9 0 1991202711 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889241600 22847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.68
Current children cumulated vsize (KiB) 887356

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32327
/proc/meminfo: memFree=1746752/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868400 CPUtime=633.85
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 38801 0 1 0 63232 153 0 0 18 0 9 0 1991202707 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217100 22862 2540 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868400 CPUtime=624.16
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 17405 0 1 0 62364 52 0 0 25 0 9 0 1991202708 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4126577772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868400 CPUtime=9.43
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 19201 0 0 0 844 99 0 0 16 0 9 0 1991202709 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868400 CPUtime=0.23
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1498 0 0 0 23 0 0 0 16 0 9 0 1991202711 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868400 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889241600 22862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.12
Current children cumulated vsize (KiB) 887356

[startup+702.303 s]
/proc/loadavg: 2.22 2.05 2.02 3/83 32327
/proc/meminfo: memFree=1581184/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=2.27
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 974 18233 0 1 4 0 210 13 15 0 1 0 1991202473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 797 370 3 0 500 0
[pid=32312] ppid=32299 vsize=5356 CPUtime=0
/proc/32312/stat : 32312 (sh) S 32299 32299 31292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991202706 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32312/statm: 1339 233 193 169 0 50 0
[pid=32313] ppid=32312 vsize=868512 CPUtime=693.18
/proc/32313/stat : 32313 (java) S 32312 32299 31292 0 -1 0 47776 0 1 0 69051 267 0 0 18 0 9 0 1991202707 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32313/statm: 217128 25589 2565 9 0 211675 0
[pid=32313/tid=32314] ppid=32312 vsize=868512 CPUtime=681.96
/proc/32313/task/32314/stat : 32314 (java) R 32312 32299 31292 0 -1 64 19030 0 1 0 68042 154 0 0 25 0 9 0 1991202708 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4127133812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32315] ppid=32312 vsize=868512 CPUtime=10.91
/proc/32313/task/32315/stat : 32315 (java) S 32312 32299 31292 0 -1 64 26512 0 0 0 980 111 0 0 16 0 9 0 1991202709 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32316] ppid=32312 vsize=868512 CPUtime=0
/proc/32313/task/32316/stat : 32316 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32317] ppid=32312 vsize=868512 CPUtime=0
/proc/32313/task/32317/stat : 32317 (java) S 32312 32299 31292 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991202709 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32318] ppid=32312 vsize=868512 CPUtime=0
/proc/32313/task/32318/stat : 32318 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991202711 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32319] ppid=32312 vsize=868512 CPUtime=0.29
/proc/32313/task/32319/stat : 32319 (java) S 32312 32299 31292 0 -1 64 1537 0 0 0 29 0 0 0 16 0 9 0 1991202711 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32320] ppid=32312 vsize=868512 CPUtime=0
/proc/32313/task/32320/stat : 32320 (java) S 32312 32299 31292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991202712 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32313/tid=32321] ppid=32312 vsize=868512 CPUtime=0
/proc/32313/task/32321/stat : 32321 (java) S 32312 32299 31292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991202712 889356288 25589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 695.45
Current children cumulated vsize (KiB) 887468



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+746.602 s]
/proc/loadavg: 2.55 2.16 2.05 3/75 32329
/proc/meminfo: memFree=384576/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=731.89
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 1033 67904 0 2 6 0 72624 559 16 0 1 0 1991202473 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 799 370 3 0 500 0
[pid=32328] ppid=32299 vsize=5356 CPUtime=0
/proc/32328/stat : 32328 (sh) S 32299 32299 31292 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991276455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32328/statm: 1339 232 193 169 0 50 0
[pid=32329] ppid=32328 vsize=905052 CPUtime=6.69
/proc/32329/stat : 32329 (minisat) R 32328 32299 31292 0 -1 4194304 208821 0 0 0 540 129 0 0 25 0 1 0 1991276455 926773248 208807 996147200 134512640 135127466 4294956272 18446744073709551615 134532702 0 0 4096 3 0 0 0 17 1 0 0
/proc/32329/statm: 226263 208807 62 150 0 226110 0
Current children cumulated CPU time (s) 738.58
Current children cumulated vsize (KiB) 924008

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

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

[startup+746.721 s]
/proc/loadavg: 2.55 2.16 2.05 3/75 32329
/proc/meminfo: memFree=384576/2055920 swapFree=4180700/4192956
[pid=32299] ppid=32297 vsize=13600 CPUtime=731.89
/proc/32299/stat : 32299 (sugar) S 32297 32299 31292 0 -1 4194304 1044 67904 0 2 6 0 72624 559 16 0 1 0 1991202473 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/32299/statm: 3400 799 370 3 0 500 0
[pid=32328] ppid=32299 vsize=0 CPUtime=0
/proc/32328/stat : 32328 (sh) Z 32299 32299 31292 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991276455 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32328/statm: 0 0 0 0 0 0 0
[pid=32329] ppid=1 vsize=0 CPUtime=6.81
/proc/32329/stat : 32329 (minisat) R 1 32299 31292 0 -1 4195332 208821 0 0 0 540 141 0 0 25 0 1 0 1991276455 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 738.7
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32299 and gives
#  childrusage.ru_utime.tv_sec=726
#  childrusage.ru_utime.tv_usec=312583
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=610147
# CPU time returned by wait4() is 731.923
# while last known CPU time is 738.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 746.76
CPU time (s): 738.7
CPU user time (s): 731.7
CPU system time (s): 7
CPU usage (%): 98.9206
Max. virtual memory (cumulated for all children) (KiB): 924008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 726.313
system time used= 5.61015
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= 136349
involuntary context switches= 151385

runsolver used 0.971852 second user time and 2.50762 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-03 23:58:31
IDJOB=1059276
IDBENCH=54231
IDSOLVER=346
FILE ID=node61/1059276-1215122311
PBS_JOBID= 7877084
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059276-1215122311/watcher-1059276-1215122311 -o /tmp/evaluation-result-1059276-1215122311/solver-1059276-1215122311 -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/minisat" -tmp="HOME/temp" HOME/instance-1059276-1215122311.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0864a4d457da97ae5f62840ffdfb86f0
RANDOM SEED=720543311

node61.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.269
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.269
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:       1833016 kB
Buffers:         12588 kB
Cached:         106548 kB
SwapCached:       6188 kB
Active:         134080 kB
Inactive:        33760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833016 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            5172 kB
Writeback:           0 kB
Mapped:          56304 kB
Slab:            40512 kB
Committed_AS:  3864212 kB
PageTables:       1760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node61 at 2008-07-04 00:11:00