Trace number 1112979

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 579.797 591.582

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints427
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/1.05	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/1.05	c 0	BEGIN Sat Jul 12 17:26:17 2008
0.03/1.05	c 0	PID 19688
0.03/1.05	c 0	HOST node45.alineos.net
0.03/1.05	c 0	CONVERTING HOME/instance-1112979-1215876375.xml TO HOME/temp.csp
0.03/1.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112979-1215876375.xml' 'HOME/temp.csp'
2.53/3.64	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.53/3.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/3.67	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.60/3.75	c 2	Parsing HOME/temp.csp
2.60/4.11	c 3	parsed 10000 expressions
3.31/4.44	c 3	parsed 20000 expressions
3.60/4.74	c 3	parsed 30000 expressions
3.80/4.99	c 4	parsed 40000 expressions
3.90/5.07	c 4	parsed 43305 expressions
3.90/5.08	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.31/5.41	c 4	MAX CSP: 40767 constraints
4.31/5.41	c 4	Converting to clausal form CSP
8.38/9.58	c 8	converted 8408 (10%) expressions
13.84/15.09	c 14	converted 16815 (20%) expressions
18.72/19.94	c 19	converted 25223 (30%) expressions
24.19/25.46	c 24	converted 33630 (40%) expressions
28.86/30.16	c 29	converted 42038 (50%) expressions
33.63/34.98	c 34	converted 50445 (60%) expressions
39.20/40.53	c 39	converted 58853 (70%) expressions
43.58/44.90	c 44	converted 67260 (80%) expressions
47.67/49.00	c 48	converted 75668 (90%) expressions
56.71/58.13	c 57	converted 84075 (100%) expressions
56.71/58.14	c 57	CSP : 94099 integers, 159829 booleans, 393835 clauses, largest domain size 61151
56.71/58.14	c 57	Heap : 302 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.71/58.14	c 57	Propagation in CSP
65.77/67.24	c 66	40755 values, 0 unsatisfiable literals, and 0 valid clauses are removed
65.77/67.25	c 66	CSP : 94099 integers, 159829 booleans, 393835 clauses, largest domain size 40768
65.77/67.25	c 66	Heap : 317 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.87/67.35	c 66	Simplifing CSP by introducing new Boolean variables
66.37/67.89	c 67	CSP : 94099 integers, 258439 booleans, 492445 clauses, largest domain size 40768
66.37/67.89	c 67	Heap : 353 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.25/69.78	c 68	Encoding CSP to SAT : HOME/temp.cnf
88.39/90.23	c 89	9410 (10%) CSP integer variables are encoded (5342896 clauses, 99299170 bytes)
95.02/97.62	c 96	18820 (20%) CSP integer variables are encoded (10902664 clauses, 206774781 bytes)
101.35/104.19	c 103	28230 (30%) CSP integer variables are encoded (16052830 clauses, 314928267 bytes)
107.22/110.22	c 109	37640 (40%) CSP integer variables are encoded (20746735 clauses, 413500272 bytes)
111.67/115.33	c 114	47050 (50%) CSP integer variables are encoded (24288267 clauses, 487872444 bytes)
112.56/116.29	c 115	56460 (60%) CSP integer variables are encoded (25011576 clauses, 503061933 bytes)
112.76/116.46	c 115	65870 (70%) CSP integer variables are encoded (25127795 clauses, 505502532 bytes)
112.96/116.65	c 115	75280 (80%) CSP integer variables are encoded (25267834 clauses, 508443351 bytes)
113.15/116.82	c 115	84690 (90%) CSP integer variables are encoded (25386555 clauses, 510936492 bytes)
114.03/117.79	c 116	94099 (100%) CSP integer variables are encoded (26097926 clauses, 525875283 bytes)
329.64/335.56	c 334	49245 (10%) CSP clauses are encoded (55192998 clauses, 1260136071 bytes)
526.96/535.76	c 534	98489 (20%) CSP clauses are encoded (82367967 clauses, 1957643067 bytes)
578.93/588.44	c 587	ERROR Exception Too large HOME/temp.cnf
578.93/588.44	c 587	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
578.93/588.44	c 587	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
578.93/588.44	c 587	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
578.93/588.44	s UNKNOWN
578.98/588.55	c 587	CPU 565.88 (0.06 0.02 565.82 13.14)
578.98/588.55	c 587	END Sat Jul 12 17:36:04 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112979-1215876375/watcher-1112979-1215876375 -o /tmp/evaluation-result-1112979-1215876375/solver-1112979-1215876375 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112979-1215876375.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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

[startup+0 s]
/proc/loadavg: 3.16 3.27 3.23 3/80 19688
/proc/meminfo: memFree=1835992/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=18572 CPUtime=0
/proc/19688/stat : 19688 (runsolver) R 19686 19251 19251 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 1 0 44336864 19017728 290 996147200 4194304 4296836 548682068192 18446744073709551615 258939087554 0 0 4096 24578 0 0 0 17 0 0 0
/proc/19688/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0762221 s]
/proc/loadavg: 3.16 3.27 3.23 3/80 19688
/proc/meminfo: memFree=1835992/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=12272 CPUtime=0
/proc/19688/stat : 19688 (sugar++) R 19686 19688 19251 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 44336864 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 258947988478 0 0 4224 0 0 0 0 17 1 0 0
/proc/19688/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101222 s]
/proc/loadavg: 3.16 3.27 3.23 3/80 19688
/proc/meminfo: memFree=1835992/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=12272 CPUtime=0
/proc/19688/stat : 19688 (sugar++) R 19686 19688 19251 0 -1 4194304 376 0 0 0 0 0 0 0 20 0 1 0 44336864 12566528 344 996147200 4194304 4206940 548682068528 18446744073709551615 258958888475 0 0 4224 0 0 0 0 17 1 0 0
/proc/19688/statm: 3068 346 257 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301265 s]
/proc/loadavg: 3.16 3.27 3.23 3/80 19688
/proc/meminfo: memFree=1835992/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=12412 CPUtime=0.01
/proc/19688/stat : 19688 (sugar++) R 19686 19688 19251 0 -1 4194304 444 0 0 0 0 1 0 0 20 0 1 0 44336864 12709888 412 996147200 4194304 4206940 548682068528 18446744073709551615 258938933985 0 0 4224 0 0 0 0 17 1 0 0
/proc/19688/statm: 3103 413 286 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.701335 s]
/proc/loadavg: 3.16 3.27 3.23 3/80 19688
/proc/meminfo: memFree=1835992/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=12544 CPUtime=0.02
/proc/19688/stat : 19688 (sugar++) R 19686 19688 19251 0 -1 4194304 501 0 0 0 1 1 0 0 20 0 1 0 44336864 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 258958888475 0 0 4224 0 0 0 0 17 1 0 0
/proc/19688/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12544

[startup+1.50148 s]
/proc/loadavg: 3.16 3.27 3.23 3/81 19689
/proc/meminfo: memFree=1834960/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=0.08
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1219 128 0 0 6 2 0 0 22 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+3.10278 s]
/proc/loadavg: 3.16 3.27 3.23 3/91 19700
/proc/meminfo: memFree=1806080/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=0.08
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1219 128 0 0 6 2 0 0 22 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19691] ppid=19688 vsize=5356 CPUtime=0
/proc/19691/stat : 19691 (sh) S 19688 19688 19251 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44336969 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19691/statm: 1339 233 193 169 0 50 0
[pid=19692] ppid=19691 vsize=864692 CPUtime=1.96
/proc/19692/stat : 19692 (java) S 19691 19688 19251 0 -1 0 20825 0 1 0 186 10 0 0 18 0 9 0 44336970 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19692/statm: 216173 17902 2529 9 0 210755 0
[pid=19692/tid=19693] ppid=19691 vsize=864692 CPUtime=1.03
/proc/19692/task/19693/stat : 19693 (java) R 19691 19688 19251 0 -1 64 3367 0 1 0 101 2 0 0 25 0 9 0 44336976 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19694] ppid=19691 vsize=864692 CPUtime=0.77
/proc/19692/task/19694/stat : 19694 (java) S 19691 19688 19251 0 -1 64 16247 0 0 0 71 6 0 0 16 0 9 0 44336978 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19695] ppid=19691 vsize=864692 CPUtime=0
/proc/19692/task/19695/stat : 19695 (java) S 19691 19688 19251 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44336978 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19696] ppid=19691 vsize=864692 CPUtime=0
/proc/19692/task/19696/stat : 19696 (java) S 19691 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44336978 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19697] ppid=19691 vsize=864692 CPUtime=0
/proc/19692/task/19697/stat : 19697 (java) S 19691 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44336980 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19698] ppid=19691 vsize=864692 CPUtime=0.13
/proc/19692/task/19698/stat : 19698 (java) S 19691 19688 19251 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 44336980 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19699] ppid=19691 vsize=864692 CPUtime=0
/proc/19692/task/19699/stat : 19699 (java) S 19691 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44336980 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19692/tid=19700] ppid=19691 vsize=864692 CPUtime=0
/proc/19692/task/19700/stat : 19700 (java) S 19691 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44336980 885444608 17902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 886788

[startup+6.30135 s]
/proc/loadavg: 3.15 3.27 3.23 4/91 19710
/proc/meminfo: memFree=1793728/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 15 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868432 CPUtime=2.59
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 15375 0 1 0 250 9 0 0 20 0 9 0 44337232 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217108 13972 2544 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868432 CPUtime=1.66
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 3078 0 1 0 163 3 0 0 25 0 9 0 44337233 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4126606372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868432 CPUtime=0.7
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 10134 0 0 0 66 4 0 0 16 0 9 0 44337234 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44337234 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868432 CPUtime=0.21
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1467 0 0 0 20 1 0 0 15 0 9 0 44337236 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889274368 13972 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 890528

[startup+12.7025 s]
/proc/loadavg: 3.06 3.25 3.22 4/91 19710
/proc/meminfo: memFree=1758528/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868432 CPUtime=8.96
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 27161 0 1 0 879 17 0 0 20 0 9 0 44337232 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217108 21284 2541 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868432 CPUtime=6.86
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 3906 0 1 0 682 4 0 0 25 0 9 0 44337233 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4126674112 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868432 CPUtime=1.84
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 21081 0 0 0 174 10 0 0 16 0 9 0 44337234 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337234 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868432 CPUtime=0.23
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1478 0 0 0 22 1 0 0 16 0 9 0 44337236 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889274368 21284 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 890528

[startup+25.5018 s]
/proc/loadavg: 2.90 3.20 3.21 3/91 19710
/proc/meminfo: memFree=1696064/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868432 CPUtime=21.69
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 46541 0 1 0 2142 27 0 0 20 0 9 0 44337232 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217108 36309 2541 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868432 CPUtime=17.87
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 4768 0 1 0 1782 5 0 0 25 0 9 0 44337233 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4126607595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868432 CPUtime=3.56
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 39597 0 0 0 336 20 0 0 16 0 9 0 44337234 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337234 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868432 CPUtime=0.23
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1480 0 0 0 22 1 0 0 15 0 9 0 44337236 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868432 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889274368 36309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 890528

[startup+51.1015 s]
/proc/loadavg: 2.91 3.18 3.20 5/91 19710
/proc/meminfo: memFree=1582336/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868432 CPUtime=47.14
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 80459 0 1 0 4671 43 0 0 20 0 9 0 44337232 889274368 65529 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=19702/tid=19708] ppid=19701 vsize=868544 CPUtime=0.33
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1538 0 0 0 32 1 0 0 16 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.69
Current children cumulated vsize (KiB) 890640

[startup+462.302 s]
/proc/loadavg: 2.22 2.68 2.97 3/91 19748
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868544 CPUtime=452.11
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 115777 0 1 0 44181 1030 0 0 20 0 9 0 44337232 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217136 94272 2566 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868544 CPUtime=438.5
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 9040 0 1 0 42878 972 0 0 25 0 9 0 44337233 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4127156262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868544 CPUtime=13.26
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 104503 0 0 0 1270 56 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868544 CPUtime=0.33
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1538 0 0 0 32 1 0 0 16 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.71
Current children cumulated vsize (KiB) 890640

[startup+522.301 s]
/proc/loadavg: 2.08 2.55 2.90 3/91 19748
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868544 CPUtime=511.18
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 115926 0 1 0 49960 1158 0 0 20 0 9 0 44337232 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217136 94272 2566 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868544 CPUtime=497.38
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 9189 0 1 0 48639 1099 0 0 25 0 9 0 44337233 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4127157985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868544 CPUtime=13.44
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 104503 0 0 0 1287 57 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868544 CPUtime=0.33
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1538 0 0 0 32 1 0 0 16 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 513.78
Current children cumulated vsize (KiB) 890640

[startup+582.302 s]
/proc/loadavg: 2.10 2.46 2.85 4/93 19796
/proc/meminfo: memFree=328880/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868544 CPUtime=570.27
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 116075 0 1 0 55746 1281 0 0 20 0 9 0 44337232 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217136 94272 2566 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868544 CPUtime=556.29
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 9338 0 1 0 54408 1221 0 0 25 0 9 0 44337233 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4127156296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868544 CPUtime=13.64
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 104503 0 0 0 1306 58 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868544 CPUtime=0.33
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1538 0 0 0 32 1 0 0 16 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 572.87
Current children cumulated vsize (KiB) 890640

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

[startup+585.503 s]
/proc/loadavg: 2.09 2.46 2.85 3/93 19796
/proc/meminfo: memFree=297840/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=2.6
/proc/19688/stat : 19688 (sugar++) S 19686 19688 19251 0 -1 4194304 1297 21995 0 1 6 2 239 13 16 0 1 0 44336864 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19688/statm: 4185 1104 409 3 0 764 0
[pid=19701] ppid=19688 vsize=5356 CPUtime=0
/proc/19701/stat : 19701 (sh) S 19688 19688 19251 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44337232 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19701/statm: 1339 233 193 169 0 50 0
[pid=19702] ppid=19701 vsize=868544 CPUtime=573.46
/proc/19702/stat : 19702 (java) S 19701 19688 19251 0 -1 0 116082 0 1 0 56060 1286 0 0 20 0 9 0 44337232 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19702/statm: 217136 94272 2566 9 0 211683 0
[pid=19702/tid=19703] ppid=19701 vsize=868544 CPUtime=559.45
/proc/19702/task/19703/stat : 19703 (java) R 19701 19688 19251 0 -1 64 9345 0 1 0 54720 1225 0 0 25 0 9 0 44337233 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19704] ppid=19701 vsize=868544 CPUtime=13.64
/proc/19702/task/19704/stat : 19704 (java) S 19701 19688 19251 0 -1 64 104503 0 0 0 1306 58 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19705] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19705/stat : 19705 (java) S 19701 19688 19251 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19706] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19706/stat : 19706 (java) S 19701 19688 19251 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44337234 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19707] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19707/stat : 19707 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19708] ppid=19701 vsize=868544 CPUtime=0.33
/proc/19702/task/19708/stat : 19708 (java) S 19701 19688 19251 0 -1 64 1538 0 0 0 32 1 0 0 16 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19702/tid=19709] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19709/stat : 19709 (java) S 19701 19688 19251 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19702/tid=19710] ppid=19701 vsize=868544 CPUtime=0
/proc/19702/task/19710/stat : 19710 (java) S 19701 19688 19251 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44337236 889389056 94272 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.06
Current children cumulated vsize (KiB) 890640

[startup+588.702 s]
/proc/loadavg: 2.09 2.46 2.85 3/93 19796
/proc/meminfo: memFree=265712/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=579.09
/proc/19688/stat : 19688 (sugar++) R 19686 19688 19251 0 -1 4194304 1320 138384 0 2 6 7 56582 1314 16 0 1 0 44336864 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19688/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 579.09
Current children cumulated vsize (KiB) 16740

[startup+590.302 s]
/proc/loadavg: 2.09 2.46 2.85 2/83 19796
/proc/meminfo: memFree=1868800/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=579.73
/proc/19688/stat : 19688 (sugar++) D 19686 19688 19251 0 -1 4194304 1320 138384 0 2 6 71 56582 1314 15 0 1 0 44336864 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19688/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 579.73
Current children cumulated vsize (KiB) 16740

[startup+591.102 s]
/proc/loadavg: 2.08 2.45 2.84 2/83 19796
/proc/meminfo: memFree=1865088/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=579.76
/proc/19688/stat : 19688 (sugar++) D 19686 19688 19251 0 -1 4194304 1320 138384 0 2 6 74 56582 1314 15 0 1 0 44336864 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19688/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 579.76
Current children cumulated vsize (KiB) 16740

[startup+591.501 s]
/proc/loadavg: 2.08 2.45 2.84 2/83 19796
/proc/meminfo: memFree=1865088/2055920 swapFree=4192812/4192956
[pid=19688] ppid=19686 vsize=16740 CPUtime=579.77
/proc/19688/stat : 19688 (sugar++) D 19686 19688 19251 0 -1 4194304 1320 138384 0 2 6 75 56582 1314 15 0 1 0 44336864 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19688/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 579.77
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 591.582
CPU time (s): 579.797
CPU user time (s): 565.891
CPU system time (s): 13.9059
CPU usage (%): 98.0079
Max. virtual memory (cumulated for all children) (KiB): 902784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.891
system time used= 13.9059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139760
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= 30297
involuntary context switches= 48375

runsolver used 0.767883 second user time and 1.9697 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-12 17:26:16
IDJOB=1112979
IDBENCH=61506
IDSOLVER=367
FILE ID=node45/1112979-1215876375
PBS_JOBID= 7903546
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112979-1215876375/watcher-1112979-1215876375 -o /tmp/evaluation-result-1112979-1215876375/solver-1112979-1215876375 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112979-1215876375.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=1002470253

node45.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1836472 kB
Buffers:         25132 kB
Cached:          52796 kB
SwapCached:          0 kB
Active:         140164 kB
Inactive:        27876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6612 kB
Writeback:           0 kB
Mapped:         110384 kB
Slab:            36616 kB
Committed_AS:  1040068 kB
PageTables:       1964 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= 66456 MiB
End job on node45 at 2008-07-12 17:36:07