Trace number 2069156

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) 257.025 259.696

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-blast-tlan2.xml
MD5SUM9b20d494642ff2b0ed540c977857fea7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.6173
Satisfiable
(Un)Satisfiability was proved
Number of variables2221
Number of constraints3049
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3049
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:00:23 2009
0.00/0.07	c 0	PID 16180
0.06/0.08	c 0	HOST node74.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2069156-1247349622.xml TO HOME/temp.csp
0.06/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-2069156-1247349622.xml' 'HOME/temp.csp'
0.06/0.65	c 0	3 domains, 2221 variables, 7 predicates, 0 relations, 3049 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.62/0.74	c 0	Parsing HOME/temp.csp
0.62/0.92	c 1	parsed 5280 expressions
0.62/0.93	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.93	c 1	Converting to clausal form CSP
0.62/0.96	c 1	converted 528 (10%) expressions
0.62/0.97	c 1	converted 1056 (20%) expressions
0.62/0.98	c 1	converted 1584 (30%) expressions
0.62/0.98	c 1	converted 2112 (40%) expressions
0.93/1.06	c 1	converted 2640 (50%) expressions
1.03/1.16	c 1	converted 3168 (60%) expressions
1.03/1.19	c 1	converted 3696 (70%) expressions
1.13/1.21	c 1	converted 4224 (80%) expressions
1.23/1.37	c 1	converted 4752 (90%) expressions
1.52/1.64	c 1	converted 5280 (100%) expressions
1.52/1.64	c 1	CSP : 3877 integers, 0 booleans, 5629 clauses, largest domain size 733
1.52/1.64	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.64	c 1	Propagation in CSP
1.62/1.73	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.73	c 1	CSP : 3877 integers, 0 booleans, 5629 clauses, largest domain size 733
1.62/1.73	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.74	c 1	Simplifing CSP by introducing new Boolean variables
1.62/1.74	c 1	CSP : 3877 integers, 0 booleans, 5629 clauses, largest domain size 733
1.62/1.74	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.79	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.80	c 1	388 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.80	c 1	776 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.81	c 1	1164 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.81	c 1	1551 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.81	c 1	1939 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.73/1.85	c 1	2327 (60%) CSP integer variables are encoded (30240 clauses, 437435 bytes)
1.92/2.00	c 2	2714 (70%) CSP integer variables are encoded (151377 clauses, 2361595 bytes)
2.12/2.22	c 2	3102 (80%) CSP integer variables are encoded (317833 clauses, 5191347 bytes)
2.31/2.43	c 2	3490 (90%) CSP integer variables are encoded (481359 clauses, 7971289 bytes)
2.52/2.62	c 2	3877 (100%) CSP integer variables are encoded (638372 clauses, 10640510 bytes)
2.52/2.64	c 2	563 (10%) CSP clauses are encoded (638935 clauses, 10647719 bytes)
2.52/2.66	c 2	1126 (20%) CSP clauses are encoded (639498 clauses, 10655038 bytes)
2.52/2.67	c 2	1689 (30%) CSP clauses are encoded (640061 clauses, 10664743 bytes)
7.97/8.15	c 8	2252 (40%) CSP clauses are encoded (3831945 clauses, 73312683 bytes)
13.40/13.61	c 13	2815 (50%) CSP clauses are encoded (6904079 clauses, 139785175 bytes)
21.57/21.96	c 22	3378 (60%) CSP clauses are encoded (11448461 clauses, 244272524 bytes)
30.22/30.73	c 30	3941 (70%) CSP clauses are encoded (16207890 clauses, 353735559 bytes)
38.61/39.45	c 39	4504 (80%) CSP clauses are encoded (20854155 clauses, 460573515 bytes)
47.12/48.48	c 48	5067 (90%) CSP clauses are encoded (25398409 clauses, 565071936 bytes)
55.12/56.69	c 56	5629 (100%) CSP clauses are encoded (29829455 clauses, 666961677 bytes)
55.12/56.69	c 56	5629 CSP clauses encoded
55.12/56.69	c 56	Writing map file : HOME/temp.map
55.21/56.71	c 56	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.21/56.71	c 56	SAT : 641889 SAT variables, 29829455 SAT clauses, 666961677 bytes
55.21/56.71	c 56	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.21/56.76	c 56	SOLVING HOME/temp.cnf
55.21/56.76	c 56	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
256.61/259.22	c ERROR INTERRUPTED
256.72/259.34	s UNKNOWN
256.72/259.34	c 259	CPU 55.25 (0.06 0.01 49.75 5.43)
256.72/259.34	c 259	END Sun Jul 12 00:04:42 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-2069156-1247349622/watcher-2069156-1247349622 -o /tmp/evaluation-result-2069156-1247349622/solver-2069156-1247349622 -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-2069156-1247349622.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.20 2.25 2.13 4/83 16180
/proc/meminfo: memFree=1485904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=18576 CPUtime=0
/proc/16180/stat : 16180 (runsolver) R 16178 16180 14477 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22028047 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16180/statm: 4644 284 249 26 0 2626 0

[startup+0.0823449 s]
/proc/loadavg: 2.20 2.25 2.13 4/83 16180
/proc/meminfo: memFree=1485904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16740 CPUtime=0.06
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22028047 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101355 s]
/proc/loadavg: 2.20 2.25 2.13 4/83 16180
/proc/meminfo: memFree=1485904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.06
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301375 s]
/proc/loadavg: 2.20 2.25 2.13 4/83 16180
/proc/meminfo: memFree=1485904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.06
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701425 s]
/proc/loadavg: 2.20 2.25 2.13 4/83 16180
/proc/meminfo: memFree=1485904/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1292 7095 0 1 5 1 51 5 16 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 2.20 2.25 2.13 4/94 16202
/proc/meminfo: memFree=1473640/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1309 7095 0 1 5 1 51 5 16 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
[pid=16193] ppid=16180 vsize=5356 CPUtime=0
/proc/16193/stat : 16193 (sh) S 16180 16180 14477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16193/statm: 1339 233 193 169 0 50 0
[pid=16194] ppid=16193 vsize=868600 CPUtime=0.81
/proc/16194/stat : 16194 (java) S 16193 16180 14477 0 -1 0 7398 0 1 0 77 4 0 0 20 0 9 0 22028115 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16194/statm: 217150 6628 2566 9 0 211655 0
[pid=16194/tid=16195] ppid=16193 vsize=868600 CPUtime=0.5
/proc/16194/task/16195/stat : 16195 (java) R 16193 16180 14477 0 -1 64 2688 0 1 0 49 1 0 0 25 0 9 0 22028116 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4126640363 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16196] ppid=16193 vsize=868600 CPUtime=0.1
/proc/16194/task/16196/stat : 16196 (java) S 16193 16180 14477 0 -1 64 2521 0 0 0 9 1 0 0 16 0 9 0 22028117 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16197] ppid=16193 vsize=868600 CPUtime=0
/proc/16194/task/16197/stat : 16197 (java) S 16193 16180 14477 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028117 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16198] ppid=16193 vsize=868600 CPUtime=0
/proc/16194/task/16198/stat : 16198 (java) S 16193 16180 14477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028117 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16199] ppid=16193 vsize=868600 CPUtime=0
/proc/16194/task/16199/stat : 16199 (java) S 16193 16180 14477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22028119 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16200] ppid=16193 vsize=868600 CPUtime=0.18
/proc/16194/task/16200/stat : 16200 (java) S 16193 16180 14477 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 22028119 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16201] ppid=16193 vsize=868600 CPUtime=0
/proc/16194/task/16201/stat : 16201 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22028119 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16202] ppid=16193 vsize=868600 CPUtime=0
/proc/16194/task/16202/stat : 16202 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028119 889446400 6628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890824

[startup+3.10285 s]
/proc/loadavg: 2.20 2.25 2.13 3/94 16202
/proc/meminfo: memFree=1460584/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1310 7095 0 1 5 1 51 5 15 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
[pid=16193] ppid=16180 vsize=5356 CPUtime=0
/proc/16193/stat : 16193 (sh) S 16180 16180 14477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16193/statm: 1339 233 193 169 0 50 0
[pid=16194] ppid=16193 vsize=868712 CPUtime=2.39
/proc/16194/stat : 16194 (java) S 16193 16180 14477 0 -1 0 8285 0 1 0 222 17 0 0 20 0 9 0 22028115 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16194/statm: 217178 7052 2590 9 0 211655 0
[pid=16194/tid=16195] ppid=16193 vsize=868712 CPUtime=1.87
/proc/16194/task/16195/stat : 16195 (java) R 16193 16180 14477 0 -1 64 3192 0 1 0 175 12 0 0 25 0 9 0 22028116 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16196] ppid=16193 vsize=868712 CPUtime=0.28
/proc/16194/task/16196/stat : 16196 (java) S 16193 16180 14477 0 -1 64 2873 0 0 0 25 3 0 0 15 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16197] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16197/stat : 16197 (java) S 16193 16180 14477 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16198] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16198/stat : 16198 (java) S 16193 16180 14477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16199] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16199/stat : 16199 (java) S 16193 16180 14477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16200] ppid=16193 vsize=868712 CPUtime=0.22
/proc/16194/task/16200/stat : 16200 (java) S 16193 16180 14477 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16201] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16201/stat : 16201 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16202] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16202/stat : 16202 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890936

[startup+6.30206 s]
/proc/loadavg: 2.18 2.25 2.13 3/94 16202
/proc/meminfo: memFree=1421928/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1310 7095 0 1 5 1 51 5 15 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
[pid=16193] ppid=16180 vsize=5356 CPUtime=0
/proc/16193/stat : 16193 (sh) S 16180 16180 14477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16193/statm: 1339 233 193 169 0 50 0
[pid=16194] ppid=16193 vsize=868712 CPUtime=5.58
/proc/16194/stat : 16194 (java) S 16193 16180 14477 0 -1 0 9347 0 1 0 513 45 0 0 20 0 9 0 22028115 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16194/statm: 217178 7052 2590 9 0 211655 0
[pid=16194/tid=16195] ppid=16193 vsize=868712 CPUtime=4.78
/proc/16194/task/16195/stat : 16195 (java) R 16193 16180 14477 0 -1 64 4254 0 1 0 445 33 0 0 25 0 9 0 22028116 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4127018396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16196] ppid=16193 vsize=868712 CPUtime=0.55
/proc/16194/task/16196/stat : 16196 (java) S 16193 16180 14477 0 -1 64 2873 0 0 0 45 10 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16197] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16197/stat : 16197 (java) S 16193 16180 14477 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16198] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16198/stat : 16198 (java) S 16193 16180 14477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16199] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16199/stat : 16199 (java) S 16193 16180 14477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16200] ppid=16193 vsize=868712 CPUtime=0.22
/proc/16194/task/16200/stat : 16200 (java) S 16193 16180 14477 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16201] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16201/stat : 16201 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16202] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16202/stat : 16202 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890936

[startup+12.7018 s]
/proc/loadavg: 2.25 2.26 2.13 3/94 16202
/proc/meminfo: memFree=1343272/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1310 7095 0 1 5 1 51 5 16 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
[pid=16193] ppid=16180 vsize=5356 CPUtime=0
/proc/16193/stat : 16193 (sh) S 16180 16180 14477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16193/statm: 1339 233 193 169 0 50 0
[pid=16194] ppid=16193 vsize=868712 CPUtime=11.88
/proc/16194/stat : 16194 (java) S 16193 16180 14477 0 -1 0 11438 0 1 0 1079 109 0 0 20 0 9 0 22028115 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16194/statm: 217178 7052 2590 9 0 211655 0
[pid=16194/tid=16195] ppid=16193 vsize=868712 CPUtime=10.57
/proc/16194/task/16195/stat : 16195 (java) R 16193 16180 14477 0 -1 64 6345 0 1 0 973 84 0 0 25 0 9 0 22028116 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16196] ppid=16193 vsize=868712 CPUtime=1.07
/proc/16194/task/16196/stat : 16196 (java) S 16193 16180 14477 0 -1 64 2873 0 0 0 84 23 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16197] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16197/stat : 16197 (java) S 16193 16180 14477 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16198] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16198/stat : 16198 (java) S 16193 16180 14477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16199] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16199/stat : 16199 (java) S 16193 16180 14477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16200] ppid=16193 vsize=868712 CPUtime=0.22
/proc/16194/task/16200/stat : 16200 (java) S 16193 16180 14477 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16201] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16201/stat : 16201 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16202] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16202/stat : 16202 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890936

[startup+25.5023 s]
/proc/loadavg: 2.41 2.30 2.14 3/94 16202
/proc/meminfo: memFree=1178920/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1310 7095 0 1 5 1 51 5 16 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
[pid=16193] ppid=16180 vsize=5356 CPUtime=0
/proc/16193/stat : 16193 (sh) S 16180 16180 14477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16193/statm: 1339 233 193 169 0 50 0
[pid=16194] ppid=16193 vsize=868712 CPUtime=24.5
/proc/16194/stat : 16194 (java) S 16193 16180 14477 0 -1 0 15559 0 1 0 2212 238 0 0 20 0 9 0 22028115 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16194/statm: 217178 7052 2590 9 0 211655 0
[pid=16194/tid=16195] ppid=16193 vsize=868712 CPUtime=22.12
/proc/16194/task/16195/stat : 16195 (java) R 16193 16180 14477 0 -1 64 10466 0 1 0 2026 186 0 0 25 0 9 0 22028116 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4126552320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16196] ppid=16193 vsize=868712 CPUtime=2.12
/proc/16194/task/16196/stat : 16196 (java) S 16193 16180 14477 0 -1 64 2873 0 0 0 163 49 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16197] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16197/stat : 16197 (java) S 16193 16180 14477 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16198] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16198/stat : 16198 (java) S 16193 16180 14477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16199] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16199/stat : 16199 (java) S 16193 16180 14477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16200] ppid=16193 vsize=868712 CPUtime=0.22
/proc/16194/task/16200/stat : 16200 (java) S 16193 16180 14477 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16201] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16201/stat : 16201 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16202] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16202/stat : 16202 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890936

[startup+51.1022 s]
/proc/loadavg: 2.84 2.40 2.18 4/94 16208
/proc/meminfo: memFree=872552/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=0.62
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1310 7095 0 1 5 1 51 5 16 0 1 0 22028047 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1111 409 3 0 796 0
[pid=16193] ppid=16180 vsize=5356 CPUtime=0
/proc/16193/stat : 16193 (sh) S 16180 16180 14477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16193/statm: 1339 233 193 169 0 50 0
[pid=16194] ppid=16193 vsize=868712 CPUtime=49.16
/proc/16194/stat : 16194 (java) S 16193 16180 14477 0 -1 0 23503 0 1 0 4431 485 0 0 20 0 9 0 22028115 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16194/statm: 217178 7052 2590 9 0 211655 0
[pid=16194/tid=16195] ppid=16193 vsize=868712 CPUtime=44.74
/proc/16194/task/16195/stat : 16195 (java) R 16193 16180 14477 0 -1 64 18410 0 1 0 4092 382 0 0 25 0 9 0 22028116 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 102094004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16196] ppid=16193 vsize=868712 CPUtime=4.17
/proc/16194/task/16196/stat : 16196 (java) S 16193 16180 14477 0 -1 64 2873 0 0 0 316 101 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16197] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16197/stat : 16197 (java) S 16193 16180 14477 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16198] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16198/stat : 16198 (java) S 16193 16180 14477 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028117 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16199] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16199/stat : 16199 (java) S 16193 16180 14477 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16200] ppid=16193 vsize=868712 CPUtime=0.22
/proc/16194/task/16200/stat : 16200 (java) S 16193 16180 14477 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16201] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16201/stat : 16201 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16194/tid=16202] ppid=16193 vsize=868712 CPUtime=0
/proc/16194/task/16202/stat : 16202 (java) S 16193 16180 14477 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028119 889561088 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 890936

[startup+102.306 s]
/proc/loadavg: 2.53 2.40 2.19 3/86 16210
/proc/meminfo: memFree=597480/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.25
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1365 32679 0 2 6 1 4975 543 16 0 1 0 22028047 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1113 409 3 0 796 0
[pid=16209] ppid=16180 vsize=5356 CPUtime=0
/proc/16209/stat : 16209 (sh) S 16180 16180 14477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22033724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16209/statm: 1339 232 193 169 0 50 0
[pid=16210] ppid=16209 vsize=258684 CPUtime=45.29
/proc/16210/stat : 16210 (picosat) R 16209 16180 14477 0 -1 4194304 54675 0 0 0 2034 2495 0 0 25 0 1 0 22033725 264892416 54661 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16210/statm: 64671 54661 40 102 0 64566 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 280908

[startup+162.301 s]
/proc/loadavg: 2.56 2.43 2.21 3/86 16210
/proc/meminfo: memFree=366120/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.25
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1365 32679 0 2 6 1 4975 543 16 0 1 0 22028047 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1113 409 3 0 796 0
[pid=16209] ppid=16180 vsize=5356 CPUtime=0
/proc/16209/stat : 16209 (sh) S 16180 16180 14477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22033724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16209/statm: 1339 232 193 169 0 50 0
[pid=16210] ppid=16209 vsize=498560 CPUtime=104.97
/proc/16210/stat : 16210 (picosat) R 16209 16180 14477 0 -1 4194304 112919 0 0 0 4719 5778 0 0 25 0 1 0 22033725 510525440 112905 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16210/statm: 124640 112905 40 102 0 124535 0
Current children cumulated CPU time (s) 160.22
Current children cumulated vsize (KiB) 520784

[startup+222.302 s]
/proc/loadavg: 2.66 2.46 2.23 4/86 16210
/proc/meminfo: memFree=129576/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.25
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1365 32679 0 2 6 1 4975 543 16 0 1 0 22028047 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1113 409 3 0 796 0
[pid=16209] ppid=16180 vsize=5356 CPUtime=0
/proc/16209/stat : 16209 (sh) S 16180 16180 14477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22033724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16209/statm: 1339 232 193 169 0 50 0
[pid=16210] ppid=16209 vsize=772128 CPUtime=164.67
/proc/16210/stat : 16210 (picosat) R 16209 16180 14477 0 -1 4194304 171400 0 0 0 7388 9079 0 0 25 0 1 0 22033725 790659072 171386 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16210/statm: 193032 171386 40 102 0 192927 0
Current children cumulated CPU time (s) 219.92
Current children cumulated vsize (KiB) 794352



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+259.202 s]
/proc/loadavg: 2.50 2.44 2.23 3/86 16210
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.25
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1365 32679 0 2 6 1 4975 543 16 0 1 0 22028047 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1113 409 3 0 796 0
[pid=16209] ppid=16180 vsize=5356 CPUtime=0
/proc/16209/stat : 16209 (sh) S 16180 16180 14477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22033724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16209/statm: 1339 232 193 169 0 50 0
[pid=16210] ppid=16209 vsize=899508 CPUtime=201.36
/proc/16210/stat : 16210 (picosat) R 16209 16180 14477 0 -1 4194304 207229 0 0 0 9043 11093 0 0 25 0 1 0 22033725 921096192 207215 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16210/statm: 224877 207215 40 102 0 224772 0
Current children cumulated CPU time (s) 256.61
Current children cumulated vsize (KiB) 921732

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

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

[startup+259.319 s]
/proc/loadavg: 2.50 2.44 2.23 3/86 16210
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.25
/proc/16180/stat : 16180 (sugar) S 16178 16180 14477 0 -1 4194304 1394 32679 0 2 6 1 4975 543 16 0 1 0 22028047 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16180/statm: 4217 1113 409 3 0 796 0
[pid=16209] ppid=16180 vsize=0 CPUtime=0
/proc/16209/stat : 16209 (sh) Z 16180 16180 14477 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22033724 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/16209/statm: 0 0 0 0 0 0 0
[pid=16210] ppid=1 vsize=0 CPUtime=201.47
/proc/16210/stat : 16210 (picosat) R 1 16180 14477 0 -1 4195332 207229 0 0 0 9043 11104 0 0 25 0 1 0 22033725 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 256.72
Current children cumulated vsize (KiB) 16868

[startup+259.402 s]
/proc/loadavg: 2.50 2.44 2.23 3/86 16210
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.31
/proc/16180/stat : 16180 (sugar) R 16178 16180 14477 0 -1 4194304 1423 32956 0 2 6 7 4975 543 16 0 1 0 22028047 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16180/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.31
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+259.402 s]
/proc/loadavg: 2.50 2.44 2.23 3/86 16210
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.31
/proc/16180/stat : 16180 (sugar) R 16178 16180 14477 0 -1 4194304 1423 32956 0 2 6 7 4975 543 16 0 1 0 22028047 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16180/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.31
Current children cumulated vsize (KiB) 16868

[startup+259.606 s]
/proc/loadavg: 2.50 2.44 2.23 3/85 16211
/proc/meminfo: memFree=1184872/2055920 swapFree=4192812/4192956
[pid=16180] ppid=16178 vsize=16868 CPUtime=55.51
/proc/16180/stat : 16180 (sugar) R 16178 16180 14477 0 -1 4194304 1423 32956 0 2 6 27 4975 543 17 0 1 0 22028047 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16180/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.51
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): 201.41
#  lost CPU user time (s): 90.43
#  lost CPU system time (s): 110.98

Real time (s): 259.696
CPU time (s): 257.025
CPU user time (s): 140.242
CPU system time (s): 116.782
CPU usage (%): 98.9714
Max. virtual memory (cumulated for all children) (KiB): 921732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.8124
system time used= 5.80212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34438
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= 159973
involuntary context switches= 160683

runsolver used 0.330949 second user time and 0.84987 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 00:00:23
IDJOB=2069156
IDBENCH=54995
IDSOLVER=738
FILE ID=node74/2069156-1247349622
PBS_JOBID= 9506773
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-blast-tlan2.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-2069156-1247349622/watcher-2069156-1247349622 -o /tmp/evaluation-result-2069156-1247349622/solver-2069156-1247349622 -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-2069156-1247349622.xml

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

MD5SUM BENCH= 9b20d494642ff2b0ed540c977857fea7
RANDOM SEED=1749976348

node74.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.234
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.234
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:       1486320 kB
Buffers:          6356 kB
Cached:          54232 kB
SwapCached:          0 kB
Active:         502640 kB
Inactive:        20460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:         482948 kB
Slab:            30556 kB
Committed_AS:   640452 kB
PageTables:       2772 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= 103080 MiB
End job on node74 at 2009-07-12 00:04:44