Trace number 2081102

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 302.295 308.256

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-15.xml
MD5SUMe4d8056326b04b00114496ca953a2edb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark92.195
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1366
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sun Jul 12 06:17:18 2009
0.03/0.08	c 0	PID 21888
0.03/0.08	c 0	HOST node54.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2081102-1247372238.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081102-1247372238.xml' 'HOME/temp.csp'
1.65/1.77	c 2	97 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.72/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.72/1.81	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.72/1.89	c 2	Parsing HOME/temp.csp
1.73/2.05	c 2	parsed 10000 expressions
2.00/2.18	c 2	parsed 20000 expressions
2.10/2.22	c 2	parsed 24100 expressions
2.10/2.23	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.23	c 2	Converting to clausal form CSP
2.39/2.57	c 3	converted 2410 (10%) expressions
2.48/2.66	c 3	converted 4820 (20%) expressions
2.59/2.74	c 3	converted 7230 (30%) expressions
2.79/2.92	c 3	converted 9640 (40%) expressions
2.89/3.01	c 3	converted 12050 (50%) expressions
2.99/3.10	c 3	converted 14460 (60%) expressions
2.99/3.18	c 3	converted 16870 (70%) expressions
3.09/3.27	c 3	converted 19280 (80%) expressions
3.37/3.51	c 4	converted 21690 (90%) expressions
3.37/3.59	c 4	converted 24100 (100%) expressions
3.37/3.59	c 4	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1366
3.37/3.59	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.37/3.59	c 4	Propagation in CSP
3.47/3.70	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.47/3.70	c 4	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1366
3.47/3.70	c 4	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.57/3.71	c 4	Simplifing CSP by introducing new Boolean variables
3.97/4.11	c 4	CSP : 800 integers, 46400 booleans, 69600 clauses, largest domain size 1366
3.97/4.11	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.07/4.30	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.27/4.47	c 5	80 (10%) CSP integer variables are encoded (104622 clauses, 1556599 bytes)
4.46/4.60	c 5	160 (20%) CSP integer variables are encoded (209688 clauses, 3342721 bytes)
4.56/4.73	c 5	240 (30%) CSP integer variables are encoded (314988 clauses, 5132821 bytes)
4.66/4.87	c 5	320 (40%) CSP integer variables are encoded (420122 clauses, 6920099 bytes)
4.85/5.01	c 5	400 (50%) CSP integer variables are encoded (525438 clauses, 8710471 bytes)
4.95/5.14	c 5	480 (60%) CSP integer variables are encoded (630604 clauses, 10498293 bytes)
5.05/5.26	c 5	560 (70%) CSP integer variables are encoded (735588 clauses, 12283021 bytes)
5.15/5.39	c 5	640 (80%) CSP integer variables are encoded (840668 clauses, 14069381 bytes)
5.35/5.53	c 6	720 (90%) CSP integer variables are encoded (945828 clauses, 15857101 bytes)
5.44/5.66	c 6	800 (100%) CSP integer variables are encoded (1051344 clauses, 17755084 bytes)
16.37/16.74	c 17	6960 (10%) CSP clauses are encoded (6908956 clauses, 160725252 bytes)
27.38/28.04	c 28	13920 (20%) CSP clauses are encoded (12745786 clauses, 309576289 bytes)
38.69/39.61	c 40	20880 (30%) CSP clauses are encoded (18634380 clauses, 462816511 bytes)
49.95/51.22	c 51	27840 (40%) CSP clauses are encoded (24523294 clauses, 616076185 bytes)
61.24/62.80	c 63	34800 (50%) CSP clauses are encoded (30426288 clauses, 769717985 bytes)
72.51/74.45	c 74	41760 (60%) CSP clauses are encoded (36329182 clauses, 923379945 bytes)
83.73/86.01	c 86	48720 (70%) CSP clauses are encoded (42191992 clauses, 1076031223 bytes)
94.98/97.62	c 98	55680 (80%) CSP clauses are encoded (48082412 clauses, 1229440315 bytes)
106.27/109.42	c 109	62640 (90%) CSP clauses are encoded (53979208 clauses, 1383072741 bytes)
117.46/121.00	c 121	69600 (100%) CSP clauses are encoded (59873504 clauses, 1539602465 bytes)
117.46/121.00	c 121	69600 CSP clauses encoded
117.46/121.00	c 121	Writing map file : HOME/temp.map
117.56/121.03	c 121	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
117.56/121.03	c 121	SAT : 1098544 SAT variables, 59873504 SAT clauses, 1539602465 bytes
117.56/121.03	c 121	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
117.56/121.08	c 121	SOLVING HOME/temp.cnf
117.56/121.08	c 121	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
301.54/307.12	c ERROR INTERRUPTED
301.66/307.24	s UNKNOWN
301.66/307.24	c 307	CPU 117.6 (0.06 0.01 107.6 9.93)
301.66/307.24	c 307	END Sun Jul 12 06:22:25 2009

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 21888
/proc/meminfo: memFree=1879640/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=12268 CPUtime=0
/proc/21888/stat : 21888 (sugar) R 21886 21888 18273 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24288597 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21888/statm: 3067 316 241 3 0 167 0

[startup+0.056033 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 21888
/proc/meminfo: memFree=1879640/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=13600 CPUtime=0.03
/proc/21888/stat : 21888 (sugar) R 21886 21888 18273 0 -1 4194304 781 0 0 0 3 0 0 0 18 0 1 0 24288597 13926400 749 996147200 4194304 4206940 548682068608 18446744073709551615 234229191025 0 0 4224 0 0 0 0 17 1 0 0
/proc/21888/statm: 3400 749 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101042 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 21888
/proc/meminfo: memFree=1879640/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=0.07
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30106 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 21888
/proc/meminfo: memFree=1879640/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=0.07
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701114 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 21888
/proc/meminfo: memFree=1879640/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=0.07
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 21900
/proc/meminfo: memFree=1852992/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=0.07
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
[pid=21891] ppid=21888 vsize=5356 CPUtime=0
/proc/21891/stat : 21891 (sh) S 21888 21888 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24288606 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21891/statm: 1339 233 193 169 0 50 0
[pid=21892] ppid=21891 vsize=864788 CPUtime=1.38
/proc/21892/stat : 21892 (java) S 21891 21888 18273 0 -1 0 13762 0 1 0 130 8 0 0 18 0 9 0 24288607 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21892/statm: 216197 11784 2557 9 0 210709 0
[pid=21892/tid=21893] ppid=21891 vsize=864788 CPUtime=0.79
/proc/21892/task/21893/stat : 21893 (java) R 21891 21888 18273 0 -1 64 3067 0 1 0 77 2 0 0 24 0 9 0 24288608 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4126736553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21894] ppid=21891 vsize=864788 CPUtime=0.42
/proc/21892/task/21894/stat : 21894 (java) S 21891 21888 18273 0 -1 64 9461 0 0 0 38 4 0 0 16 0 9 0 24288609 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21895] ppid=21891 vsize=864788 CPUtime=0
/proc/21892/task/21895/stat : 21895 (java) S 21891 21888 18273 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24288609 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21896] ppid=21891 vsize=864788 CPUtime=0
/proc/21892/task/21896/stat : 21896 (java) S 21891 21888 18273 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24288609 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21897] ppid=21891 vsize=864788 CPUtime=0
/proc/21892/task/21897/stat : 21897 (java) S 21891 21888 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288611 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21898] ppid=21891 vsize=864788 CPUtime=0.15
/proc/21892/task/21898/stat : 21898 (java) S 21891 21888 18273 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 24288611 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21899] ppid=21891 vsize=864788 CPUtime=0
/proc/21892/task/21899/stat : 21899 (java) S 21891 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288611 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21892/tid=21900] ppid=21891 vsize=864788 CPUtime=0
/proc/21892/task/21900/stat : 21900 (java) S 21891 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288611 885542912 11784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10242 s]
/proc/loadavg: 2.03 2.01 2.00 4/85 21910
/proc/meminfo: memFree=1865664/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=1.73
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1309 14531 0 1 6 1 157 9 15 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
[pid=21901] ppid=21888 vsize=5356 CPUtime=0
/proc/21901/stat : 21901 (sh) S 21888 21888 18273 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24288779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21901/statm: 1339 233 193 169 0 50 0
[pid=21902] ppid=21901 vsize=868592 CPUtime=1.26
/proc/21902/stat : 21902 (java) S 21901 21888 18273 0 -1 0 10623 0 1 0 120 6 0 0 18 0 9 0 24288779 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21902/statm: 217148 9665 2566 9 0 211653 0
[pid=21902/tid=21903] ppid=21901 vsize=868592 CPUtime=0.73
/proc/21902/task/21903/stat : 21903 (java) R 21901 21888 18273 0 -1 64 2711 0 1 0 72 1 0 0 22 0 9 0 24288780 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4126568392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21904] ppid=21901 vsize=868592 CPUtime=0.34
/proc/21902/task/21904/stat : 21904 (java) S 21901 21888 18273 0 -1 64 5767 0 0 0 31 3 0 0 16 0 9 0 24288781 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21905] ppid=21901 vsize=868592 CPUtime=0
/proc/21902/task/21905/stat : 21905 (java) S 21901 21888 18273 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288782 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21906] ppid=21901 vsize=868592 CPUtime=0
/proc/21902/task/21906/stat : 21906 (java) S 21901 21888 18273 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24288782 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21907] ppid=21901 vsize=868592 CPUtime=0
/proc/21902/task/21907/stat : 21907 (java) S 21901 21888 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288784 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21908] ppid=21901 vsize=868592 CPUtime=0.15
/proc/21902/task/21908/stat : 21908 (java) S 21901 21888 18273 0 -1 64 1443 0 0 0 15 0 0 0 16 0 9 0 24288784 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21909] ppid=21901 vsize=868592 CPUtime=0
/proc/21902/task/21909/stat : 21909 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288784 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21910] ppid=21901 vsize=868592 CPUtime=0
/proc/21902/task/21910/stat : 21910 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288784 889438208 9665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890816

[startup+6.30183 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 21910
/proc/meminfo: memFree=1810624/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=1.73
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1310 14531 0 1 6 1 157 9 15 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
[pid=21901] ppid=21888 vsize=5356 CPUtime=0
/proc/21901/stat : 21901 (sh) S 21888 21888 18273 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24288779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21901/statm: 1339 233 193 169 0 50 0
[pid=21902] ppid=21901 vsize=868704 CPUtime=4.41
/proc/21902/stat : 21902 (java) S 21901 21888 18273 0 -1 0 16836 0 1 0 415 26 0 0 18 0 9 0 24288779 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21902/statm: 217176 15203 2590 9 0 211653 0
[pid=21902/tid=21903] ppid=21901 vsize=868704 CPUtime=3.07
/proc/21902/task/21903/stat : 21903 (java) R 21901 21888 18273 0 -1 64 3406 0 1 0 290 17 0 0 25 0 9 0 24288780 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4126814685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21904] ppid=21901 vsize=868704 CPUtime=1.11
/proc/21902/task/21904/stat : 21904 (java) S 21901 21888 18273 0 -1 64 11243 0 0 0 104 7 0 0 16 0 9 0 24288781 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21905] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21905/stat : 21905 (java) S 21901 21888 18273 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21906] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21906/stat : 21906 (java) S 21901 21888 18273 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21907] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21907/stat : 21907 (java) S 21901 21888 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288784 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21908] ppid=21901 vsize=868704 CPUtime=0.2
/proc/21902/task/21908/stat : 21908 (java) S 21901 21888 18273 0 -1 64 1485 0 0 0 20 0 0 0 15 0 9 0 24288784 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21909] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21909/stat : 21909 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288784 889552896 15203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21910] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21910/stat : 21910 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288784 889552896 15203 996147200 134512640 134550932 4294955936 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) 890928

[startup+12.7026 s]
/proc/loadavg: 2.10 2.02 2.00 3/85 21910
/proc/meminfo: memFree=1725952/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=1.73
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1310 14531 0 1 6 1 157 9 15 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
[pid=21901] ppid=21888 vsize=5356 CPUtime=0
/proc/21901/stat : 21901 (sh) S 21888 21888 18273 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24288779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21901/statm: 1339 233 193 169 0 50 0
[pid=21902] ppid=21901 vsize=868704 CPUtime=10.7
/proc/21902/stat : 21902 (java) S 21901 21888 18273 0 -1 0 17290 0 1 0 995 75 0 0 18 0 9 0 24288779 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21902/statm: 217176 15210 2590 9 0 211653 0
[pid=21902/tid=21903] ppid=21901 vsize=868704 CPUtime=9.14
/proc/21902/task/21903/stat : 21903 (java) R 21901 21888 18273 0 -1 64 3853 0 1 0 851 63 0 0 25 0 9 0 24288780 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4126959951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21904] ppid=21901 vsize=868704 CPUtime=1.3
/proc/21902/task/21904/stat : 21904 (java) S 21901 21888 18273 0 -1 64 11243 0 0 0 121 9 0 0 16 0 9 0 24288781 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21905] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21905/stat : 21905 (java) S 21901 21888 18273 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21906] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21906/stat : 21906 (java) S 21901 21888 18273 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21907] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21907/stat : 21907 (java) S 21901 21888 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21908] ppid=21901 vsize=868704 CPUtime=0.22
/proc/21902/task/21908/stat : 21908 (java) S 21901 21888 18273 0 -1 64 1492 0 0 0 22 0 0 0 17 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21909] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21909/stat : 21909 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21910] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21910/stat : 21910 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890928

[startup+25.5023 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 21910
/proc/meminfo: memFree=1552384/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=1.73
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1310 14531 0 1 6 1 157 9 16 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
[pid=21901] ppid=21888 vsize=5356 CPUtime=0
/proc/21901/stat : 21901 (sh) S 21888 21888 18273 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24288779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21901/statm: 1339 233 193 169 0 50 0
[pid=21902] ppid=21901 vsize=868704 CPUtime=23.22
/proc/21902/stat : 21902 (java) S 21901 21888 18273 0 -1 0 18193 0 1 0 2139 183 0 0 18 0 9 0 24288779 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21902/statm: 217176 15210 2590 9 0 211653 0
[pid=21902/tid=21903] ppid=21901 vsize=868704 CPUtime=21.27
/proc/21902/task/21903/stat : 21903 (java) R 21901 21888 18273 0 -1 64 4756 0 1 0 1961 166 0 0 25 0 9 0 24288780 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4126849637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21904] ppid=21901 vsize=868704 CPUtime=1.71
/proc/21902/task/21904/stat : 21904 (java) S 21901 21888 18273 0 -1 64 11243 0 0 0 155 16 0 0 16 0 9 0 24288781 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21905] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21905/stat : 21905 (java) S 21901 21888 18273 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21906] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21906/stat : 21906 (java) S 21901 21888 18273 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21907] ppid=21901 vsize=868704 CPUtime=0

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

/proc/21902/task/21907/stat : 21907 (java) S 21901 21888 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21908] ppid=21901 vsize=868704 CPUtime=0.22
/proc/21902/task/21908/stat : 21908 (java) S 21901 21888 18273 0 -1 64 1492 0 0 0 22 0 0 0 17 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21909] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21909/stat : 21909 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21910] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21910/stat : 21910 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 890928

[startup+102.308 s]
/proc/loadavg: 2.35 2.13 2.04 3/85 21910
/proc/meminfo: memFree=531776/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=1.73
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1310 14531 0 1 6 1 157 9 16 0 1 0 24288597 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1111 409 3 0 796 0
[pid=21901] ppid=21888 vsize=5356 CPUtime=0
/proc/21901/stat : 21901 (sh) S 21888 21888 18273 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24288779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21901/statm: 1339 233 193 169 0 50 0
[pid=21902] ppid=21901 vsize=868704 CPUtime=97.82
/proc/21902/stat : 21902 (java) S 21901 21888 18273 0 -1 0 23551 0 1 0 8955 827 0 0 18 0 9 0 24288779 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21902/statm: 217176 15210 2590 9 0 211653 0
[pid=21902/tid=21903] ppid=21901 vsize=868704 CPUtime=93.44
/proc/21902/task/21903/stat : 21903 (java) R 21901 21888 18273 0 -1 64 10114 0 1 0 8573 771 0 0 25 0 9 0 24288780 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21904] ppid=21901 vsize=868704 CPUtime=4.12
/proc/21902/task/21904/stat : 21904 (java) S 21901 21888 18273 0 -1 64 11243 0 0 0 359 53 0 0 16 0 9 0 24288781 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21905] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21905/stat : 21905 (java) S 21901 21888 18273 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21906] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21906/stat : 21906 (java) S 21901 21888 18273 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288782 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21907] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21907/stat : 21907 (java) S 21901 21888 18273 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21908] ppid=21901 vsize=868704 CPUtime=0.22
/proc/21902/task/21908/stat : 21908 (java) S 21901 21888 18273 0 -1 64 1492 0 0 0 22 0 0 0 17 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21909] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21909/stat : 21909 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21902/tid=21910] ppid=21901 vsize=868704 CPUtime=0
/proc/21902/task/21910/stat : 21910 (java) S 21901 21888 18273 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288784 889552896 15210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.55
Current children cumulated vsize (KiB) 890928

[startup+162.302 s]
/proc/loadavg: 2.16 2.12 2.04 3/77 21912
/proc/meminfo: memFree=110464/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=117.6
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1365 39690 0 2 6 1 10760 993 16 0 1 0 24288597 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1113 409 3 0 796 0
[pid=21911] ppid=21888 vsize=5356 CPUtime=0
/proc/21911/stat : 21911 (sh) S 21888 21888 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24300706 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21911/statm: 1339 232 193 169 0 50 0
[pid=21912] ppid=21911 vsize=292404 CPUtime=40.79
/proc/21912/stat : 21912 (picosat) R 21911 21888 18273 0 -1 4194304 56765 0 0 0 1866 2213 0 0 25 0 1 0 24300707 299421696 56751 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21912/statm: 73101 56751 40 102 0 72996 0
Current children cumulated CPU time (s) 158.39
Current children cumulated vsize (KiB) 314628

[startup+222.301 s]
/proc/loadavg: 2.06 2.09 2.03 3/77 21912
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=117.6
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1365 39690 0 2 6 1 10760 993 16 0 1 0 24288597 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1113 409 3 0 796 0
[pid=21911] ppid=21888 vsize=5356 CPUtime=0
/proc/21911/stat : 21911 (sh) S 21888 21888 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24300706 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21911/statm: 1339 232 193 169 0 50 0
[pid=21912] ppid=21911 vsize=545760 CPUtime=100.11
/proc/21912/stat : 21912 (picosat) R 21911 21888 18273 0 -1 4194304 114259 0 0 0 4616 5395 0 0 25 0 1 0 24300707 558858240 114245 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/21912/statm: 136440 114245 40 102 0 136335 0
Current children cumulated CPU time (s) 217.71
Current children cumulated vsize (KiB) 567984

[startup+282.302 s]
/proc/loadavg: 2.02 2.07 2.03 3/77 21912
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=117.6
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1365 39690 0 2 6 1 10760 993 16 0 1 0 24288597 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1113 409 3 0 796 0
[pid=21911] ppid=21888 vsize=5356 CPUtime=0
/proc/21911/stat : 21911 (sh) S 21888 21888 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24300706 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21911/statm: 1339 232 193 169 0 50 0
[pid=21912] ppid=21911 vsize=749568 CPUtime=159.42
/proc/21912/stat : 21912 (picosat) R 21911 21888 18273 0 -1 4194304 171683 0 0 0 7353 8589 0 0 25 0 1 0 24300707 767557632 171669 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21912/statm: 187392 171669 40 102 0 187287 0
Current children cumulated CPU time (s) 277.02
Current children cumulated vsize (KiB) 771792



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+307.102 s]
/proc/loadavg: 2.01 2.07 2.02 4/77 21912
/proc/meminfo: memFree=14784/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=117.6
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1365 39690 0 2 6 1 10760 993 16 0 1 0 24288597 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1113 409 3 0 796 0
[pid=21911] ppid=21888 vsize=5356 CPUtime=0
/proc/21911/stat : 21911 (sh) S 21888 21888 18273 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24300706 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21911/statm: 1339 232 193 169 0 50 0
[pid=21912] ppid=21911 vsize=899452 CPUtime=183.94
/proc/21912/stat : 21912 (picosat) R 21911 21888 18273 0 -1 4194304 195421 0 0 0 8493 9901 0 0 25 0 1 0 24300707 921038848 195407 996147200 134512640 134931368 4294956256 18446744073709551615 134520627 0 0 4096 0 0 0 0 17 1 0 0
/proc/21912/statm: 224863 195407 40 102 0 224758 0
Current children cumulated CPU time (s) 301.54
Current children cumulated vsize (KiB) 921676

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

############
# WARNING:
# current cumulated CPU time (117.63 s) is less than in the last sample (301.66 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (184.03 s) to the 'lost time'.

[startup+307.222 s]
/proc/loadavg: 2.01 2.07 2.02 4/77 21912
/proc/meminfo: memFree=14784/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=117.6
/proc/21888/stat : 21888 (sugar) S 21886 21888 18273 0 -1 4194304 1394 39690 0 2 6 1 10760 993 16 0 1 0 24288597 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21888/statm: 4217 1113 409 3 0 796 0
[pid=21911] ppid=21888 vsize=0 CPUtime=0
/proc/21911/stat : 21911 (sh) Z 21888 21888 18273 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24300706 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21911/statm: 0 0 0 0 0 0 0
[pid=21912] ppid=1 vsize=0 CPUtime=184.06
/proc/21912/stat : 21912 (picosat) R 1 21888 18273 0 -1 4195332 195421 0 0 0 8493 9913 0 0 25 0 1 0 24300707 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21912/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 301.66
Current children cumulated vsize (KiB) 16868

[startup+307.302 s]
/proc/loadavg: 2.01 2.07 2.02 4/77 21912
/proc/meminfo: memFree=14784/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=117.63
/proc/21888/stat : 21888 (sugar) R 21886 21888 18273 0 -1 4194304 1423 39967 0 2 6 4 10760 993 16 0 1 0 24288597 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21888/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 117.63
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+307.801 s]
/proc/loadavg: 2.01 2.07 2.02 4/77 21912
/proc/meminfo: memFree=14784/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=118.12
/proc/21888/stat : 21888 (sugar) R 21886 21888 18273 0 -1 4194304 1423 39967 0 2 6 53 10760 993 16 0 1 0 24288597 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21888/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 118.12
Current children cumulated vsize (KiB) 16868

[startup+308.201 s]
/proc/loadavg: 2.01 2.07 2.02 2/76 21913
/proc/meminfo: memFree=1965832/2055920 swapFree=4192812/4192956
[pid=21888] ppid=21886 vsize=16868 CPUtime=118.23
/proc/21888/stat : 21888 (sugar) D 21886 21888 18273 0 -1 4194304 1423 39967 0 2 6 64 10760 993 15 0 1 0 24288597 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21888/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 118.23
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 184.03
#  lost CPU user time (s): 84.93
#  lost CPU system time (s): 99.1

Real time (s): 308.256
CPU time (s): 302.295
CPU user time (s): 192.605
CPU system time (s): 109.69
CPU usage (%): 98.0663
Max. virtual memory (cumulated for all children) (KiB): 921676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.675
system time used= 10.5904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41449
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= 78387
involuntary context switches= 81127

runsolver used 0.424935 second user time and 1.14482 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 06:17:18
IDJOB=2081102
IDBENCH=57303
IDSOLVER=738
FILE ID=node54/2081102-1247372238
PBS_JOBID= 9507063
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-15.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081102-1247372238/watcher-2081102-1247372238 -o /tmp/evaluation-result-2081102-1247372238/solver-2081102-1247372238 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2081102-1247372238.xml

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

MD5SUM BENCH= e4d8056326b04b00114496ca953a2edb
RANDOM SEED=1059336679

node54.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.232
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.232
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:       1880120 kB
Buffers:         12512 kB
Cached:          92480 kB
SwapCached:          0 kB
Active:          80092 kB
Inactive:        49256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4216 kB
Writeback:           0 kB
Mapped:          35068 kB
Slab:            31772 kB
Committed_AS:   245800 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-12 06:22:27