Trace number 1058039

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 467.154 471.682

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-9.xml
MD5SUM4d24835c800de52d756640e8552cd3e9
Bench CategoryGLOBAL (global constraints)
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 variables800
Number of constraints32974
Maximum constraint arity24
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32474
Global constraints used (with number of constraints)alldifferent(500)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:15:50 2008
0.00/0.05	c 0	PID 1114
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058039-1215112550.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058039-1215112550.xml' 'HOME/temp.csp'
2.34/2.47	c 3	421 domains, 800 variables, 1 predicates, 0 relations, 32974 constraints
2.41/2.51	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.41/2.51	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.41/2.60	c 3	Parsing HOME/temp.csp
2.42/2.98	c 3	parsed 10000 expressions
3.18/3.33	c 4	parsed 20000 expressions
3.48/3.64	c 4	parsed 30000 expressions
3.57/3.79	c 4	parsed 34196 expressions
3.57/3.79	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.57/3.79	c 4	Converting to clausal form CSP
5.06/5.25	c 6	converted 3420 (10%) expressions
7.03/7.25	c 8	converted 6840 (20%) expressions
9.21/9.42	c 10	converted 10259 (30%) expressions
10.91/11.13	c 11	converted 13679 (40%) expressions
13.19/13.44	c 14	converted 17098 (50%) expressions
15.07/15.36	c 16	converted 20518 (60%) expressions
16.75/17.08	c 17	converted 23938 (70%) expressions
18.53/18.87	c 19	converted 27357 (80%) expressions
21.61/21.96	c 22	converted 30777 (90%) expressions
85.29/86.25	c 87	converted 34196 (100%) expressions
85.29/86.25	c 87	CSP : 800 integers, 0 booleans, 139008 clauses, largest domain size 33
85.29/86.25	c 87	Heap : 710 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.29/86.25	c 87	Propagation in CSP
374.03/377.79	c 378	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
374.03/377.79	c 378	CSP : 800 integers, 0 booleans, 139008 clauses, largest domain size 33
374.03/377.79	c 378	Heap : 725 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
378.01/381.73	c 382	Simplifing CSP by introducing new Boolean variables
466.96/471.55	c 472	ERROR Exception Java heap space
466.96/471.55	c 472	jp.ac.kobe_u.cs.sugar.csp.Clause.(Clause.java:34)
466.96/471.55	c 472	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:231)
466.96/471.55	c 472	jp.ac.kobe_u.cs.sugar.csp.CSP.simplify(CSP.java:249)
466.96/471.55	c 472	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:113)
466.96/471.55	c 472	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
466.96/471.55	s UNKNOWN
467.04/471.67	c 472	CPU 465.11 (0.03 0.01 465.08 2.02)
467.04/471.68	c 472	END Thu Jul  3 21:23:42 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058039-1215112550/watcher-1058039-1215112550 -o /tmp/evaluation-result-1058039-1215112550/solver-1058039-1215112550 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1058039-1215112550.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.05 2.00 4/80 1114
/proc/meminfo: memFree=1283952/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=12268 CPUtime=0
/proc/1114/stat : 1114 (sugar) D 1112 1114 619 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1990229420 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/1114/statm: 3067 316 241 3 0 167 0

[startup+0.093271 s]
/proc/loadavg: 1.94 2.05 2.00 4/80 1114
/proc/meminfo: memFree=1283952/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=0.03
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990229420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102272 s]
/proc/loadavg: 1.94 2.05 2.00 4/80 1114
/proc/meminfo: memFree=1283952/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=0.03
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990229420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301302 s]
/proc/loadavg: 1.94 2.05 2.00 4/80 1114
/proc/meminfo: memFree=1283952/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=0.03
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990229420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70138 s]
/proc/loadavg: 1.94 2.05 2.00 4/80 1114
/proc/meminfo: memFree=1283952/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=0.03
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990229420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 1.94 2.05 2.00 3/91 1126
/proc/meminfo: memFree=1256920/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=0.03
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990229420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1114/statm: 3400 796 370 3 0 500 0
[pid=1117] ppid=1114 vsize=5356 CPUtime=0
/proc/1117/stat : 1117 (sh) S 1114 1114 619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990229426 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1117/statm: 1339 233 193 169 0 50 0
[pid=1118] ppid=1117 vsize=864672 CPUtime=1.41
/proc/1118/stat : 1118 (java) S 1117 1114 619 0 -1 0 15520 0 1 0 133 8 0 0 18 0 9 0 1990229426 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1118/statm: 216168 13060 2529 9 0 210750 0
[pid=1118/tid=1119] ppid=1117 vsize=864672 CPUtime=0.78
/proc/1118/task/1119/stat : 1119 (java) R 1117 1114 619 0 -1 64 3052 0 1 0 76 2 0 0 24 0 9 0 1990229427 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4126658288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1120] ppid=1117 vsize=864672 CPUtime=0.49
/proc/1118/task/1120/stat : 1120 (java) S 1117 1114 619 0 -1 64 11271 0 0 0 44 5 0 0 16 0 9 0 1990229428 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1121] ppid=1117 vsize=864672 CPUtime=0
/proc/1118/task/1121/stat : 1121 (java) S 1117 1114 619 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990229429 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1122] ppid=1117 vsize=864672 CPUtime=0
/proc/1118/task/1122/stat : 1122 (java) S 1117 1114 619 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990229429 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1123] ppid=1117 vsize=864672 CPUtime=0
/proc/1118/task/1123/stat : 1123 (java) S 1117 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229431 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1124] ppid=1117 vsize=864672 CPUtime=0.11
/proc/1118/task/1124/stat : 1124 (java) S 1117 1114 619 0 -1 64 498 0 0 0 11 0 0 0 16 0 9 0 1990229431 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1125] ppid=1117 vsize=864672 CPUtime=0
/proc/1118/task/1125/stat : 1125 (java) S 1117 1114 619 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990229431 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1118/tid=1126] ppid=1117 vsize=864672 CPUtime=0
/proc/1118/task/1126/stat : 1126 (java) S 1117 1114 619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990229431 885424128 13060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883628

[startup+3.1024 s]
/proc/loadavg: 2.02 2.06 2.01 3/91 1126
/proc/meminfo: memFree=1230232/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.42
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 973 19818 0 1 2 1 226 13 15 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 13600

[startup+6.30137 s]
/proc/loadavg: 2.02 2.06 2.01 3/91 1136
/proc/meminfo: memFree=1239128/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.42
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 2 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=868436 CPUtime=3.72
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 15968 0 1 0 363 9 0 0 18 0 9 0 1990229672 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 217109 14419 2540 9 0 211684 0
[pid=1128/tid=1129] ppid=1127 vsize=868436 CPUtime=2.5
/proc/1128/task/1129/stat : 1129 (java) R 1127 1114 619 0 -1 64 3276 0 1 0 248 2 0 0 25 0 9 0 1990229673 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=868436 CPUtime=1
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 10531 0 0 0 96 4 0 0 16 0 9 0 1990229674 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 102723285 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=868436 CPUtime=0.19
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1463 0 0 0 18 1 0 0 16 0 9 0 1990229676 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 889278464 14419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887392

[startup+12.7025 s]
/proc/loadavg: 2.26 2.11 2.02 6/91 1136
/proc/meminfo: memFree=1173400/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=868436 CPUtime=10.06
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 36244 0 1 0 986 20 0 0 18 0 9 0 1990229672 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 217109 30805 2540 9 0 211684 0
[pid=1128/tid=1129] ppid=1127 vsize=868436 CPUtime=7.45
/proc/1128/task/1129/stat : 1129 (java) R 1127 1114 619 0 -1 64 3738 0 1 0 742 3 0 0 25 0 9 0 1990229673 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=868436 CPUtime=2.39
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 30343 0 0 0 224 15 0 0 16 0 9 0 1990229674 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 102721920 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=868436 CPUtime=0.19
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1465 0 0 0 18 1 0 0 16 0 9 0 1990229676 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 889278464 30805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887392

[startup+25.5028 s]
/proc/loadavg: 2.20 2.11 2.02 3/91 1136
/proc/meminfo: memFree=1050328/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=868436 CPUtime=22.74
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 72632 0 1 0 2238 36 0 0 18 0 9 0 1990229672 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 217109 59793 2540 9 0 211684 0
[pid=1128/tid=1129] ppid=1127 vsize=868436 CPUtime=16.54
/proc/1128/task/1129/stat : 1129 (java) R 1127 1114 619 0 -1 64 5658 0 1 0 1651 3 0 0 25 0 9 0 1990229673 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4126566811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=868436 CPUtime=5.96
/proc/1128/task/1130/stat : 1130 (java) S 1127 1114 619 0 -1 64 64805 0 0 0 566 30 0 0 16 0 9 0 1990229674 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=868436 CPUtime=0.2
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1471 0 0 0 19 1 0 0 16 0 9 0 1990229676 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 889278464 59793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 889278464 59793 996147200 134512640 134550740 4294955952 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) 887392

[startup+51.1013 s]
/proc/loadavg: 2.26 2.13 2.03 3/91 1136
/proc/meminfo: memFree=807768/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=868436 CPUtime=48.09
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 139154 0 1 0 4744 65 0 0 18 0 9 0 1990229672 889278464 122438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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


[startup+467.103 s]
/proc/loadavg: 2.01 2.07 2.03 3/91 1136
/proc/meminfo: memFree=543192/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=873564 CPUtime=460.16
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 375261 0 1 0 45841 175 0 0 18 0 9 0 1990229672 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 218391 186226 2540 9 0 212966 0
[pid=1128/tid=1129] ppid=1127 vsize=873564 CPUtime=75.89
/proc/1128/task/1129/stat : 1129 (java) S 1127 1114 619 0 -1 64 9387 0 1 0 7584 5 0 0 17 0 9 0 1990229673 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=873564 CPUtime=384.02
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 363691 0 0 0 38235 167 0 0 25 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=873564 CPUtime=0.22
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1485 0 0 0 21 1 0 0 16 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.59
Current children cumulated vsize (KiB) 892520

[startup+468.702 s]
/proc/loadavg: 2.01 2.06 2.03 3/91 1136
/proc/meminfo: memFree=548120/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=868436 CPUtime=461.76
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 375261 0 1 0 46000 176 0 0 18 0 9 0 1990229672 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 217109 184944 2540 9 0 211684 0
[pid=1128/tid=1129] ppid=1127 vsize=868436 CPUtime=75.89
/proc/1128/task/1129/stat : 1129 (java) S 1127 1114 619 0 -1 64 9387 0 1 0 7584 5 0 0 17 0 9 0 1990229673 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=868436 CPUtime=385.61
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 363691 0 0 0 38393 168 0 0 25 0 9 0 1990229674 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 102721931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=868436 CPUtime=0.22
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1485 0 0 0 21 1 0 0 16 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.19
Current children cumulated vsize (KiB) 887392

[startup+470.302 s]
/proc/loadavg: 2.01 2.06 2.03 3/91 1136
/proc/meminfo: memFree=543192/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=873564 CPUtime=463.33
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 377025 0 1 0 46157 176 0 0 18 0 9 0 1990229672 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 218391 186226 2540 9 0 212966 0
[pid=1128/tid=1129] ppid=1127 vsize=873564 CPUtime=75.89
/proc/1128/task/1129/stat : 1129 (java) S 1127 1114 619 0 -1 64 9387 0 1 0 7584 5 0 0 17 0 9 0 1990229673 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=873564 CPUtime=387.2
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 365455 0 0 0 38551 169 0 0 25 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 102731933 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=873564 CPUtime=0.22
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1485 0 0 0 21 1 0 0 16 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 465.76
Current children cumulated vsize (KiB) 892520

[startup+471.102 s]
/proc/loadavg: 2.01 2.06 2.03 3/91 1136
/proc/meminfo: memFree=543192/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=873564 CPUtime=464.13
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 377025 0 1 0 46237 176 0 0 18 0 9 0 1990229672 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 218391 186226 2540 9 0 212966 0
[pid=1128/tid=1129] ppid=1127 vsize=873564 CPUtime=75.89
/proc/1128/task/1129/stat : 1129 (java) S 1127 1114 619 0 -1 64 9387 0 1 0 7584 5 0 0 17 0 9 0 1990229673 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=873564 CPUtime=387.99
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 365455 0 0 0 38630 169 0 0 25 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 104182208 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=873564 CPUtime=0.22
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1485 0 0 0 21 1 0 0 16 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=873564 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 894529536 186226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 466.56
Current children cumulated vsize (KiB) 892520

[startup+471.502 s]
/proc/loadavg: 2.01 2.06 2.03 3/91 1136
/proc/meminfo: memFree=543192/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=868436 CPUtime=464.53
/proc/1128/stat : 1128 (java) S 1127 1114 619 0 -1 0 377026 0 1 0 46276 177 0 0 18 0 9 0 1990229672 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1128/statm: 217109 184944 2540 9 0 211684 0
[pid=1128/tid=1129] ppid=1127 vsize=868436 CPUtime=75.89
/proc/1128/task/1129/stat : 1129 (java) S 1127 1114 619 0 -1 64 9388 0 1 0 7584 5 0 0 17 0 9 0 1990229673 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1130] ppid=1127 vsize=868436 CPUtime=388.39
/proc/1128/task/1130/stat : 1130 (java) R 1127 1114 619 0 -1 64 365455 0 0 0 38670 169 0 0 25 0 9 0 1990229674 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 104181576 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1131/stat : 1131 (java) S 1127 1114 619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1127 1114 619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990229674 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1127 vsize=868436 CPUtime=0.22
/proc/1128/task/1134/stat : 1134 (java) S 1127 1114 619 0 -1 64 1485 0 0 0 21 1 0 0 16 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1135] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1135/stat : 1135 (java) S 1127 1114 619 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1127 vsize=868436 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1127 1114 619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990229676 889278464 184944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 466.96
Current children cumulated vsize (KiB) 887392

[startup+471.603 s]
/proc/loadavg: 2.01 2.06 2.03 3/91 1136
/proc/meminfo: memFree=543192/2055920 swapFree=4180540/4192956
[pid=1114] ppid=1112 vsize=13600 CPUtime=2.43
/proc/1114/stat : 1114 (sugar) S 1112 1114 619 0 -1 4194304 974 19818 0 1 3 1 226 13 16 0 1 0 1990229420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1114/statm: 3400 797 370 3 0 500 0
[pid=1127] ppid=1114 vsize=5356 CPUtime=0
/proc/1127/stat : 1127 (sh) S 1114 1114 619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990229672 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1127/statm: 1339 233 193 169 0 50 0
[pid=1128] ppid=1127 vsize=0 CPUtime=464.61
/proc/1128/stat : 1128 (java) R 1127 1114 619 0 -1 1028 377038 0 1 0 46281 180 0 0 17 0 1 0 1990229672 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/1128/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 467.04
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 471.682
CPU time (s): 467.154
CPU user time (s): 465.114
CPU system time (s): 2.03969
CPU usage (%): 99.0401
Max. virtual memory (cumulated for all children) (KiB): 900204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.114
system time used= 2.03969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398168
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= 13725
involuntary context switches= 27898

runsolver used 0.534918 second user time and 1.63275 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 21:15:50
IDJOB=1058039
IDBENCH=54103
IDSOLVER=345
FILE ID=node18/1058039-1215112550
PBS_JOBID= 7877168
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058039-1215112550/watcher-1058039-1215112550 -o /tmp/evaluation-result-1058039-1215112550/solver-1058039-1215112550 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1058039-1215112550.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d24835c800de52d756640e8552cd3e9
RANDOM SEED=1103561678

node18.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.268
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	: 5931.00
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.268
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:       1284432 kB
Buffers:         35436 kB
Cached:         230488 kB
SwapCached:       6280 kB
Active:         580004 kB
Inactive:       130500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284432 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            5984 kB
Writeback:           0 kB
Mapped:         460760 kB
Slab:            45496 kB
Committed_AS:  4187736 kB
PageTables:       2596 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= 66540 MiB
End job on node18 at 2008-07-03 21:23:42