Trace number 2071136

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) 316.962 321.948

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-13-a4.xml
MD5SUM96dbd6d1ed3c59f1530469160a845dc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2795
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2795
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sun Jul 12 00:53:19 2009
0.04/0.08	c 0	PID 19069
0.04/0.08	c 0	HOST node73.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2071136-1247352798.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071136-1247352798.xml' 'HOME/temp.csp'
0.07/0.75	c 0	1 domains, 13 variables, 2 predicates, 0 relations, 2795 constraints
0.07/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 0	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'
0.72/0.85	c 0	Parsing HOME/temp.csp
0.72/0.94	c 0	parsed 2811 expressions
0.72/0.95	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.95	c 0	Converting to clausal form CSP
0.94/1.08	c 1	converted 282 (10%) expressions
1.04/1.18	c 1	converted 563 (20%) expressions
1.13/1.28	c 1	converted 844 (30%) expressions
1.23/1.36	c 1	converted 1125 (40%) expressions
1.33/1.42	c 1	converted 1406 (50%) expressions
1.42/1.53	c 1	converted 1687 (60%) expressions
1.42/1.59	c 1	converted 1968 (70%) expressions
1.53/1.64	c 1	converted 2249 (80%) expressions
1.53/1.69	c 1	converted 2530 (90%) expressions
1.72/1.80	c 1	converted 2811 (100%) expressions
1.72/1.80	c 1	CSP : 4303 integers, 0 booleans, 11375 clauses, largest domain size 136
1.72/1.80	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.81	c 1	Propagation in CSP
2.21/2.36	c 2	44286 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.36	c 2	CSP : 4303 integers, 0 booleans, 11375 clauses, largest domain size 117
2.21/2.36	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.37	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.41	c 2	CSP : 4303 integers, 5434 booleans, 16809 clauses, largest domain size 117
2.31/2.41	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/2.48	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.40/2.57	c 2	431 (10%) CSP integer variables are encoded (48811 clauses, 710237 bytes)
2.51/2.64	c 2	861 (20%) CSP integer variables are encoded (98261 clauses, 1451987 bytes)
2.61/2.71	c 2	1291 (30%) CSP integer variables are encoded (147711 clauses, 2290898 bytes)
2.61/2.78	c 2	1722 (40%) CSP integer variables are encoded (197276 clauses, 3133503 bytes)
2.71/2.86	c 2	2152 (50%) CSP integer variables are encoded (246726 clauses, 3974153 bytes)
2.80/2.93	c 2	2582 (60%) CSP integer variables are encoded (296176 clauses, 4814803 bytes)
2.80/2.99	c 2	3013 (70%) CSP integer variables are encoded (345741 clauses, 5657408 bytes)
2.90/3.07	c 3	3443 (80%) CSP integer variables are encoded (395191 clauses, 6498058 bytes)
3.00/3.14	c 3	3873 (90%) CSP integer variables are encoded (444641 clauses, 7338708 bytes)
3.10/3.22	c 3	4303 (100%) CSP integer variables are encoded (494091 clauses, 8179358 bytes)
5.38/5.55	c 5	1681 (10%) CSP clauses are encoded (1457823 clauses, 30053975 bytes)
14.32/14.62	c 14	3362 (20%) CSP clauses are encoded (6196655 clauses, 119119457 bytes)
23.88/24.30	c 24	5043 (30%) CSP clauses are encoded (11207221 clauses, 215500848 bytes)
33.46/34.19	c 34	6724 (40%) CSP clauses are encoded (16213511 clauses, 316300323 bytes)
43.23/44.19	c 44	8405 (50%) CSP clauses are encoded (21224563 clauses, 418419563 bytes)
53.00/54.13	c 54	10086 (60%) CSP clauses are encoded (26233115 clauses, 520768697 bytes)
62.77/64.20	c 64	11767 (70%) CSP clauses are encoded (31244865 clauses, 625258453 bytes)
72.64/74.21	c 74	13448 (80%) CSP clauses are encoded (36255525 clauses, 729720537 bytes)
82.40/84.27	c 84	15129 (90%) CSP clauses are encoded (41263782 clauses, 834120322 bytes)
92.16/94.28	c 94	16809 (100%) CSP clauses are encoded (46273256 clauses, 938551386 bytes)
92.16/94.28	c 94	16809 CSP clauses encoded
92.16/94.28	c 94	Writing map file : HOME/temp.map
92.16/94.28	c 94	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
92.16/94.28	c 94	SAT : 503828 SAT variables, 46273256 SAT clauses, 938551386 bytes
92.16/94.28	c 94	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
92.24/94.34	c 94	SOLVING HOME/temp.cnf
92.24/94.34	c 94	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
316.54/320.92	c ERROR INTERRUPTED
316.65/321.04	s UNKNOWN
316.65/321.04	c 320	CPU 92.27 (0.06 0.01 84.06 8.14)
316.65/321.04	c 320	END Sun Jul 12 00:58:39 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-2071136-1247352798/watcher-2071136-1247352798 -o /tmp/evaluation-result-2071136-1247352798/solver-2071136-1247352798 -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-2071136-1247352798.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 19069
/proc/meminfo: memFree=1800688/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=12268 CPUtime=0
/proc/19069/stat : 19069 (sugar) R 19067 19069 18659 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22345193 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210723633765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19069/statm: 3067 316 241 3 0 167 0

[startup+0.052582 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 19069
/proc/meminfo: memFree=1800688/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=13600 CPUtime=0.04
/proc/19069/stat : 19069 (sugar) R 19067 19069 18659 0 -1 4194304 784 0 0 0 3 1 0 0 18 0 1 0 22345193 13926400 752 996147200 4194304 4206940 548682068608 18446744073709551615 210737261936 0 0 4224 0 0 0 0 17 1 0 0
/proc/19069/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10159 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 19069
/proc/meminfo: memFree=1800688/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.07
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301605 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 19069
/proc/meminfo: memFree=1800688/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.07
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701659 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 19069
/proc/meminfo: memFree=1800688/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.07
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 19091
/proc/meminfo: memFree=1790424/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.72
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1309 5414 0 1 6 1 61 4 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19082] ppid=19069 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19069 19069 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22345270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 233 193 169 0 50 0
[pid=19083] ppid=19082 vsize=868548 CPUtime=0.7
/proc/19083/stat : 19083 (java) S 19082 19069 18659 0 -1 0 6167 0 1 0 67 3 0 0 18 0 9 0 22345270 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19083/statm: 217137 5540 1855 9 0 211642 0
[pid=19083/tid=19084] ppid=19082 vsize=868548 CPUtime=0.43
/proc/19083/task/19084/stat : 19084 (java) R 19082 19069 18659 0 -1 64 2683 0 1 0 42 1 0 0 20 0 9 0 22345271 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19085] ppid=19082 vsize=868548 CPUtime=0.07
/proc/19083/task/19085/stat : 19085 (java) R 19082 19069 18659 0 -1 64 1298 0 0 0 7 0 0 0 16 0 9 0 22345272 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 102510459 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19086] ppid=19082 vsize=868548 CPUtime=0
/proc/19083/task/19086/stat : 19086 (java) S 19082 19069 18659 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22345273 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19087] ppid=19082 vsize=868548 CPUtime=0
/proc/19083/task/19087/stat : 19087 (java) S 19082 19069 18659 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22345273 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19088] ppid=19082 vsize=868548 CPUtime=0
/proc/19083/task/19088/stat : 19088 (java) S 19082 19069 18659 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22345275 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19089] ppid=19082 vsize=868548 CPUtime=0.18
/proc/19083/task/19089/stat : 19089 (java) S 19082 19069 18659 0 -1 64 1492 0 0 0 17 1 0 0 16 0 9 0 22345275 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19090] ppid=19082 vsize=868548 CPUtime=0
/proc/19083/task/19090/stat : 19090 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22345275 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19091] ppid=19082 vsize=868548 CPUtime=0
/proc/19083/task/19091/stat : 19091 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22345275 889393152 5540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890772

[startup+3.10194 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 19091
/proc/meminfo: memFree=1777560/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.72
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1310 5414 0 1 6 1 61 4 15 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19082] ppid=19069 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19069 19069 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22345270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 233 193 169 0 50 0
[pid=19083] ppid=19082 vsize=868712 CPUtime=2.28
/proc/19083/stat : 19083 (java) S 19082 19069 18659 0 -1 0 9131 0 1 0 217 11 0 0 18 0 9 0 22345270 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19083/statm: 217178 8011 2590 9 0 211655 0
[pid=19083/tid=19084] ppid=19082 vsize=868712 CPUtime=1.65
/proc/19083/task/19084/stat : 19084 (java) R 19082 19069 18659 0 -1 64 3044 0 1 0 159 6 0 0 25 0 9 0 22345271 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4126519427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19085] ppid=19082 vsize=868712 CPUtime=0.38
/proc/19083/task/19085/stat : 19085 (java) S 19082 19069 18659 0 -1 64 3869 0 0 0 35 3 0 0 16 0 9 0 22345272 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19086] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19086/stat : 19086 (java) S 19082 19069 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19087] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19087/stat : 19087 (java) S 19082 19069 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19088] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19088/stat : 19088 (java) S 19082 19069 18659 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22345275 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19089] ppid=19082 vsize=868712 CPUtime=0.22
/proc/19083/task/19089/stat : 19089 (java) S 19082 19069 18659 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 22345275 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19090] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19090/stat : 19090 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22345275 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19091] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19091/stat : 19091 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22345275 889561088 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890936

[startup+6.30232 s]
/proc/loadavg: 1.92 1.97 1.99 3/92 19091
/proc/meminfo: memFree=1746328/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.72
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1310 5414 0 1 6 1 61 4 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19082] ppid=19069 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19069 19069 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22345270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 233 193 169 0 50 0
[pid=19083] ppid=19082 vsize=868712 CPUtime=5.44
/proc/19083/stat : 19083 (java) S 19082 19069 18659 0 -1 0 10143 0 1 0 505 39 0 0 18 0 9 0 22345270 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19083/statm: 217178 8029 2590 9 0 211655 0
[pid=19083/tid=19084] ppid=19082 vsize=868712 CPUtime=4.5
/proc/19083/task/19084/stat : 19084 (java) R 19082 19069 18659 0 -1 64 4038 0 1 0 423 27 0 0 25 0 9 0 22345271 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19085] ppid=19082 vsize=868712 CPUtime=0.66
/proc/19083/task/19085/stat : 19085 (java) R 19082 19069 18659 0 -1 64 3869 0 0 0 57 9 0 0 15 0 9 0 22345272 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19086] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19086/stat : 19086 (java) S 19082 19069 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19087] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19087/stat : 19087 (java) S 19082 19069 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19088] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19088/stat : 19088 (java) S 19082 19069 18659 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22345275 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19089] ppid=19082 vsize=868712 CPUtime=0.24
/proc/19083/task/19089/stat : 19089 (java) S 19082 19069 18659 0 -1 64 1537 0 0 0 23 1 0 0 16 0 9 0 22345275 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19090] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19090/stat : 19090 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22345275 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19091] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19091/stat : 19091 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22345275 889561088 8029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890936

[startup+12.7012 s]
/proc/loadavg: 2.01 1.98 1.99 3/92 19091
/proc/meminfo: memFree=1682584/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.72
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1310 5414 0 1 6 1 61 4 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19082] ppid=19069 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19069 19069 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22345270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 233 193 169 0 50 0
[pid=19083] ppid=19082 vsize=868712 CPUtime=11.74
/proc/19083/stat : 19083 (java) S 19082 19069 18659 0 -1 0 12182 0 1 0 1077 97 0 0 18 0 9 0 22345270 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19083/statm: 217178 8030 2590 9 0 211655 0
[pid=19083/tid=19084] ppid=19082 vsize=868712 CPUtime=10.21
/proc/19083/task/19084/stat : 19084 (java) R 19082 19069 18659 0 -1 64 6076 0 1 0 951 70 0 0 25 0 9 0 22345271 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19085] ppid=19082 vsize=868712 CPUtime=1.25
/proc/19083/task/19085/stat : 19085 (java) S 19082 19069 18659 0 -1 64 3869 0 0 0 102 23 0 0 15 0 9 0 22345272 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19086] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19086/stat : 19086 (java) S 19082 19069 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19087] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19087/stat : 19087 (java) S 19082 19069 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19088] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19088/stat : 19088 (java) S 19082 19069 18659 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19089] ppid=19082 vsize=868712 CPUtime=0.24
/proc/19083/task/19089/stat : 19089 (java) S 19082 19069 18659 0 -1 64 1538 0 0 0 23 1 0 0 17 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19090] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19090/stat : 19090 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19091] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19091/stat : 19091 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890936

[startup+25.5026 s]
/proc/loadavg: 2.23 2.03 2.01 3/92 19091
/proc/meminfo: memFree=1551320/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=0.72
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1310 5414 0 1 6 1 61 4 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19082] ppid=19069 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19069 19069 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22345270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 233 193 169 0 50 0
[pid=19083] ppid=19082 vsize=868712 CPUtime=24.34
/proc/19083/stat : 19083 (java) S 19082 19069 18659 0 -1 0 16240 0 1 0 2228 206 0 0 18 0 9 0 22345270 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19083/statm: 217178 8030 2590 9 0 211655 0
[pid=19083/tid=19084] ppid=19082 vsize=868712 CPUtime=21.72
/proc/19083/task/19084/stat : 19084 (java) R 19082 19069 18659 0 -1 64 10134 0 1 0 2016 156 0 0 25 0 9 0 22345271 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4126521503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19085] ppid=19082 vsize=868712 CPUtime=2.33
/proc/19083/task/19085/stat : 19085 (java) S 19082 19069 18659 0 -1 64 3869 0 0 0 186 47 0 0 16 0 9 0 22345272 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19086] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19086/stat : 19086 (java) S 19082 19069 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19087] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19087/stat : 19087 (java) S 19082 19069 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19088] ppid=19082 vsize=868712 CPUtime=0

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

/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19082] ppid=19069 vsize=5356 CPUtime=0
/proc/19082/stat : 19082 (sh) S 19069 19069 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22345270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19082/statm: 1339 233 193 169 0 50 0
[pid=19083] ppid=19082 vsize=868712 CPUtime=49.36
/proc/19083/stat : 19083 (java) S 19082 19069 18659 0 -1 0 24290 0 1 0 4507 429 0 0 18 0 9 0 22345270 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19083/statm: 217178 8030 2590 9 0 211655 0
[pid=19083/tid=19084] ppid=19082 vsize=868712 CPUtime=44.65
/proc/19083/task/19084/stat : 19084 (java) R 19082 19069 18659 0 -1 64 18184 0 1 0 4132 333 0 0 25 0 9 0 22345271 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19085] ppid=19082 vsize=868712 CPUtime=4.43
/proc/19083/task/19085/stat : 19085 (java) S 19082 19069 18659 0 -1 64 3869 0 0 0 350 93 0 0 15 0 9 0 22345272 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19086] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19086/stat : 19086 (java) S 19082 19069 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19087] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19087/stat : 19087 (java) S 19082 19069 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22345273 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19088] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19088/stat : 19088 (java) S 19082 19069 18659 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19089] ppid=19082 vsize=868712 CPUtime=0.24
/proc/19083/task/19089/stat : 19089 (java) S 19082 19069 18659 0 -1 64 1538 0 0 0 23 1 0 0 17 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19090] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19090/stat : 19090 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19083/tid=19091] ppid=19082 vsize=868712 CPUtime=0
/proc/19083/task/19091/stat : 19091 (java) S 19082 19069 18659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22345275 889561088 8030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 890936

[startup+102.308 s]
/proc/loadavg: 2.78 2.24 2.08 3/84 19093
/proc/meminfo: memFree=800088/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.27
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1363 43569 0 2 6 1 8406 814 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19092] ppid=19069 vsize=5356 CPUtime=0
/proc/19092/stat : 19092 (sh) S 19069 19069 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19092/statm: 1339 232 193 169 0 50 0
[pid=19093] ppid=19092 vsize=61852 CPUtime=7.86
/proc/19093/stat : 19093 (picosat) R 19092 19069 18659 0 -1 4194304 14888 0 0 0 358 428 0 0 25 0 1 0 22354628 63336448 14874 996147200 134512640 134931368 4294956256 18446744073709551615 134514658 0 0 4096 0 0 0 0 17 1 0 0
/proc/19093/statm: 15463 14874 40 102 0 15358 0
Current children cumulated CPU time (s) 100.13
Current children cumulated vsize (KiB) 84076

[startup+162.302 s]
/proc/loadavg: 2.28 2.20 2.08 3/84 19093
/proc/meminfo: memFree=592920/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.27
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1363 43569 0 2 6 1 8406 814 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19092] ppid=19069 vsize=5356 CPUtime=0
/proc/19092/stat : 19092 (sh) S 19069 19069 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19092/statm: 1339 232 193 169 0 50 0
[pid=19093] ppid=19092 vsize=278956 CPUtime=67.29
/proc/19093/stat : 19093 (picosat) R 19092 19069 18659 0 -1 4194304 67260 0 0 0 3059 3670 0 0 25 0 1 0 22354628 285650944 67246 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19093/statm: 69739 67246 40 102 0 69634 0
Current children cumulated CPU time (s) 159.56
Current children cumulated vsize (KiB) 301180

[startup+222.303 s]
/proc/loadavg: 2.11 2.16 2.07 4/86 19134
/proc/meminfo: memFree=29192/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.27
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1363 43569 0 2 6 1 8406 814 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19092] ppid=19069 vsize=5356 CPUtime=0
/proc/19092/stat : 19092 (sh) S 19069 19069 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19092/statm: 1339 232 193 169 0 50 0
[pid=19093] ppid=19092 vsize=503664 CPUtime=126.65
/proc/19093/stat : 19093 (picosat) R 19092 19069 18659 0 -1 4194304 121176 0 0 0 5770 6895 0 0 25 0 1 0 22354628 515751936 121162 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19093/statm: 125916 121162 40 102 0 125811 0
Current children cumulated CPU time (s) 218.92
Current children cumulated vsize (KiB) 525888

[startup+282.303 s]
/proc/loadavg: 2.35 2.23 2.10 3/86 19134
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.27
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1363 43569 0 2 6 1 8406 814 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19092] ppid=19069 vsize=5356 CPUtime=0
/proc/19092/stat : 19092 (sh) S 19069 19069 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19092/statm: 1339 232 193 169 0 50 0
[pid=19093] ppid=19092 vsize=770368 CPUtime=186.1
/proc/19093/stat : 19093 (picosat) R 19092 19069 18659 0 -1 4194304 177690 0 0 0 8465 10145 0 0 25 0 1 0 22354628 788856832 177676 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19093/statm: 192592 177676 40 102 0 192487 0
Current children cumulated CPU time (s) 278.37
Current children cumulated vsize (KiB) 792592



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+320.902 s]
/proc/loadavg: 2.24 2.22 2.10 3/85 19135
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.27
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1363 43569 0 2 6 1 8406 814 16 0 1 0 22345193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19069/statm: 4217 1111 409 3 0 796 0
[pid=19092] ppid=19069 vsize=5356 CPUtime=0
/proc/19092/stat : 19092 (sh) S 19069 19069 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354627 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19092/statm: 1339 232 193 169 0 50 0
[pid=19093] ppid=19092 vsize=899728 CPUtime=224.27
/proc/19093/stat : 19093 (picosat) R 19092 19069 18659 0 -1 4194304 213996 0 0 0 10189 12238 0 0 25 0 1 0 22354628 921321472 213982 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19093/statm: 224932 213982 40 102 0 224827 0
Current children cumulated CPU time (s) 316.54
Current children cumulated vsize (KiB) 921952

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

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

[startup+321.021 s]
/proc/loadavg: 2.24 2.22 2.10 3/85 19135
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.27
/proc/19069/stat : 19069 (sugar) S 19067 19069 18659 0 -1 4194304 1392 43569 0 2 6 1 8406 814 16 0 1 0 22345193 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/19069/statm: 4217 1112 409 3 0 796 0
[pid=19092] ppid=19069 vsize=0 CPUtime=0
/proc/19092/stat : 19092 (sh) Z 19069 19069 18659 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22354627 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/19092/statm: 0 0 0 0 0 0 0
[pid=19093] ppid=1 vsize=0 CPUtime=224.38
/proc/19093/stat : 19093 (picosat) R 1 19069 18659 0 -1 4195332 213996 0 0 0 10189 12249 0 0 25 0 1 0 22354628 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/19093/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 316.65
Current children cumulated vsize (KiB) 16868

[startup+321.101 s]
/proc/loadavg: 2.24 2.22 2.10 3/85 19135
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.3
/proc/19069/stat : 19069 (sugar) R 19067 19069 18659 0 -1 4194304 1421 43846 0 2 6 4 8406 814 16 0 1 0 22345193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19069/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 92.3
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+321.501 s]
/proc/loadavg: 2.24 2.22 2.10 4/84 19136
/proc/meminfo: memFree=1170952/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.57
/proc/19069/stat : 19069 (sugar) D 19067 19069 18659 0 -1 4194304 1421 43846 0 2 6 31 8406 814 15 0 1 0 22345193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19069/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 92.57
Current children cumulated vsize (KiB) 16868

[startup+321.901 s]
/proc/loadavg: 2.24 2.22 2.10 4/84 19136
/proc/meminfo: memFree=1170952/2055920 swapFree=4192812/4192956
[pid=19069] ppid=19067 vsize=16868 CPUtime=92.59
/proc/19069/stat : 19069 (sugar) D 19067 19069 18659 0 -1 4194304 1421 43846 0 2 6 33 8406 814 15 0 1 0 22345193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19069/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 92.59
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): 224.35
#  lost CPU user time (s): 101.89
#  lost CPU system time (s): 122.46

Real time (s): 321.948
CPU time (s): 316.962
CPU user time (s): 186.019
CPU system time (s): 130.943
CPU usage (%): 98.4513
Max. virtual memory (cumulated for all children) (KiB): 921952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.1292
system time used= 8.48271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45326
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= 264789
involuntary context switches= 268048

runsolver used 0.421935 second user time and 1.13583 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 00:53:18
IDJOB=2071136
IDBENCH=55438
IDSOLVER=738
FILE ID=node73/2071136-1247352798
PBS_JOBID= 9506853
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-70-13-a4.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-2071136-1247352798/watcher-2071136-1247352798 -o /tmp/evaluation-result-2071136-1247352798/solver-2071136-1247352798 -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-2071136-1247352798.xml

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

MD5SUM BENCH= 96dbd6d1ed3c59f1530469160a845dc5
RANDOM SEED=122783615

node73.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.213
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.213
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:       1801168 kB
Buffers:         34880 kB
Cached:          93708 kB
SwapCached:          0 kB
Active:         154080 kB
Inactive:        47856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          91132 kB
Slab:            37904 kB
Committed_AS:   911740 kB
PageTables:       1908 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= 66440 MiB
End job on node73 at 2009-07-12 00:58:41