Trace number 2061984

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 1804.34

General information on the benchmark

Namecsp/allsquares/
normalized-squares-34-34.xml
MD5SUM3c99f073f43d91d177d7138b4b000c83
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark160.441
Satisfiable
(Un)Satisfiability was proved
Number of variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size118
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sat Jul 11 17:59:01 2009
0.03/0.07	c 0	PID 15829
0.03/0.07	c 0	HOST node84.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2061984-1247327941.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061984-1247327941.xml' 'HOME/temp.csp'
0.06/0.71	c 1	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	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.70/0.82	c 1	Parsing HOME/temp.csp
0.70/0.95	c 1	parsed 5157 expressions
0.70/0.95	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.95	c 1	Converting to clausal form CSP
0.70/0.98	c 1	converted 516 (10%) expressions
0.70/0.99	c 1	converted 1032 (20%) expressions
0.70/1.00	c 1	converted 1548 (30%) expressions
0.94/1.00	c 1	converted 2063 (40%) expressions
1.04/1.16	c 1	converted 2579 (50%) expressions
1.13/1.22	c 1	converted 3095 (60%) expressions
1.13/1.26	c 1	converted 3610 (70%) expressions
1.23/1.33	c 1	converted 4126 (80%) expressions
1.23/1.37	c 1	converted 4642 (90%) expressions
2.82/2.91	c 3	converted 5157 (100%) expressions
2.82/2.91	c 3	CSP : 12460 integers, 5560 booleans, 36618 clauses, largest domain size 119
2.82/2.91	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.82/2.91	c 3	Propagation in CSP
2.92/3.02	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.03	c 3	CSP : 12460 integers, 5560 booleans, 36618 clauses, largest domain size 119
2.92/3.03	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.92/3.05	c 3	Simplifing CSP by introducing new Boolean variables
2.92/3.07	c 3	CSP : 12460 integers, 5560 booleans, 36618 clauses, largest domain size 119
2.92/3.07	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.12/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.27	c 3	1246 (10%) CSP integer variables are encoded (6682 clauses, 84735 bytes)
3.12/3.28	c 3	2492 (20%) CSP integer variables are encoded (9106 clauses, 119249 bytes)
3.12/3.30	c 3	3738 (30%) CSP integer variables are encoded (26680 clauses, 382859 bytes)
3.22/3.32	c 3	4984 (40%) CSP integer variables are encoded (44254 clauses, 646469 bytes)
3.22/3.34	c 3	6230 (50%) CSP integer variables are encoded (61573 clauses, 906254 bytes)
3.22/3.36	c 3	7476 (60%) CSP integer variables are encoded (78688 clauses, 1162979 bytes)
3.22/3.38	c 3	8722 (70%) CSP integer variables are encoded (96262 clauses, 1435854 bytes)
3.32/3.41	c 3	9968 (80%) CSP integer variables are encoded (113836 clauses, 1734612 bytes)
3.32/3.43	c 3	11214 (90%) CSP integer variables are encoded (131189 clauses, 2029613 bytes)
3.32/3.45	c 3	12460 (100%) CSP integer variables are encoded (148270 clauses, 2319990 bytes)
3.91/4.01	c 4	3662 (10%) CSP clauses are encoded (462180 clauses, 7982479 bytes)
4.51/4.70	c 5	7324 (20%) CSP clauses are encoded (832693 clauses, 15709451 bytes)
5.31/5.42	c 5	10986 (30%) CSP clauses are encoded (1206855 clauses, 23753601 bytes)
6.00/6.10	c 6	14648 (40%) CSP clauses are encoded (1566197 clauses, 31478734 bytes)
6.59/6.78	c 7	18309 (50%) CSP clauses are encoded (1925557 clauses, 39193065 bytes)
7.98/8.17	c 8	21971 (60%) CSP clauses are encoded (2705108 clauses, 55359603 bytes)
8.78/8.96	c 9	25633 (70%) CSP clauses are encoded (3108972 clauses, 64697158 bytes)
9.58/9.71	c 10	29295 (80%) CSP clauses are encoded (3475578 clauses, 73674777 bytes)
10.27/10.43	c 10	32957 (90%) CSP clauses are encoded (3833845 clauses, 82438588 bytes)
11.56/11.77	c 12	36618 (100%) CSP clauses are encoded (4562703 clauses, 99509550 bytes)
11.56/11.77	c 12	36618 CSP clauses encoded
11.56/11.77	c 12	Writing map file : HOME/temp.map
11.56/11.80	c 12	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.56/11.80	c 12	SAT : 166206 SAT variables, 4562703 SAT clauses, 99509550 bytes
11.56/11.80	c 12	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.66/11.85	c 12	SOLVING HOME/temp.cnf
11.66/11.85	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1804.32	c ERROR INTERRUPTED
1800.07/1804.34	s UNKNOWN
1800.07/1804.34	c 1804	CPU 11.68 (0.05 0.01 10.87 0.75)
1800.07/1804.34	c 1804	END Sat Jul 11 18:29:05 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-2061984-1247327941/watcher-2061984-1247327941 -o /tmp/evaluation-result-2061984-1247327941/solver-2061984-1247327941 -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-2061984-1247327941.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.06 2.00 2.17 4/84 15829
/proc/meminfo: memFree=1617512/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=12272 CPUtime=0
/proc/15829/stat : 15829 (sugar) R 15827 15829 14293 0 -1 4194304 359 0 0 0 0 0 0 0 21 0 1 0 19859451 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 1 0 0
/proc/15829/statm: 3068 327 246 3 0 168 0

[startup+0.0439051 s]
/proc/loadavg: 2.06 2.00 2.17 4/84 15829
/proc/meminfo: memFree=1617512/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=13600 CPUtime=0.03
/proc/15829/stat : 15829 (sugar) R 15827 15829 14293 0 -1 4194304 784 0 0 0 2 1 0 0 21 0 1 0 19859451 13926400 752 996147200 4194304 4206940 548682068608 18446744073709551615 243665371979 0 0 4224 0 0 0 0 17 0 0 0
/proc/15829/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101915 s]
/proc/loadavg: 2.06 2.00 2.17 4/84 15829
/proc/meminfo: memFree=1617512/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=0.06
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19859451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15829/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301949 s]
/proc/loadavg: 2.06 2.00 2.17 4/84 15829
/proc/meminfo: memFree=1617512/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=0.06
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19859451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15829/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.703022 s]
/proc/loadavg: 2.06 2.00 2.17 4/84 15829
/proc/meminfo: memFree=1617512/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=0.06
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19859451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15829/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50116 s]
/proc/loadavg: 2.06 2.00 2.17 4/95 15851
/proc/meminfo: memFree=1605008/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=0.7
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1309 7020 0 1 5 1 59 5 16 0 1 0 19859451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1111 409 3 0 796 0
[pid=15842] ppid=15829 vsize=5356 CPUtime=0
/proc/15842/stat : 15842 (sh) S 15829 15829 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19859526 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15842/statm: 1339 233 193 169 0 50 0
[pid=15843] ppid=15842 vsize=868564 CPUtime=0.73
/proc/15843/stat : 15843 (java) S 15842 15829 14293 0 -1 0 7836 0 1 0 69 4 0 0 18 0 9 0 19859527 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15843/statm: 217141 7068 2567 9 0 211646 0
[pid=15843/tid=15844] ppid=15842 vsize=868564 CPUtime=0.43
/proc/15843/task/15844/stat : 15844 (java) R 15842 15829 14293 0 -1 64 2693 0 1 0 42 1 0 0 23 0 9 0 19859528 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4126804684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15845] ppid=15842 vsize=868564 CPUtime=0.09
/proc/15843/task/15845/stat : 15845 (java) S 15842 15829 14293 0 -1 64 2954 0 0 0 9 0 0 0 16 0 9 0 19859529 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15846] ppid=15842 vsize=868564 CPUtime=0
/proc/15843/task/15846/stat : 15846 (java) S 15842 15829 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19859529 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15847] ppid=15842 vsize=868564 CPUtime=0
/proc/15843/task/15847/stat : 15847 (java) S 15842 15829 14293 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19859529 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15848] ppid=15842 vsize=868564 CPUtime=0
/proc/15843/task/15848/stat : 15848 (java) S 15842 15829 14293 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19859531 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15849] ppid=15842 vsize=868564 CPUtime=0.18
/proc/15843/task/15849/stat : 15849 (java) S 15842 15829 14293 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 19859531 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15850] ppid=15842 vsize=868564 CPUtime=0
/proc/15843/task/15850/stat : 15850 (java) S 15842 15829 14293 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19859531 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15851] ppid=15842 vsize=868564 CPUtime=0
/proc/15843/task/15851/stat : 15851 (java) S 15842 15829 14293 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19859531 889409536 7068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890788

[startup+3.10245 s]
/proc/loadavg: 2.06 2.00 2.17 3/95 15851
/proc/meminfo: memFree=1581776/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=0.7
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1310 7020 0 1 5 1 59 5 16 0 1 0 19859451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1111 409 3 0 796 0
[pid=15842] ppid=15829 vsize=5356 CPUtime=0
/proc/15842/stat : 15842 (sh) S 15829 15829 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19859526 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15842/statm: 1339 233 193 169 0 50 0
[pid=15843] ppid=15842 vsize=869128 CPUtime=2.32
/proc/15843/stat : 15843 (java) S 15842 15829 14293 0 -1 0 13472 0 1 0 225 7 0 0 18 0 9 0 19859527 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15843/statm: 217282 12359 2567 9 0 211787 0
[pid=15843/tid=15844] ppid=15842 vsize=869128 CPUtime=1.44
/proc/15843/task/15844/stat : 15844 (java) R 15842 15829 14293 0 -1 64 2999 0 1 0 142 2 0 0 25 0 9 0 19859528 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15845] ppid=15842 vsize=869128 CPUtime=0.63
/proc/15843/task/15845/stat : 15845 (java) R 15842 15829 14293 0 -1 64 8243 0 0 0 60 3 0 0 16 0 9 0 19859529 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 102758154 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15846] ppid=15842 vsize=869128 CPUtime=0
/proc/15843/task/15846/stat : 15846 (java) S 15842 15829 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19859529 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15847] ppid=15842 vsize=869128 CPUtime=0
/proc/15843/task/15847/stat : 15847 (java) S 15842 15829 14293 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19859529 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15848] ppid=15842 vsize=869128 CPUtime=0
/proc/15843/task/15848/stat : 15848 (java) S 15842 15829 14293 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19859531 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15849] ppid=15842 vsize=869128 CPUtime=0.22
/proc/15843/task/15849/stat : 15849 (java) S 15842 15829 14293 0 -1 64 1531 0 0 0 21 1 0 0 15 0 9 0 19859531 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15850] ppid=15842 vsize=869128 CPUtime=0
/proc/15843/task/15850/stat : 15850 (java) S 15842 15829 14293 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19859531 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15851] ppid=15842 vsize=869128 CPUtime=0
/proc/15843/task/15851/stat : 15851 (java) S 15842 15829 14293 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19859531 889987072 12359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891352

[startup+6.30203 s]
/proc/loadavg: 2.05 2.00 2.17 4/95 15851
/proc/meminfo: memFree=1538320/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=0.7
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1310 7020 0 1 5 1 59 5 16 0 1 0 19859451 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1111 409 3 0 796 0
[pid=15842] ppid=15829 vsize=5356 CPUtime=0
/proc/15842/stat : 15842 (sh) S 15829 15829 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19859526 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15842/statm: 1339 233 193 169 0 50 0
[pid=15843] ppid=15842 vsize=868736 CPUtime=5.5
/proc/15843/stat : 15843 (java) S 15842 15829 14293 0 -1 0 13896 0 1 0 522 28 0 0 18 0 9 0 19859527 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15843/statm: 217184 12325 2591 9 0 211661 0
[pid=15843/tid=15844] ppid=15842 vsize=868736 CPUtime=4.32
/proc/15843/task/15844/stat : 15844 (java) R 15842 15829 14293 0 -1 64 3386 0 1 0 411 21 0 0 25 0 9 0 19859528 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4127138814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15845] ppid=15842 vsize=868736 CPUtime=0.88
/proc/15843/task/15845/stat : 15845 (java) S 15842 15829 14293 0 -1 64 8249 0 0 0 83 5 0 0 16 0 9 0 19859529 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15846] ppid=15842 vsize=868736 CPUtime=0
/proc/15843/task/15846/stat : 15846 (java) S 15842 15829 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19859529 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15847] ppid=15842 vsize=868736 CPUtime=0
/proc/15843/task/15847/stat : 15847 (java) S 15842 15829 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19859529 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15848] ppid=15842 vsize=868736 CPUtime=0
/proc/15843/task/15848/stat : 15848 (java) S 15842 15829 14293 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19859531 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15849] ppid=15842 vsize=868736 CPUtime=0.27
/proc/15843/task/15849/stat : 15849 (java) S 15842 15829 14293 0 -1 64 1562 0 0 0 26 1 0 0 17 0 9 0 19859531 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15850] ppid=15842 vsize=868736 CPUtime=0
/proc/15843/task/15850/stat : 15850 (java) S 15842 15829 14293 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19859531 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15843/tid=15851] ppid=15842 vsize=868736 CPUtime=0
/proc/15843/task/15851/stat : 15851 (java) S 15842 15829 14293 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19859531 889585664 12325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890960

[startup+12.7012 s]
/proc/loadavg: 2.29 2.05 2.18 3/87 15853
/proc/meminfo: memFree=1475984/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=20348 CPUtime=0.79
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 3087 0 0 0 35 44 0 0 25 0 1 0 19860637 20836352 3073 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 5087 3073 40 102 0 4982 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 42572

[startup+25.5015 s]
/proc/loadavg: 2.67 2.14 2.21 3/87 15853
/proc/meminfo: memFree=1376336/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=75192 CPUtime=13.54
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 16603 0 0 0 613 741 0 0 25 0 1 0 19860637 76996608 16589 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 18798 16589 40 102 0 18693 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 97416

[startup+51.1012 s]
/proc/loadavg: 2.69 2.20 2.22 3/87 15853
/proc/meminfo: memFree=1204944/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=190140 CPUtime=39
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 41558 0 0 0 1832 2068 0 0 25 0 1 0 19860637 194703360 41544 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 47535 41544 42 102 0 47430 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 212364

[startup+102.306 s]
/proc/loadavg: 2.42 2.19 2.22 3/87 15853
/proc/meminfo: memFree=1062928/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1620376/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=217240 CPUtime=1347.62
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 47997 0 0 0 132685 2077 0 0 25 0 1 0 19860637 222453760 47981 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 54310 47981 48 102 0 54205 0
Current children cumulated CPU time (s) 1359.29
Current children cumulated vsize (KiB) 239464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/78 16015
/proc/meminfo: memFree=1619480/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=218296 CPUtime=1407.6
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48244 0 0 0 138683 2077 0 0 25 0 1 0 19860637 223535104 48228 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 54574 48228 48 102 0 54469 0
Current children cumulated CPU time (s) 1419.27
Current children cumulated vsize (KiB) 240520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/78 16015
/proc/meminfo: memFree=1618008/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1467.58
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 144680 2078 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1479.25
Current children cumulated vsize (KiB) 241308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/78 16015
/proc/meminfo: memFree=1617880/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1527.56
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 150678 2078 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1539.23
Current children cumulated vsize (KiB) 241308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/78 16015
/proc/meminfo: memFree=1617880/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1587.53
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 156675 2078 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1599.2
Current children cumulated vsize (KiB) 241308

[startup+1662.3 s]
/proc/loadavg: 1.84 1.97 1.99 3/85 16479
/proc/meminfo: memFree=1589624/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1647.09
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 162628 2081 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1658.76
Current children cumulated vsize (KiB) 241308

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 2.00 3/85 16479
/proc/meminfo: memFree=1548480/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1706.79
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 168598 2081 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1718.46
Current children cumulated vsize (KiB) 241308

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/85 16479
/proc/meminfo: memFree=1544256/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1766.5
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 174568 2082 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1778.17
Current children cumulated vsize (KiB) 241308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/85 16479
/proc/meminfo: memFree=1544256/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1788.4
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 176758 2082 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 241308

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

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

[startup+1804.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/85 16479
/proc/meminfo: memFree=1544256/2055920 swapFree=4192812/4192956
[pid=15829] ppid=15827 vsize=16868 CPUtime=11.67
/proc/15829/stat : 15829 (sugar) S 15827 15829 14293 0 -1 4194304 1365 21816 0 2 5 1 1086 75 16 0 1 0 19859451 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15829/statm: 4217 1113 409 3 0 796 0
[pid=15852] ppid=15829 vsize=5356 CPUtime=0
/proc/15852/stat : 15852 (sh) S 15829 15829 14293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19860637 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15852/statm: 1339 232 193 169 0 50 0
[pid=15853] ppid=15852 vsize=219084 CPUtime=1788.4
/proc/15853/stat : 15853 (picosat) R 15852 15829 14293 0 -1 4194304 48637 0 0 0 176758 2082 0 0 25 0 1 0 19860637 224342016 48523 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15853/statm: 54771 48523 48 102 0 54666 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 241308

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15829 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=930338
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=777881
# CPU time returned by wait4() is 11.7082
# 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): 1804.34
CPU time (s): 1800.07
CPU user time (s): 1778.49
CPU system time (s): 21.58
CPU usage (%): 99.7633
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9303
system time used= 0.777881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23575
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= 11682
involuntary context switches= 11724

runsolver used 1.75273 second user time and 5.10822 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-11 17:59:01
IDJOB=2061984
IDBENCH=53858
IDSOLVER=738
FILE ID=node84/2061984-1247327941
PBS_JOBID= 9506468
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-34-34.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-2061984-1247327941/watcher-2061984-1247327941 -o /tmp/evaluation-result-2061984-1247327941/solver-2061984-1247327941 -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-2061984-1247327941.xml

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

MD5SUM BENCH= 3c99f073f43d91d177d7138b4b000c83
RANDOM SEED=1460329563

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1617928 kB
Buffers:          6728 kB
Cached:          57804 kB
SwapCached:          0 kB
Active:         365668 kB
Inactive:        16208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:         332888 kB
Slab:            40832 kB
Committed_AS:   841604 kB
PageTables:       2324 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= 66292 MiB
End job on node84 at 2009-07-11 18:29:07