Trace number 2067958

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+minisat? (MO) 388.716 407.691

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air03.xml
MD5SUM97db8ddfa1e7c994eddc87d16cd8b4a9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.7823
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:51:17 2009
0.00/0.08	c 0	PID 14006
0.06/0.08	c 0	HOST node20.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2067958-1247345476.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-2067958-1247345476.xml' 'HOME/temp.csp'
2.54/2.67	c 3	1 domains, 10757 variables, 212 predicates, 0 relations, 248 constraints
2.60/2.70	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.60/2.70	c 3	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'
2.60/2.78	c 3	Parsing HOME/temp.csp
2.61/2.93	c 3	parsed 10000 expressions
22.03/22.46	c 22	parsed 11218 expressions
22.03/22.47	c 22	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.03/22.47	c 22	Converting to clausal form CSP
22.13/22.50	c 23	converted 1122 (10%) expressions
22.13/22.52	c 23	converted 2244 (20%) expressions
22.13/22.52	c 23	converted 3366 (30%) expressions
22.13/22.52	c 23	converted 4488 (40%) expressions
22.13/22.52	c 23	converted 5609 (50%) expressions
22.13/22.52	c 23	converted 6731 (60%) expressions
22.13/22.52	c 23	converted 7853 (70%) expressions
22.13/22.53	c 23	converted 8975 (80%) expressions
22.13/22.53	c 23	converted 10097 (90%) expressions
32.11/32.68	c 33	converted 11218 (100%) expressions
32.11/32.69	c 33	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
32.11/32.69	c 33	Heap : 139 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.11/32.69	c 33	Propagation in CSP
34.88/35.49	c 36	498916 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.88/35.50	c 36	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
34.98/35.50	c 36	Heap : 135 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.98/35.54	c 36	Simplifing CSP by introducing new Boolean variables
34.98/35.58	c 36	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
34.98/35.58	c 36	Heap : 141 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.49/36.06	c 36	Encoding CSP to SAT : HOME/temp.cnf
35.58/36.11	c 36	5828 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
35.58/36.12	c 36	11655 (20%) CSP integer variables are encoded (5340 clauses, 80164 bytes)
35.58/36.19	c 36	17483 (30%) CSP integer variables are encoded (55494 clauses, 832474 bytes)
35.68/36.29	c 36	23310 (40%) CSP integer variables are encoded (122916 clauses, 1929331 bytes)
35.78/36.39	c 36	29138 (50%) CSP integer variables are encoded (195681 clauses, 3166336 bytes)
35.88/36.47	c 36	34965 (60%) CSP integer variables are encoded (258754 clauses, 4238577 bytes)
35.98/36.58	c 37	40793 (70%) CSP integer variables are encoded (338471 clauses, 5593766 bytes)
36.18/36.70	c 37	46620 (80%) CSP integer variables are encoded (426405 clauses, 7088644 bytes)
36.18/36.79	c 37	52448 (90%) CSP integer variables are encoded (494796 clauses, 8251291 bytes)
36.38/36.92	c 37	58275 (100%) CSP integer variables are encoded (589555 clauses, 9862194 bytes)
60.01/60.81	c 61	9529 (10%) CSP clauses are encoded (2307818 clauses, 54254493 bytes)
66.21/67.17	c 67	19057 (20%) CSP clauses are encoded (4309678 clauses, 98568605 bytes)
109.47/111.07	c 111	28586 (30%) CSP clauses are encoded (8735920 clauses, 219094494 bytes)
149.68/151.79	c 152	38114 (40%) CSP clauses are encoded (12988099 clauses, 333646595 bytes)
157.09/159.32	c 159	47642 (50%) CSP clauses are encoded (16193339 clauses, 411750974 bytes)
179.18/181.67	c 182	57171 (60%) CSP clauses are encoded (21678668 clauses, 550995778 bytes)
250.78/254.26	c 254	66699 (70%) CSP clauses are encoded (30519200 clauses, 787645826 bytes)
282.98/287.07	c 287	76228 (80%) CSP clauses are encoded (36834977 clauses, 948619532 bytes)
298.49/303.13	c 303	85756 (90%) CSP clauses are encoded (43366303 clauses, 1108628710 bytes)
376.07/382.46	c 382	95284 (100%) CSP clauses are encoded (57679045 clauses, 1476930397 bytes)
376.07/382.46	c 382	95284 CSP clauses encoded
376.07/382.47	c 382	Writing map file : HOME/temp.map
376.13/382.56	c 383	Heap : 70 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
376.13/382.56	c 383	SAT : 647830 SAT variables, 57679045 SAT clauses, 1476930397 bytes
376.13/382.56	c 383	Heap : 70 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
376.18/382.64	c 383	SOLVING HOME/temp.cnf
376.18/382.64	c 383	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
376.23/382.79	c 383	This is MiniSat 2.0 beta
376.23/382.79	c 383	WARNING: for repeatability, setting FPU to use double precision
376.23/382.80	c 383	============================[ Problem Statistics ]=============================
376.23/382.80	c 383	|                                                                             |
376.23/382.82	c 383	|  Number of variables:  647830                                               |
376.23/382.83	c 383	|  Number of clauses:    57679045                                             |
388.11/406.43	c ERROR INTERRUPTED
388.19/406.59	s UNKNOWN
388.19/406.59	c 407	CPU 376.23 (0.06 0.01 366.43 9.73)
388.19/406.59	c 407	END Sat Jul 11 22:58:04 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-2067958-1247345476/watcher-2067958-1247345476 -o /tmp/evaluation-result-2067958-1247345476/solver-2067958-1247345476 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2067958-1247345476.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.00 2.00 2.00 4/84 14006
/proc/meminfo: memFree=402792/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=12000 CPUtime=0
/proc/14006/stat : 14006 (sugar) R 14004 14006 13133 0 -1 4194304 197 0 0 0 0 0 0 0 20 0 1 0 21614282 12288000 165 996147200 4194304 4206940 548682068608 18446744073709551615 273952176832 0 0 4224 0 0 0 0 17 1 0 0
/proc/14006/statm: 3000 165 127 3 0 100 0

[startup+0.082952 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14006
/proc/meminfo: memFree=402792/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16740 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21614282 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102551 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14006
/proc/meminfo: memFree=402792/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301575 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14006
/proc/meminfo: memFree=402792/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70162 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14006
/proc/meminfo: memFree=402792/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14018
/proc/meminfo: memFree=369296/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14009] ppid=14006 vsize=5356 CPUtime=0
/proc/14009/stat : 14009 (sh) S 14006 14006 13133 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 21614290 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14009/statm: 1339 233 193 169 0 50 0
[pid=14010] ppid=14009 vsize=864904 CPUtime=1.39
/proc/14010/stat : 14010 (java) S 14009 14006 13133 0 -1 0 11410 0 1 0 130 9 0 0 18 0 9 0 21614291 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14010/statm: 216226 10360 2556 9 0 210738 0
[pid=14010/tid=14011] ppid=14009 vsize=864904 CPUtime=0.97
/proc/14010/task/14011/stat : 14011 (java) R 14009 14006 13133 0 -1 64 2947 0 1 0 94 3 0 0 25 0 9 0 21614292 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14012] ppid=14009 vsize=864904 CPUtime=0.22
/proc/14010/task/14012/stat : 14012 (java) R 14009 14006 13133 0 -1 64 7222 0 0 0 19 3 0 0 16 0 9 0 21614293 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 102381629 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14013] ppid=14009 vsize=864904 CPUtime=0
/proc/14010/task/14013/stat : 14013 (java) S 14009 14006 13133 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21614293 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14014] ppid=14009 vsize=864904 CPUtime=0
/proc/14010/task/14014/stat : 14014 (java) S 14009 14006 13133 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21614293 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14015] ppid=14009 vsize=864904 CPUtime=0
/proc/14010/task/14015/stat : 14015 (java) S 14009 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21614296 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14016] ppid=14009 vsize=864904 CPUtime=0.16
/proc/14010/task/14016/stat : 14016 (java) S 14009 14006 13133 0 -1 64 536 0 0 0 16 0 0 0 16 0 9 0 21614296 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14017] ppid=14009 vsize=864904 CPUtime=0
/proc/14010/task/14017/stat : 14017 (java) S 14009 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21614296 885661696 10360 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14018] ppid=14009 vsize=864904 CPUtime=0
/proc/14010/task/14018/stat : 14018 (java) R 14009 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21614296 885661696 10360 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) 887128

[startup+3.10397 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 14018
/proc/meminfo: memFree=361616/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.61
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1309 14126 0 1 5 1 242 13 15 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 16868

[startup+6.30228 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 14028
/proc/meminfo: memFree=362640/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.61
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1309 14126 0 1 5 1 242 13 15 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 13133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614553 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=862284 CPUtime=3.52
/proc/14020/stat : 14020 (java) S 14019 14006 13133 0 -1 0 12924 0 1 0 341 11 0 0 18 0 9 0 21614553 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 215571 11613 2158 9 0 210484 0
[pid=14020/tid=14021] ppid=14019 vsize=862284 CPUtime=1.98
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 13133 0 -1 64 2320 0 1 0 195 3 0 0 25 0 9 0 21614554 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 103823634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=862284 CPUtime=1.47
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 13133 0 -1 64 9595 0 0 0 141 6 0 0 16 0 9 0 21614555 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 13133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21614555 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 13133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21614555 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614557 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=862284 CPUtime=0.04
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 13133 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 21614557 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21614557 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21614558 882978816 11613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 884508

[startup+12.702 s]
/proc/loadavg: 2.15 2.03 2.01 3/95 14028
/proc/meminfo: memFree=331600/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.61
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1309 14126 0 1 5 1 242 13 15 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 13133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614553 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=862284 CPUtime=9.84
/proc/14020/stat : 14020 (java) S 14019 14006 13133 0 -1 0 39624 0 1 0 955 29 0 0 18 0 9 0 21614553 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 215571 17706 2159 9 0 210484 0
[pid=14020/tid=14021] ppid=14019 vsize=862284 CPUtime=5.14
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 13133 0 -1 64 2599 0 1 0 510 4 0 0 25 0 9 0 21614554 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4126427296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=862284 CPUtime=4.63
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 13133 0 -1 64 36016 0 0 0 440 23 0 0 16 0 9 0 21614555 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 13133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21614555 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 13133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21614555 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614557 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=862284 CPUtime=0.04
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 13133 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 21614557 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21614557 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=862284 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21614558 882978816 17706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 884508

[startup+25.5025 s]
/proc/loadavg: 2.28 2.06 2.02 3/95 14028
/proc/meminfo: memFree=284112/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.61
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1309 14126 0 1 5 1 242 13 16 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 13133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614553 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868560 CPUtime=22.49
/proc/14020/stat : 14020 (java) S 14019 14006 13133 0 -1 0 77860 0 1 0 2195 54 0 0 18 0 9 0 21614553 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217140 30403 2570 9 0 211645 0
[pid=14020/tid=14021] ppid=14019 vsize=868560 CPUtime=12.57
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 13133 0 -1 64 3494 0 1 0 1251 6 0 0 25 0 9 0 21614554 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4126558317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=868560 CPUtime=9.68
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 13133 0 -1 64 72126 0 0 0 923 45 0 0 16 0 9 0 21614555 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=868560 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 13133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21614555 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=868560 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 13133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21614555 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=868560 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614557 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=868560 CPUtime=0.2
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 13133 0 -1 64 1538 0 0 0 20 0 0 0 16 0 9 0 21614557 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=868560 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21614557 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=868560 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21614558 889405440 30403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 890784

[startup+51.1025 s]
/proc/loadavg: 2.24 2.07 2.02 3/95 14028
/proc/meminfo: memFree=204752/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.62
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1310 14126 0 1 6 1 242 13 16 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 13133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614553 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868672 CPUtime=47.8
/proc/14020/stat : 14020 (java) S 14019 14006 13133 0 -1 0 91406 0 1 0 4700 80 0 0 18 0 9 0 21614553 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217168 42771 2591 9 0 211645 0

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

[startup+282.302 s]
/proc/loadavg: 2.13 2.10 2.03 3/95 14028
/proc/meminfo: memFree=15120/2055920 swapFree=4192952/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.62
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1310 14126 0 1 6 1 242 13 16 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 13133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614553 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868672 CPUtime=275.78
/proc/14020/stat : 14020 (java) S 14019 14006 13133 0 -1 0 93708 0 1 0 26973 605 0 0 18 0 9 0 21614553 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217168 42771 2591 9 0 211645 0
[pid=14020/tid=14021] ppid=14019 vsize=868672 CPUtime=262.29
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 13133 0 -1 64 6720 0 1 0 25696 533 0 0 25 0 9 0 21614554 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4126558308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=868672 CPUtime=13.18
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 13133 0 -1 64 84708 0 0 0 1249 69 0 0 16 0 9 0 21614555 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 13133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21614555 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 13133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21614555 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614557 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=868672 CPUtime=0.27
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 13133 0 -1 64 1578 0 0 0 26 1 0 0 17 0 9 0 21614557 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21614557 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21614558 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.4
Current children cumulated vsize (KiB) 890896

[startup+342.302 s]
/proc/loadavg: 2.07 2.09 2.03 3/95 14028
/proc/meminfo: memFree=16528/2055920 swapFree=4192952/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.62
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1310 14126 0 1 6 1 242 13 16 0 1 0 21614282 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 13133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21614553 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868672 CPUtime=334.05
/proc/14020/stat : 14020 (java) S 14019 14006 13133 0 -1 0 94641 0 1 0 32542 863 0 0 18 0 9 0 21614553 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217168 42771 2591 9 0 211645 0
[pid=14020/tid=14021] ppid=14019 vsize=868672 CPUtime=319.94
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 13133 0 -1 64 7653 0 1 0 31212 782 0 0 25 0 9 0 21614554 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4126560008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=868672 CPUtime=13.8
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 13133 0 -1 64 84708 0 0 0 1302 78 0 0 16 0 9 0 21614555 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 13133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21614555 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 13133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21614555 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 13133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21614557 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=868672 CPUtime=0.27
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 13133 0 -1 64 1578 0 0 0 26 1 0 0 17 0 9 0 21614557 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21614557 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=868672 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 13133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21614558 889520128 42771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.67
Current children cumulated vsize (KiB) 890896

[startup+402.301 s]
/proc/loadavg: 2.10 2.10 2.04 3/85 14073
/proc/meminfo: memFree=24920/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.23
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1376 109465 0 2 6 1 36643 973 16 0 1 0 21614282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1113 409 3 0 796 0
[pid=14029] ppid=14006 vsize=5356 CPUtime=0
/proc/14029/stat : 14029 (sh) S 14006 14006 13133 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 21652546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14029/statm: 1339 232 193 169 0 50 0
[pid=14030] ppid=14029 vsize=721120 CPUtime=9.62
/proc/14030/stat : 14030 (minisat) D 14029 14006 13133 0 -1 4194304 177709 0 6 0 805 157 0 0 18 0 1 0 21652557 738426880 177701 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/14030/statm: 180280 177701 62 150 0 180127 0
Current children cumulated CPU time (s) 385.85
Current children cumulated vsize (KiB) 743344



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+406.402 s]
/proc/loadavg: 2.18 2.12 2.04 4/85 14073
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.23
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1376 109465 0 2 6 1 36643 973 16 0 1 0 21614282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1113 409 3 0 796 0
[pid=14029] ppid=14006 vsize=5356 CPUtime=0
/proc/14029/stat : 14029 (sh) S 14006 14006 13133 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 21652546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14029/statm: 1339 232 193 169 0 50 0
[pid=14030] ppid=14029 vsize=899560 CPUtime=11.88
/proc/14030/stat : 14030 (minisat) R 14029 14006 13133 0 -1 4194304 217547 0 6 0 995 193 0 0 18 0 1 0 21652557 921149440 217539 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/14030/statm: 224890 217539 62 150 0 224737 0
Current children cumulated CPU time (s) 388.11
Current children cumulated vsize (KiB) 921784

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

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

[startup+406.535 s]
/proc/loadavg: 2.18 2.12 2.04 4/85 14073
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.23
/proc/14006/stat : 14006 (sugar) S 14004 14006 13133 0 -1 4194304 1398 109465 0 2 6 1 36643 973 16 0 1 0 21614282 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1113 409 3 0 796 0
[pid=14029] ppid=14006 vsize=0 CPUtime=0
/proc/14029/stat : 14029 (sh) Z 14006 14006 13133 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 21652546 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14029/statm: 0 0 0 0 0 0 0
[pid=14030] ppid=1 vsize=0 CPUtime=11.96
/proc/14030/stat : 14030 (minisat) R 1 14006 13133 0 -1 4195332 217547 0 6 0 995 201 0 0 18 0 1 0 21652557 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/14030/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 388.19
Current children cumulated vsize (KiB) 16868

[startup+406.602 s]
/proc/loadavg: 2.18 2.12 2.04 4/85 14073
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.23
/proc/14006/stat : 14006 (sugar) D 14004 14006 13133 0 -1 4194304 1423 109740 0 4 6 1 36643 973 17 0 1 0 21614282 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14006/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 376.23
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+407.007 s]
/proc/loadavg: 2.16 2.12 2.04 3/84 14074
/proc/meminfo: memFree=1675808/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.63
/proc/14006/stat : 14006 (sugar) R 14004 14006 13133 0 -1 4194304 1423 109740 0 4 6 41 36643 973 19 0 1 0 21614282 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14006/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 376.63
Current children cumulated vsize (KiB) 16868

[startup+407.402 s]
/proc/loadavg: 2.16 2.12 2.04 3/84 14074
/proc/meminfo: memFree=1675808/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.69
/proc/14006/stat : 14006 (sugar) D 14004 14006 13133 0 -1 4194304 1423 109740 0 4 6 47 36643 973 18 0 1 0 21614282 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14006/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 376.69
Current children cumulated vsize (KiB) 16868

[startup+407.602 s]
/proc/loadavg: 2.16 2.12 2.04 3/84 14074
/proc/meminfo: memFree=1675808/2055920 swapFree=4192812/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=376.7
/proc/14006/stat : 14006 (sugar) D 14004 14006 13133 0 -1 4194304 1423 109740 0 4 6 48 36643 973 18 0 1 0 21614282 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14006/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 376.7
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): 11.96
#  lost CPU user time (s): 9.95001
#  lost CPU system time (s): 2.01

Real time (s): 407.691
CPU time (s): 388.716
CPU user time (s): 376.452
CPU system time (s): 12.2634
CPU usage (%): 95.3456
Max. virtual memory (cumulated for all children) (KiB): 921784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 366.502
system time used= 10.2534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111222
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53096
involuntary context switches= 61299

runsolver used 0.52192 second user time and 1.42678 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-11 22:51:17
IDJOB=2067958
IDBENCH=54743
IDSOLVER=739
FILE ID=node20/2067958-1247345476
PBS_JOBID= 9506787
Free space on /tmp= 66276 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air03.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067958-1247345476/watcher-2067958-1247345476 -o /tmp/evaluation-result-2067958-1247345476/solver-2067958-1247345476 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2067958-1247345476.xml

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

MD5SUM BENCH= 97db8ddfa1e7c994eddc87d16cd8b4a9
RANDOM SEED=1541155374

node20.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.236
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.236
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:        403272 kB
Buffers:         69224 kB
Cached:        1123428 kB
SwapCached:          0 kB
Active:         517216 kB
Inactive:      1078340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        403272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8868 kB
Writeback:           0 kB
Mapped:         418636 kB
Slab:            41672 kB
Committed_AS:   851792 kB
PageTables:       2552 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= 66272 MiB
End job on node20 at 2009-07-11 22:58:05