Trace number 2073710

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? (TO) 1800.07 1812.14

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle17.xml
MD5SUM986ce178ce14d067dc534143840d5d5c
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 benchmark0.464928
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:34:41 2009
0.00/0.08	c 0	PID 18987
0.07/0.08	c 0	HOST node49.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2073710-1247358881.xml TO HOME/temp.csp
0.07/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-2073710-1247358881.xml' 'HOME/temp.csp'
1.06/1.14	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
1.06/1.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.18	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.26	c 2	Parsing HOME/temp.csp
1.11/2.00	c 2	parsed 1612 expressions
1.11/2.01	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/2.01	c 2	Converting to clausal form CSP
1.11/2.03	c 2	converted 162 (10%) expressions
3.48/3.61	c 4	converted 323 (20%) expressions
3.59/3.76	c 4	converted 484 (30%) expressions
3.59/3.78	c 4	converted 645 (40%) expressions
3.59/3.79	c 4	converted 806 (50%) expressions
3.89/4.06	c 4	converted 968 (60%) expressions
3.89/4.07	c 4	converted 1129 (70%) expressions
4.08/4.21	c 5	converted 1290 (80%) expressions
8.04/8.24	c 9	converted 1451 (90%) expressions
8.04/8.25	c 9	converted 1612 (100%) expressions
8.04/8.25	c 9	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
8.04/8.26	c 9	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.04/8.26	c 9	Propagation in CSP
8.04/8.27	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.04/8.27	c 9	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
8.04/8.27	c 9	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.04/8.27	c 9	Simplifing CSP by introducing new Boolean variables
8.14/8.37	c 9	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
8.14/8.37	c 9	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.23/9.42	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.23/9.44	c 10	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
9.23/9.44	c 10	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
9.23/9.44	c 10	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
9.23/9.45	c 10	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
9.23/9.45	c 10	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
9.23/9.45	c 10	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
9.23/9.45	c 10	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
9.23/9.45	c 10	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
9.23/9.45	c 10	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
9.23/9.45	c 10	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
42.59/43.14	c 43	1027 (10%) CSP clauses are encoded (498697 clauses, 20039718 bytes)
42.59/43.19	c 44	2054 (20%) CSP clauses are encoded (521724 clauses, 20441000 bytes)
42.69/43.24	c 44	3081 (30%) CSP clauses are encoded (544751 clauses, 20846644 bytes)
87.25/88.23	c 89	4108 (40%) CSP clauses are encoded (720879 clauses, 29043877 bytes)
87.25/88.29	c 89	5134 (50%) CSP clauses are encoded (743880 clauses, 29473138 bytes)
87.34/88.33	c 89	6161 (60%) CSP clauses are encoded (766932 clauses, 29903333 bytes)
108.05/109.27	c 110	7188 (70%) CSP clauses are encoded (866497 clauses, 34384133 bytes)
1283.73/1290.86	c 1291	8215 (80%) CSP clauses are encoded (2801605 clauses, 142252903 bytes)
1283.84/1290.91	c 1291	9242 (90%) CSP clauses are encoded (2825782 clauses, 142725017 bytes)
1283.84/1290.95	c 1291	10268 (100%) CSP clauses are encoded (2850708 clauses, 143204503 bytes)
1283.84/1290.95	c 1291	10268 CSP clauses encoded
1283.84/1290.95	c 1291	Writing map file : HOME/temp.map
1283.84/1290.96	c 1291	Heap : 220 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1283.84/1290.96	c 1291	SAT : 13348 SAT variables, 2850708 SAT clauses, 143204503 bytes
1283.84/1290.96	c 1291	Heap : 220 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1283.92/1291.03	c 1291	SOLVING HOME/temp.cnf
1283.92/1291.03	c 1291	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1812.12	c ERROR INTERRUPTED
1800.07/1812.13	s UNKNOWN
1800.07/1812.13	c 1812	CPU 1283.96 (0.05 0.02 1282.2 1.69)
1800.07/1812.13	c 1812	END Sun Jul 12 03:04:53 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-2073710-1247358881/watcher-2073710-1247358881 -o /tmp/evaluation-result-2073710-1247358881/solver-2073710-1247358881 -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-2073710-1247358881.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.07 2.07 2.01 4/81 18987
/proc/meminfo: memFree=1755872/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=12268 CPUtime=0
/proc/18987/stat : 18987 (sugar) R 18985 18987 17290 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22948475 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 0 4224 0 0 0 0 17 1 0 0
/proc/18987/statm: 3067 316 241 3 0 167 0

[startup+0.0824571 s]
/proc/loadavg: 2.07 2.07 2.01 4/81 18987
/proc/meminfo: memFree=1755872/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16740 CPUtime=0.07
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 22948475 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102219 s]
/proc/loadavg: 2.07 2.07 2.01 4/81 18987
/proc/meminfo: memFree=1755872/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=0.07
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301139 s]
/proc/loadavg: 2.07 2.07 2.01 4/81 18987
/proc/meminfo: memFree=1755872/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=0.07
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702201 s]
/proc/loadavg: 2.07 2.07 2.01 4/81 18987
/proc/meminfo: memFree=1755872/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=0.07
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 2.15 2.09 2.02 4/92 18999
/proc/meminfo: memFree=1729544/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1.11
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1309 9426 0 1 5 2 99 5 16 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10154 s]
/proc/loadavg: 2.15 2.09 2.02 4/92 19009
/proc/meminfo: memFree=1731336/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1.11
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1309 9426 0 1 5 2 99 5 16 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
[pid=19000] ppid=18987 vsize=5356 CPUtime=0
/proc/19000/stat : 19000 (sh) S 18987 18987 17290 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19000/statm: 1339 233 193 169 0 50 0
[pid=19001] ppid=19000 vsize=865432 CPUtime=1.88
/proc/19001/stat : 19001 (java) S 19000 18987 17290 0 -1 0 14993 0 1 0 180 8 0 0 18 0 9 0 22948594 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19001/statm: 216358 13931 2566 9 0 210863 0
[pid=19001/tid=19002] ppid=19000 vsize=865432 CPUtime=1.06
/proc/19001/task/19002/stat : 19002 (java) R 19000 18987 17290 0 -1 64 2911 0 1 0 104 2 0 0 25 0 9 0 22948595 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19003] ppid=19000 vsize=865432 CPUtime=0.75
/proc/19001/task/19003/stat : 19003 (java) R 19000 18987 17290 0 -1 64 11070 0 0 0 70 5 0 0 16 0 9 0 22948596 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 102758183 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19004] ppid=19000 vsize=865432 CPUtime=0
/proc/19001/task/19004/stat : 19004 (java) S 19000 18987 17290 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22948597 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19005] ppid=19000 vsize=865432 CPUtime=0
/proc/19001/task/19005/stat : 19005 (java) S 19000 18987 17290 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948597 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19006] ppid=19000 vsize=865432 CPUtime=0
/proc/19001/task/19006/stat : 19006 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22948599 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19007] ppid=19000 vsize=865432 CPUtime=0.04
/proc/19001/task/19007/stat : 19007 (java) S 19000 18987 17290 0 -1 64 308 0 0 0 4 0 0 0 16 0 9 0 22948599 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19008] ppid=19000 vsize=865432 CPUtime=0
/proc/19001/task/19008/stat : 19008 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22948599 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19009] ppid=19000 vsize=865432 CPUtime=0
/proc/19001/task/19009/stat : 19009 (java) S 19000 18987 17290 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22948599 886202368 13931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887656

[startup+6.303 s]
/proc/loadavg: 2.15 2.09 2.02 4/92 19009
/proc/meminfo: memFree=1649416/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1.11
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1309 9426 0 1 5 2 99 5 16 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
[pid=19000] ppid=18987 vsize=5356 CPUtime=0
/proc/19000/stat : 19000 (sh) S 18987 18987 17290 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19000/statm: 1339 233 193 169 0 50 0
[pid=19001] ppid=19000 vsize=890632 CPUtime=5.05
/proc/19001/stat : 19001 (java) S 19000 18987 17290 0 -1 0 41111 0 1 0 483 22 0 0 18 0 9 0 22948594 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19001/statm: 222658 37315 2567 9 0 217163 0
[pid=19001/tid=19002] ppid=19000 vsize=890632 CPUtime=2.29
/proc/19001/task/19002/stat : 19002 (java) R 19000 18987 17290 0 -1 64 3659 0 1 0 226 3 0 0 25 0 9 0 22948595 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19003] ppid=19000 vsize=890632 CPUtime=2.58
/proc/19001/task/19003/stat : 19003 (java) R 19000 18987 17290 0 -1 64 35321 0 0 0 241 17 0 0 18 0 9 0 22948596 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 101593060 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19004] ppid=19000 vsize=890632 CPUtime=0
/proc/19001/task/19004/stat : 19004 (java) S 19000 18987 17290 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22948597 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19005] ppid=19000 vsize=890632 CPUtime=0
/proc/19001/task/19005/stat : 19005 (java) S 19000 18987 17290 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948597 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19006] ppid=19000 vsize=890632 CPUtime=0
/proc/19001/task/19006/stat : 19006 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22948599 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19007] ppid=19000 vsize=890632 CPUtime=0.14
/proc/19001/task/19007/stat : 19007 (java) S 19000 18987 17290 0 -1 64 1427 0 0 0 14 0 0 0 16 0 9 0 22948599 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19008] ppid=19000 vsize=890632 CPUtime=0
/proc/19001/task/19008/stat : 19008 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22948599 912007168 37315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19009] ppid=19000 vsize=890632 CPUtime=0
/proc/19001/task/19009/stat : 19009 (java) S 19000 18987 17290 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22948599 912007168 37315 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) 912856

[startup+12.7029 s]
/proc/loadavg: 2.20 2.10 2.02 3/92 19009
/proc/meminfo: memFree=1570440/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1.11
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1310 9426 0 1 5 2 99 5 16 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
[pid=19000] ppid=18987 vsize=5356 CPUtime=0
/proc/19000/stat : 19000 (sh) S 18987 18987 17290 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19000/statm: 1339 233 193 169 0 50 0
[pid=19001] ppid=19000 vsize=869748 CPUtime=11.38
/proc/19001/stat : 19001 (java) S 19000 18987 17290 0 -1 0 67532 0 1 0 1103 35 0 0 18 0 9 0 22948594 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19001/statm: 217437 46592 2592 9 0 211914 0
[pid=19001/tid=19002] ppid=19000 vsize=869748 CPUtime=6.2
/proc/19001/task/19002/stat : 19002 (java) R 19000 18987 17290 0 -1 64 4697 0 1 0 615 5 0 0 25 0 9 0 22948595 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19003] ppid=19000 vsize=869748 CPUtime=4.95
/proc/19001/task/19003/stat : 19003 (java) S 19000 18987 17290 0 -1 64 60670 0 0 0 467 28 0 0 16 0 9 0 22948596 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19004] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19004/stat : 19004 (java) S 19000 18987 17290 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22948597 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19005] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19005/stat : 19005 (java) S 19000 18987 17290 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22948597 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19006] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19006/stat : 19006 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22948599 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19007] ppid=19000 vsize=869748 CPUtime=0.19
/proc/19001/task/19007/stat : 19007 (java) S 19000 18987 17290 0 -1 64 1461 0 0 0 19 0 0 0 16 0 9 0 22948599 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19008] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19008/stat : 19008 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22948599 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19009] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19009/stat : 19009 (java) S 19000 18987 17290 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22948599 890621952 46592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 891972

[startup+25.5027 s]
/proc/loadavg: 2.17 2.10 2.02 3/92 19009
/proc/meminfo: memFree=1562184/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1.11
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1310 9426 0 1 5 2 99 5 16 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
[pid=19000] ppid=18987 vsize=5356 CPUtime=0
/proc/19000/stat : 19000 (sh) S 18987 18987 17290 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19000/statm: 1339 233 193 169 0 50 0
[pid=19001] ppid=19000 vsize=869748 CPUtime=24.05
/proc/19001/stat : 19001 (java) S 19000 18987 17290 0 -1 0 68165 0 1 0 2366 39 0 0 18 0 9 0 22948594 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19001/statm: 217437 47196 2592 9 0 211914 0
[pid=19001/tid=19002] ppid=19000 vsize=869748 CPUtime=18.65
/proc/19001/task/19002/stat : 19002 (java) R 19000 18987 17290 0 -1 64 4726 0 1 0 1856 9 0 0 25 0 9 0 22948595 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4126923434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19003] ppid=19000 vsize=869748 CPUtime=5.16
/proc/19001/task/19003/stat : 19003 (java) S 19000 18987 17290 0 -1 64 61269 0 0 0 488 28 0 0 16 0 9 0 22948596 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19004] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19004/stat : 19004 (java) S 19000 18987 17290 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22948597 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19005] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19005/stat : 19005 (java) S 19000 18987 17290 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22948597 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19006] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19006/stat : 19006 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22948599 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19007] ppid=19000 vsize=869748 CPUtime=0.2
/proc/19001/task/19007/stat : 19007 (java) S 19000 18987 17290 0 -1 64 1466 0 0 0 20 0 0 0 16 0 9 0 22948599 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19008] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19008/stat : 19008 (java) S 19000 18987 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22948599 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19001/tid=19009] ppid=19000 vsize=869748 CPUtime=0
/proc/19001/task/19009/stat : 19009 (java) S 19000 18987 17290 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22948599 890621952 47196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 891972

[startup+51.1024 s]
/proc/loadavg: 2.11 2.09 2.02 3/92 19009
/proc/meminfo: memFree=1535816/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1.11
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1310 9426 0 1 5 2 99 5 16 0 1 0 22948475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18987/statm: 4217 1111 409 3 0 796 0
[pid=19000] ppid=18987 vsize=5356 CPUtime=0
/proc/19000/stat : 19000 (sh) S 18987 18987 17290 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948594 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19000/statm: 1339 233 193 169 0 50 0
[pid=19001] ppid=19000 vsize=869748 CPUtime=49.39
/proc/19001/stat : 19001 (java) S 19000 18987 17290 0 -1 0 72209 0 1 0 4891 48 0 0 18 0 9 0 22948594 890621952 51190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19001/statm: 217437 51190 2592 9 0 211914 0

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

/proc/meminfo: memFree=1493384/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=170948 CPUtime=70.57
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 41287 0 0 0 3532 3525 0 0 25 0 1 0 23077580 175050752 41265 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 42737 41265 42 102 0 42632 0
Current children cumulated CPU time (s) 1354.53
Current children cumulated vsize (KiB) 193172

[startup+1422.31 s]
/proc/loadavg: 2.14 2.04 2.01 3/77 19287
/proc/meminfo: memFree=1491144/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=172664 CPUtime=130.01
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 41743 0 0 0 9476 3525 0 0 25 0 1 0 23077580 176807936 41721 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 43166 41721 42 102 0 43061 0
Current children cumulated CPU time (s) 1413.97
Current children cumulated vsize (KiB) 194888

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/77 19287
/proc/meminfo: memFree=1488712/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=174908 CPUtime=189.44
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 42337 0 0 0 15418 3526 0 0 25 0 1 0 23077580 179105792 42315 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 43727 42315 42 102 0 43622 0
Current children cumulated CPU time (s) 1473.4
Current children cumulated vsize (KiB) 197132

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/77 19287
/proc/meminfo: memFree=1486216/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=177152 CPUtime=248.88
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 42929 0 0 0 21361 3527 0 0 25 0 1 0 23077580 181403648 42907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44288 42907 42 102 0 44183 0
Current children cumulated CPU time (s) 1532.84
Current children cumulated vsize (KiB) 199376

[startup+1602.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/77 19293
/proc/meminfo: memFree=1485384/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=177940 CPUtime=308.3
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 43203 0 0 0 27302 3528 0 0 25 0 1 0 23077580 182210560 43081 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44485 43081 48 102 0 44380 0
Current children cumulated CPU time (s) 1592.26
Current children cumulated vsize (KiB) 200164

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/77 19293
/proc/meminfo: memFree=1485064/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=177940 CPUtime=367.73
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 43203 0 0 0 33245 3528 0 0 25 0 1 0 23077580 182210560 43081 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44485 43081 48 102 0 44380 0
Current children cumulated CPU time (s) 1651.69
Current children cumulated vsize (KiB) 200164

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/77 19293
/proc/meminfo: memFree=1483912/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=178996 CPUtime=427.16
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 43491 0 0 0 39188 3528 0 0 25 0 1 0 23077580 183291904 43369 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44749 43369 48 102 0 44644 0
Current children cumulated CPU time (s) 1711.12
Current children cumulated vsize (KiB) 201220

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 19293
/proc/meminfo: memFree=1482824/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=179788 CPUtime=486.59
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 43824 0 0 0 45131 3528 0 0 25 0 1 0 23077580 184102912 43583 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44947 43583 48 102 0 44842 0
Current children cumulated CPU time (s) 1770.55
Current children cumulated vsize (KiB) 202012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 19293
/proc/meminfo: memFree=1482312/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=179788 CPUtime=516.11
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 43824 0 0 0 48083 3528 0 0 25 0 1 0 23077580 184102912 43583 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44947 43583 48 102 0 44842 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 202012

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

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

[startup+1812.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 19293
/proc/meminfo: memFree=1482312/2055920 swapFree=4192812/4192956
[pid=18987] ppid=18985 vsize=16868 CPUtime=1283.96
/proc/18987/stat : 18987 (sugar) S 18985 18987 17290 0 -1 4194304 1365 128211 0 2 5 2 128220 169 16 0 1 0 22948475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18987/statm: 4217 1113 409 3 0 796 0
[pid=19286] ppid=18987 vsize=5356 CPUtime=0
/proc/19286/stat : 19286 (sh) S 18987 18987 17290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077579 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19286/statm: 1339 232 193 169 0 50 0
[pid=19287] ppid=19286 vsize=179788 CPUtime=516.11
/proc/19287/stat : 19287 (picosat) R 19286 18987 17290 0 -1 4194304 43824 0 0 0 48083 3528 0 0 25 0 1 0 23077580 184102912 43583 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19287/statm: 44947 43583 48 102 0 44842 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 202012

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18987 and gives
#  childrusage.ru_utime.tv_sec=1282
#  childrusage.ru_utime.tv_usec=268065
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=721738
# CPU time returned by wait4() is 1283.99
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.14
CPU time (s): 1800.07
CPU user time (s): 1763.08
CPU system time (s): 36.99
CPU usage (%): 99.334
Max. virtual memory (cumulated for all children) (KiB): 917584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1282.27
system time used= 1.72174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129970
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= 34513
involuntary context switches= 38164

runsolver used 2.19167 second user time and 6.11707 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 02:34:41
IDJOB=2073710
IDBENCH=56005
IDSOLVER=738
FILE ID=node49/2073710-1247358881
PBS_JOBID= 9506819
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle17.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-2073710-1247358881/watcher-2073710-1247358881 -o /tmp/evaluation-result-2073710-1247358881/solver-2073710-1247358881 -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-2073710-1247358881.xml

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

MD5SUM BENCH= 986ce178ce14d067dc534143840d5d5c
RANDOM SEED=1388956146

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756352 kB
Buffers:         36328 kB
Cached:         100080 kB
SwapCached:          0 kB
Active:         195752 kB
Inactive:        52592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:         132284 kB
Slab:            36044 kB
Committed_AS:   356348 kB
PageTables:       2024 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= 66364 MiB
End job on node49 at 2009-07-12 03:04:55