Trace number 2064955

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 843.6 852.962

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-10-fair.xml
MD5SUM02651311f74b6403b76de2f676db8891
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 variables26283
Number of constraints24892
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24892
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 20:38:46 2009
0.04/0.08	c 0	PID 14456
0.04/0.08	c 0	HOST node25.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2064955-1247337526.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064955-1247337526.xml' 'HOME/temp.csp'
2.24/2.36	c 3	3 domains, 26283 variables, 9 predicates, 0 relations, 24892 constraints
2.24/2.39	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.24/2.39	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.32/2.47	c 3	Parsing HOME/temp.csp
2.32/2.74	c 3	parsed 10000 expressions
2.32/2.84	c 3	parsed 20000 expressions
2.32/2.96	c 3	parsed 30000 expressions
2.32/3.05	c 3	parsed 40000 expressions
3.11/3.23	c 3	parsed 50000 expressions
3.11/3.24	c 3	parsed 51187 expressions
3.11/3.24	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.25	c 3	Converting to clausal form CSP
3.20/3.30	c 3	converted 5119 (10%) expressions
3.20/3.32	c 3	converted 10238 (20%) expressions
3.20/3.33	c 3	converted 15357 (30%) expressions
3.20/3.34	c 4	converted 20475 (40%) expressions
3.20/3.35	c 4	converted 25594 (50%) expressions
3.59/3.71	c 4	converted 30713 (60%) expressions
4.29/4.46	c 5	converted 35831 (70%) expressions
5.08/5.21	c 5	converted 40950 (80%) expressions
5.56/5.74	c 6	converted 46069 (90%) expressions
6.46/6.66	c 7	converted 51187 (100%) expressions
6.46/6.67	c 7	CSP : 46121 integers, 1540 booleans, 112117 clauses, largest domain size 20001
6.46/6.67	c 7	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.46/6.67	c 7	Propagation in CSP
784.86/792.44	c 793	323737923 values, 0 unsatisfiable literals, and 0 valid clauses are removed
784.86/792.45	c 793	CSP : 46121 integers, 1540 booleans, 112117 clauses, largest domain size 20001
784.86/792.45	c 793	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
784.86/792.49	c 793	Simplifing CSP by introducing new Boolean variables
785.16/792.75	c 793	CSP : 46121 integers, 41676 booleans, 152253 clauses, largest domain size 20001
785.16/792.75	c 793	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
785.75/793.38	c 794	Encoding CSP to SAT : HOME/temp.cnf
786.34/793.90	c 794	4613 (10%) CSP integer variables are encoded (367939 clauses, 6037978 bytes)
789.00/796.66	c 797	9225 (20%) CSP integer variables are encoded (2496058 clauses, 45214346 bytes)
790.19/797.86	c 798	13837 (30%) CSP integer variables are encoded (3407539 clauses, 62532485 bytes)
790.98/798.61	c 799	18449 (40%) CSP integer variables are encoded (3977476 clauses, 73361288 bytes)
791.66/799.32	c 799	23061 (50%) CSP integer variables are encoded (4515389 clauses, 83581635 bytes)
791.66/799.33	c 799	27673 (60%) CSP integer variables are encoded (4515389 clauses, 83581635 bytes)
792.55/800.25	c 800	32285 (70%) CSP integer variables are encoded (5215249 clauses, 96878975 bytes)
793.03/800.79	c 801	36897 (80%) CSP integer variables are encoded (5615169 clauses, 104477455 bytes)
793.22/800.98	c 801	41509 (90%) CSP integer variables are encoded (5765147 clauses, 107327037 bytes)
793.62/801.31	c 801	46121 (100%) CSP integer variables are encoded (6015109 clauses, 112076315 bytes)
827.67/836.43	c 837	15226 (10%) CSP clauses are encoded (25319974 clauses, 524884347 bytes)
828.36/837.12	c 837	30451 (20%) CSP clauses are encoded (25725592 clauses, 533053918 bytes)
830.52/839.35	c 840	45676 (30%) CSP clauses are encoded (27131070 clauses, 562089459 bytes)
833.03/841.92	c 842	60902 (40%) CSP clauses are encoded (28735335 clauses, 596170129 bytes)
834.60/843.55	c 844	76127 (50%) CSP clauses are encoded (29740590 clauses, 617522894 bytes)
834.70/843.65	c 844	91352 (60%) CSP clauses are encoded (29747796 clauses, 617669496 bytes)
834.80/843.74	c 844	106578 (70%) CSP clauses are encoded (29754944 clauses, 617814876 bytes)
836.26/845.24	c 845	121803 (80%) CSP clauses are encoded (30682294 clauses, 637514740 bytes)
837.32/846.38	c 847	137028 (90%) CSP clauses are encoded (31368816 clauses, 652095974 bytes)
837.41/846.50	c 847	152253 (100%) CSP clauses are encoded (31389756 clauses, 652639602 bytes)
837.41/846.50	c 847	152253 CSP clauses encoded
837.51/846.50	c 847	Writing map file : HOME/temp.map
837.51/846.57	c 847	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
837.51/846.57	c 847	SAT : 6069656 SAT variables, 31389756 SAT clauses, 652639602 bytes
837.51/846.57	c 847	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
837.58/846.64	c 847	SOLVING HOME/temp.cnf
837.58/846.65	c 847	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
837.58/846.65	c 847	This is MiniSat 2.0 beta
837.58/846.65	c 847	WARNING: for repeatability, setting FPU to use double precision
837.58/846.65	c 847	============================[ Problem Statistics ]=============================
837.58/846.65	c 847	|                                                                             |
837.58/846.65	c 847	|  Number of variables:  6069656                                              |
837.58/846.65	c 847	|  Number of clauses:    31389756                                             |
843.49/852.82	c ERROR INTERRUPTED
843.60/852.96	s UNKNOWN
843.60/852.96	c 853	CPU 837.64 (0.07 0.02 831.35 6.2)
843.60/852.96	c 853	END Sat Jul 11 20:52:59 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064955-1247337526/watcher-2064955-1247337526 -o /tmp/evaluation-result-2064955-1247337526/solver-2064955-1247337526 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064955-1247337526.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14456
/proc/meminfo: memFree=964968/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=18576 CPUtime=0
/proc/14456/stat : 14456 (runsolver) R 14454 14456 14254 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20818981 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14456/statm: 4644 284 249 26 0 2626 0

[startup+0.064707 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14456
/proc/meminfo: memFree=964968/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=15948 CPUtime=0.04
/proc/14456/stat : 14456 (sugar) R 14454 14456 14254 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 20818981 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 0 4224 0 0 0 0 17 1 0 0
/proc/14456/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.1017 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14456
/proc/meminfo: memFree=964968/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=0.07
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301713 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14456
/proc/meminfo: memFree=964968/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=0.07
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701752 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14456
/proc/meminfo: memFree=964968/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=0.07
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14468
/proc/meminfo: memFree=936592/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=0.07
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14459] ppid=14456 vsize=5356 CPUtime=0
/proc/14459/stat : 14459 (sh) S 14456 14456 14254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20818990 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14459/statm: 1339 233 193 169 0 50 0
[pid=14460] ppid=14459 vsize=864768 CPUtime=1.39
/proc/14460/stat : 14460 (java) S 14459 14456 14254 0 -1 0 16214 0 1 0 130 9 0 0 18 0 9 0 20818991 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14460/statm: 216192 13746 2556 9 0 210704 0
[pid=14460/tid=14461] ppid=14459 vsize=864768 CPUtime=0.77
/proc/14460/task/14461/stat : 14461 (java) R 14459 14456 14254 0 -1 64 3103 0 1 0 75 2 0 0 24 0 9 0 20818992 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14462] ppid=14459 vsize=864768 CPUtime=0.47
/proc/14460/task/14462/stat : 14462 (java) R 14459 14456 14254 0 -1 64 11892 0 0 0 42 5 0 0 16 0 9 0 20818993 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14463] ppid=14459 vsize=864768 CPUtime=0
/proc/14460/task/14463/stat : 14463 (java) S 14459 14456 14254 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20818993 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14464] ppid=14459 vsize=864768 CPUtime=0
/proc/14460/task/14464/stat : 14464 (java) S 14459 14456 14254 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20818993 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14465] ppid=14459 vsize=864768 CPUtime=0
/proc/14460/task/14465/stat : 14465 (java) S 14459 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20818996 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14466] ppid=14459 vsize=864768 CPUtime=0.12
/proc/14460/task/14466/stat : 14466 (java) S 14459 14456 14254 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 20818996 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14467] ppid=14459 vsize=864768 CPUtime=0
/proc/14460/task/14467/stat : 14467 (java) S 14459 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20818996 885522432 13746 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14460/tid=14468] ppid=14459 vsize=864768 CPUtime=0
/proc/14460/task/14468/stat : 14468 (java) S 14459 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20818996 885522432 13746 996147200 134512640 134550932 4294955984 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) 886992

[startup+3.10197 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14468
/proc/meminfo: memFree=904592/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1309 20622 0 1 5 2 213 12 15 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30226 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 14478
/proc/meminfo: memFree=896528/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1309 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=3.84
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 23780 0 1 0 372 12 0 0 18 0 9 0 20819221 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217161 21792 2566 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868644 CPUtime=2.05
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 3637 0 1 0 203 2 0 0 25 0 9 0 20819222 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868644 CPUtime=1.58
/proc/14470/task/14472/stat : 14472 (java) R 14469 14456 14254 0 -1 64 17942 0 0 0 150 8 0 0 16 0 9 0 20819223 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 102759459 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868644 CPUtime=0.19
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1499 0 0 0 18 1 0 0 16 0 9 0 20819226 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889491456 21792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890868

[startup+12.7018 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 14478
/proc/meminfo: memFree=871056/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1310 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=10.18
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 26774 0 1 0 1002 16 0 0 18 0 9 0 20819221 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217161 24648 2566 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868644 CPUtime=8.09
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 3775 0 1 0 806 3 0 0 25 0 9 0 20819222 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4126572962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868644 CPUtime=1.86
/proc/14470/task/14472/stat : 14472 (java) S 14469 14456 14254 0 -1 64 20794 0 0 0 176 10 0 0 16 0 9 0 20819223 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868644 CPUtime=0.2
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20819226 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889491456 24648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890868

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 14478
/proc/meminfo: memFree=871184/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1310 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=22.85
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 27053 0 1 0 2266 19 0 0 18 0 9 0 20819221 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217161 24651 2566 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868644 CPUtime=20.6
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 4051 0 1 0 2056 4 0 0 25 0 9 0 20819222 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4126572907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868644 CPUtime=2.03
/proc/14470/task/14472/stat : 14472 (java) S 14469 14456 14254 0 -1 64 20797 0 0 0 190 13 0 0 16 0 9 0 20819223 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868644 CPUtime=0.2
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20819226 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) R 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889491456 24651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890868

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 14478
/proc/meminfo: memFree=871248/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1310 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=48.21
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 27615 0 1 0 4795 26 0 0 18 0 9 0 20819221 889491456 24657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=633.83
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 40584 0 1 0 63226 157 0 0 18 0 9 0 20819221 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217161 24806 2566 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868644 CPUtime=623.89
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 17427 0 1 0 62333 56 0 0 25 0 9 0 20819222 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4126971776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868644 CPUtime=9.7
/proc/14470/task/14472/stat : 14472 (java) S 14469 14456 14254 0 -1 64 20952 0 0 0 872 98 0 0 16 0 9 0 20819223 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868644 CPUtime=0.2
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20819226 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889491456 24806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.15
Current children cumulated vsize (KiB) 890868

[startup+702.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 14480
/proc/meminfo: memFree=870224/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1310 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=693.26
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 41899 0 1 0 69156 170 0 0 18 0 9 0 20819221 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217161 24821 2566 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868644 CPUtime=682.59
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 18727 0 1 0 68198 61 0 0 25 0 9 0 20819222 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4126974337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868644 CPUtime=10.43
/proc/14470/task/14472/stat : 14472 (java) S 14469 14456 14254 0 -1 64 20967 0 0 0 937 106 0 0 16 0 9 0 20819223 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868644 CPUtime=0.2
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20819226 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889491456 24821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 695.58
Current children cumulated vsize (KiB) 890868

[startup+762.308 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 14530
/proc/meminfo: memFree=859984/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1310 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868644 CPUtime=752.73
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 43187 0 1 0 75089 184 0 0 18 0 9 0 20819221 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217161 24836 2566 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868644 CPUtime=741.29
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 20000 0 1 0 74063 66 0 0 25 0 9 0 20819222 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4126971742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868644 CPUtime=11.2
/proc/14470/task/14472/stat : 14472 (java) S 14469 14456 14254 0 -1 64 20982 0 0 0 1005 115 0 0 16 0 9 0 20819223 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868644 CPUtime=0.2
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 20819226 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868644 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889491456 24836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 755.05
Current children cumulated vsize (KiB) 890868

[startup+822.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 14530
/proc/meminfo: memFree=484112/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=2.32
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1310 20622 0 1 5 2 213 12 16 0 1 0 20818981 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1111 409 3 0 796 0
[pid=14469] ppid=14456 vsize=5356 CPUtime=0
/proc/14469/stat : 14469 (sh) S 14456 14456 14254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20819221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14469/statm: 1339 233 193 169 0 50 0
[pid=14470] ppid=14469 vsize=868756 CPUtime=811.83
/proc/14470/stat : 14470 (java) S 14469 14456 14254 0 -1 0 52285 0 1 0 80761 422 0 0 18 0 9 0 20819221 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14470/statm: 217189 27987 2591 9 0 211666 0
[pid=14470/tid=14471] ppid=14469 vsize=868756 CPUtime=798.44
/proc/14470/task/14471/stat : 14471 (java) R 14469 14456 14254 0 -1 64 21822 0 1 0 79559 285 0 0 25 0 9 0 20819222 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4127060517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14472] ppid=14469 vsize=868756 CPUtime=13.08
/proc/14470/task/14472/stat : 14472 (java) S 14469 14456 14254 0 -1 64 28217 0 0 0 1174 134 0 0 16 0 9 0 20819223 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14473] ppid=14469 vsize=868756 CPUtime=0
/proc/14470/task/14473/stat : 14473 (java) S 14469 14456 14254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20819224 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14474] ppid=14469 vsize=868756 CPUtime=0
/proc/14470/task/14474/stat : 14474 (java) S 14469 14456 14254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20819224 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14475] ppid=14469 vsize=868756 CPUtime=0
/proc/14470/task/14475/stat : 14475 (java) S 14469 14456 14254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20819226 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14476] ppid=14469 vsize=868756 CPUtime=0.28
/proc/14470/task/14476/stat : 14476 (java) S 14469 14456 14254 0 -1 64 1544 0 0 0 27 1 0 0 15 0 9 0 20819226 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14477] ppid=14469 vsize=868756 CPUtime=0
/proc/14470/task/14477/stat : 14477 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20819226 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14470/tid=14478] ppid=14469 vsize=868756 CPUtime=0
/proc/14470/task/14478/stat : 14478 (java) S 14469 14456 14254 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20819226 889606144 27987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 814.15
Current children cumulated vsize (KiB) 890980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+852.802 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 14532
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=837.64
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1376 74136 0 2 7 2 83135 620 16 0 1 0 20818981 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1113 409 3 0 796 0
[pid=14531] ppid=14456 vsize=5356 CPUtime=0
/proc/14531/stat : 14531 (sh) S 14456 14456 14254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20903646 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14531/statm: 1339 232 193 169 0 50 0
[pid=14532] ppid=14531 vsize=904512 CPUtime=5.85
/proc/14532/stat : 14532 (minisat) R 14531 14456 14254 0 -1 4194304 192720 0 0 0 467 118 0 0 25 0 1 0 20903647 926220288 192706 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 226128 192706 62 150 0 225975 0
Current children cumulated CPU time (s) 843.49
Current children cumulated vsize (KiB) 926736

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

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

[startup+852.921 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 14532
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=14456] ppid=14454 vsize=16868 CPUtime=837.64
/proc/14456/stat : 14456 (sugar) S 14454 14456 14254 0 -1 4194304 1398 74136 0 2 7 2 83135 620 16 0 1 0 20818981 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14456/statm: 4217 1113 409 3 0 796 0
[pid=14531] ppid=14456 vsize=0 CPUtime=0
/proc/14531/stat : 14531 (sh) Z 14456 14456 14254 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20903646 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14531/statm: 0 0 0 0 0 0 0
[pid=14532] ppid=1 vsize=0 CPUtime=5.96
/proc/14532/stat : 14532 (minisat) R 1 14456 14254 0 -1 4195332 192720 0 0 0 467 129 0 0 25 0 1 0 20903647 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 843.6
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14456 and gives
#  childrusage.ru_utime.tv_sec=831
#  childrusage.ru_utime.tv_usec=431603
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=235052
# CPU time returned by wait4() is 837.667
# while last known CPU time is 843.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 852.962
CPU time (s): 843.6
CPU user time (s): 836.09
CPU system time (s): 7.51
CPU usage (%): 98.9024
Max. virtual memory (cumulated for all children) (KiB): 926736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 831.432
system time used= 6.23505
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75895
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= 189676
involuntary context switches= 205290

runsolver used 1.08983 second user time and 2.92355 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-11 20:38:46
IDJOB=2064955
IDBENCH=54224
IDSOLVER=739
FILE ID=node25/2064955-1247337526
PBS_JOBID= 9506775
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= 02651311f74b6403b76de2f676db8891
RANDOM SEED=1985614740

node25.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.231
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.231
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:        965448 kB
Buffers:         75572 kB
Cached:         875272 kB
SwapCached:          0 kB
Active:         403748 kB
Inactive:       611400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        965448 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5676 kB
Writeback:           0 kB
Mapped:          84732 kB
Slab:            60452 kB
Committed_AS:   221640 kB
PageTables:       2032 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= 66292 MiB
End job on node25 at 2009-07-11 20:53:01