Trace number 2061038

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 1802.13

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-27-27.xml
MD5SUM1a46e95d1fa613e95eaf09befcc9f6de
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.9687
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size83
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:35:20 2009
0.00/0.07	c 0	PID 17079
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061038-1247326520.xml TO HOME/temp.csp
0.00/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-2061038-1247326520.xml' 'HOME/temp.csp'
0.07/0.63	c 1	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	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.61/0.73	c 1	Parsing HOME/temp.csp
0.61/0.84	c 1	parsed 3246 expressions
0.61/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.85	c 1	Converting to clausal form CSP
0.61/0.88	c 1	converted 325 (10%) expressions
0.61/0.88	c 1	converted 650 (20%) expressions
0.61/0.89	c 1	converted 974 (30%) expressions
0.61/0.89	c 1	converted 1299 (40%) expressions
0.61/1.03	c 1	converted 1623 (50%) expressions
0.61/1.09	c 1	converted 1948 (60%) expressions
1.03/1.14	c 1	converted 2273 (70%) expressions
1.03/1.16	c 1	converted 2597 (80%) expressions
1.03/1.19	c 2	converted 2922 (90%) expressions
2.02/2.13	c 2	converted 3246 (100%) expressions
2.02/2.13	c 2	CSP : 6438 integers, 2914 booleans, 19058 clauses, largest domain size 84
2.02/2.13	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.02/2.13	c 2	Propagation in CSP
2.12/2.21	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.22	c 3	CSP : 6438 integers, 2914 booleans, 19058 clauses, largest domain size 84
2.12/2.22	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.12/2.23	c 3	Simplifing CSP by introducing new Boolean variables
2.12/2.25	c 3	CSP : 6438 integers, 2914 booleans, 19058 clauses, largest domain size 84
2.12/2.25	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.23/2.35	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.23/2.37	c 3	644 (10%) CSP integer variables are encoded (3616 clauses, 44889 bytes)
2.23/2.38	c 3	1288 (20%) CSP integer variables are encoded (3616 clauses, 44889 bytes)
2.23/2.39	c 3	1932 (30%) CSP integer variables are encoded (6466 clauses, 81939 bytes)
2.23/2.39	c 3	2576 (40%) CSP integer variables are encoded (10646 clauses, 141866 bytes)
2.23/2.40	c 3	3219 (50%) CSP integer variables are encoded (14636 clauses, 201716 bytes)
2.32/2.41	c 3	3863 (60%) CSP integer variables are encoded (18816 clauses, 264416 bytes)
2.32/2.41	c 3	4507 (70%) CSP integer variables are encoded (22806 clauses, 324266 bytes)
2.32/2.43	c 3	5151 (80%) CSP integer variables are encoded (26986 clauses, 386966 bytes)
2.32/2.43	c 3	5795 (90%) CSP integer variables are encoded (30976 clauses, 446816 bytes)
2.32/2.44	c 3	6438 (100%) CSP integer variables are encoded (35156 clauses, 509516 bytes)
2.52/2.68	c 3	1906 (10%) CSP clauses are encoded (144936 clauses, 2436361 bytes)
2.92/3.05	c 3	3812 (20%) CSP clauses are encoded (212480 clauses, 3989085 bytes)
3.61/3.71	c 4	5718 (30%) CSP clauses are encoded (263526 clauses, 5695809 bytes)
4.11/4.29	c 5	7624 (40%) CSP clauses are encoded (307201 clauses, 7312264 bytes)
4.71/4.84	c 5	9529 (50%) CSP clauses are encoded (348627 clauses, 8831761 bytes)
5.60/5.77	c 6	11435 (60%) CSP clauses are encoded (509507 clauses, 12866175 bytes)
6.30/6.48	c 7	13341 (70%) CSP clauses are encoded (563010 clauses, 14856282 bytes)
6.89/7.06	c 7	15247 (80%) CSP clauses are encoded (606685 clauses, 16473697 bytes)
7.49/7.63	c 8	17153 (90%) CSP clauses are encoded (648955 clauses, 18030568 bytes)
8.28/8.49	c 9	19058 (100%) CSP clauses are encoded (804077 clauses, 21924117 bytes)
8.28/8.49	c 9	19058 CSP clauses encoded
8.28/8.49	c 9	Writing map file : HOME/temp.map
8.38/8.50	c 9	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.38/8.50	c 9	SAT : 44452 SAT variables, 804077 SAT clauses, 21924117 bytes
8.38/8.50	c 9	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.38/8.53	c 9	SOLVING HOME/temp.cnf
8.38/8.53	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1802.11	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1802.11	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1802.11	c ERROR INTERRUPTED
1800.07/1802.12	s UNKNOWN
1800.07/1802.12	c 1802	CPU 8.42 (0.05 0.02 8.07 0.28)
1800.07/1802.12	c 1802	END Sat Jul 11 18:05:22 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-2061038-1247326520/watcher-2061038-1247326520 -o /tmp/evaluation-result-2061038-1247326520/solver-2061038-1247326520 -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-2061038-1247326520.xml 

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


[startup+0 s]
/proc/loadavg: 1.81 2.03 1.99 4/81 17079
/proc/meminfo: memFree=1898384/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=12272 CPUtime=0
/proc/17079/stat : 17079 (sugar) R 17077 17079 15441 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 19719274 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 0 4224 0 0 0 0 17 1 0 0
/proc/17079/statm: 3068 327 246 3 0 168 0

[startup+0.119664 s]
/proc/loadavg: 1.81 2.03 1.99 4/81 17079
/proc/meminfo: memFree=1898384/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.07
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.208629 s]
/proc/loadavg: 1.81 2.03 1.99 4/81 17079
/proc/meminfo: memFree=1898384/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.07
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301643 s]
/proc/loadavg: 1.81 2.03 1.99 4/81 17079
/proc/meminfo: memFree=1898384/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.07
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701677 s]
/proc/loadavg: 1.81 2.03 1.99 4/81 17079
/proc/meminfo: memFree=1898384/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.61
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1292 5367 0 1 5 2 51 3 16 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 1.81 2.03 1.99 4/92 17101
/proc/meminfo: memFree=1882808/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.61
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1309 5367 0 1 5 2 51 3 15 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
[pid=17092] ppid=17079 vsize=5356 CPUtime=0
/proc/17092/stat : 17092 (sh) S 17079 17079 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19719340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1339 233 193 169 0 50 0
[pid=17093] ppid=17092 vsize=868560 CPUtime=0.82
/proc/17093/stat : 17093 (java) S 17092 17079 15441 0 -1 0 7740 0 1 0 78 4 0 0 18 0 9 0 19719340 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17093/statm: 217140 6953 2567 9 0 211645 0
[pid=17093/tid=17094] ppid=17092 vsize=868560 CPUtime=0.5
/proc/17093/task/17094/stat : 17094 (java) R 17092 17079 15441 0 -1 64 2699 0 1 0 49 1 0 0 20 0 9 0 19719341 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4126428246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17095] ppid=17092 vsize=868560 CPUtime=0.12
/proc/17093/task/17095/stat : 17095 (java) S 17092 17079 15441 0 -1 64 2841 0 0 0 11 1 0 0 16 0 9 0 19719342 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17096] ppid=17092 vsize=868560 CPUtime=0
/proc/17093/task/17096/stat : 17096 (java) S 17092 17079 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19719343 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17097] ppid=17092 vsize=868560 CPUtime=0
/proc/17093/task/17097/stat : 17097 (java) S 17092 17079 15441 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19719343 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17098] ppid=17092 vsize=868560 CPUtime=0
/proc/17093/task/17098/stat : 17098 (java) S 17092 17079 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19719345 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17099] ppid=17092 vsize=868560 CPUtime=0.18
/proc/17093/task/17099/stat : 17099 (java) S 17092 17079 15441 0 -1 64 1501 0 0 0 18 0 0 0 16 0 9 0 19719345 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17100] ppid=17092 vsize=868560 CPUtime=0
/proc/17093/task/17100/stat : 17100 (java) S 17092 17079 15441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19719345 889405440 6953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17101] ppid=17092 vsize=868560 CPUtime=0
/proc/17093/task/17101/stat : 17101 (java) S 17092 17079 15441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19719345 889405440 6953 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) 890784

[startup+3.10292 s]
/proc/loadavg: 1.81 2.03 1.99 3/92 17101
/proc/meminfo: memFree=1868216/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.61
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1310 5367 0 1 5 2 51 3 15 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
[pid=17092] ppid=17079 vsize=5356 CPUtime=0
/proc/17092/stat : 17092 (sh) S 17079 17079 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19719340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1339 233 193 169 0 50 0
[pid=17093] ppid=17092 vsize=868728 CPUtime=2.41
/proc/17093/stat : 17093 (java) S 17092 17079 15441 0 -1 0 10399 0 1 0 231 10 0 0 18 0 9 0 19719340 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17093/statm: 217182 9260 2591 9 0 211659 0
[pid=17093/tid=17094] ppid=17092 vsize=868728 CPUtime=1.64
/proc/17093/task/17094/stat : 17094 (java) R 17092 17079 15441 0 -1 64 2986 0 1 0 159 5 0 0 24 0 9 0 19719341 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4126527176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17095] ppid=17092 vsize=868728 CPUtime=0.48
/proc/17093/task/17095/stat : 17095 (java) S 17092 17079 15441 0 -1 64 5151 0 0 0 45 3 0 0 16 0 9 0 19719342 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17096] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17096/stat : 17096 (java) S 17092 17079 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19719343 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17097] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17097/stat : 17097 (java) S 17092 17079 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19719343 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17098] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17098/stat : 17098 (java) S 17092 17079 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19719345 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17099] ppid=17092 vsize=868728 CPUtime=0.26
/proc/17093/task/17099/stat : 17099 (java) S 17092 17079 15441 0 -1 64 1563 0 0 0 26 0 0 0 16 0 9 0 19719345 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17100] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17100/stat : 17100 (java) S 17092 17079 15441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19719345 889577472 9260 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17101] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17101/stat : 17101 (java) S 17092 17079 15441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19719345 889577472 9260 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) 890952

[startup+6.30225 s]
/proc/loadavg: 1.83 2.03 1.99 3/92 17101
/proc/meminfo: memFree=1856632/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=0.61
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1310 5367 0 1 5 2 51 3 16 0 1 0 19719274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1111 409 3 0 796 0
[pid=17092] ppid=17079 vsize=5356 CPUtime=0
/proc/17092/stat : 17092 (sh) S 17079 17079 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19719340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1339 233 193 169 0 50 0
[pid=17093] ppid=17092 vsize=868728 CPUtime=5.59
/proc/17093/stat : 17093 (java) S 17092 17079 15441 0 -1 0 10632 0 1 0 542 17 0 0 18 0 9 0 19719340 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17093/statm: 217182 9265 2591 9 0 211659 0
[pid=17093/tid=17094] ppid=17092 vsize=868728 CPUtime=4.75
/proc/17093/task/17094/stat : 17094 (java) R 17092 17079 15441 0 -1 64 3216 0 1 0 464 11 0 0 25 0 9 0 19719341 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4127127586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17095] ppid=17092 vsize=868728 CPUtime=0.54
/proc/17093/task/17095/stat : 17095 (java) S 17092 17079 15441 0 -1 64 5151 0 0 0 50 4 0 0 16 0 9 0 19719342 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17096] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17096/stat : 17096 (java) S 17092 17079 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19719343 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17097] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17097/stat : 17097 (java) S 17092 17079 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19719343 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17098] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17098/stat : 17098 (java) S 17092 17079 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19719345 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17099] ppid=17092 vsize=868728 CPUtime=0.27
/proc/17093/task/17099/stat : 17099 (java) S 17092 17079 15441 0 -1 64 1566 0 0 0 27 0 0 0 16 0 9 0 19719345 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17100] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17100/stat : 17100 (java) S 17092 17079 15441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19719345 889577472 9265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17093/tid=17101] ppid=17092 vsize=868728 CPUtime=0
/proc/17093/task/17101/stat : 17101 (java) S 17092 17079 15441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19719345 889577472 9265 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) 890952

[startup+12.7019 s]
/proc/loadavg: 1.84 2.03 1.99 3/84 17103
/proc/meminfo: memFree=1858424/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=19156 CPUtime=4.14
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 4162 0 0 0 194 220 0 0 25 0 1 0 19720127 19615744 4148 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17103/statm: 4789 4148 40 102 0 4684 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 41380

[startup+25.5012 s]
/proc/loadavg: 1.88 2.03 1.99 3/84 17103
/proc/meminfo: memFree=1839800/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=36816 CPUtime=16.87
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 8498 0 0 0 1189 498 0 0 25 0 1 0 19720127 37699584 8452 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/17103/statm: 9204 8452 42 102 0 9099 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 59040

[startup+51.1019 s]
/proc/loadavg: 1.92 2.03 1.99 3/84 17103
/proc/meminfo: memFree=1838392/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=38136 CPUtime=42.34
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 8840 0 0 0 3736 498 0 0 25 0 1 0 19720127 39051264 8794 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17103/statm: 9534 8794 42 102 0 9429 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 60360

[startup+102.301 s]
/proc/loadavg: 1.96 2.02 1.99 3/84 17103
/proc/meminfo: memFree=1836152/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1531064/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1292.05
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 128694 511 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1300.46
Current children cumulated vsize (KiB) 79892

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 17318
/proc/meminfo: memFree=1508216/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1352.03
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 134691 512 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1360.44
Current children cumulated vsize (KiB) 79892

[startup+1422.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/77 17320
/proc/meminfo: memFree=1635000/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1412.01
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 140689 512 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1420.42
Current children cumulated vsize (KiB) 79892

[startup+1482.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/77 17320
/proc/meminfo: memFree=1633080/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1471.98
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 146686 512 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1480.39
Current children cumulated vsize (KiB) 79892

[startup+1542.31 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 17326
/proc/meminfo: memFree=1630120/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1531.96
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 152684 512 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1540.37
Current children cumulated vsize (KiB) 79892

[startup+1602.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/77 17326
/proc/meminfo: memFree=1627760/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1591.94
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 158681 513 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134525629 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1600.35
Current children cumulated vsize (KiB) 79892

[startup+1662.3 s]
/proc/loadavg: 2.18 2.10 2.02 3/77 17326
/proc/meminfo: memFree=1625200/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=57668 CPUtime=1651.92
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14179 0 0 0 164679 513 0 0 25 0 1 0 19720127 59052032 13791 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14417 13791 48 102 0 14312 0
Current children cumulated CPU time (s) 1660.33
Current children cumulated vsize (KiB) 79892

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/77 17326
/proc/meminfo: memFree=1622000/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=58592 CPUtime=1711.89
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14405 0 0 0 170676 513 0 0 25 0 1 0 19720127 59998208 14017 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14648 14017 48 102 0 14543 0
Current children cumulated CPU time (s) 1720.3
Current children cumulated vsize (KiB) 80816

[startup+1782.3 s]
/proc/loadavg: 2.04 2.07 2.01 3/77 17326
/proc/meminfo: memFree=1618992/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=59368 CPUtime=1771.86
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14619 0 0 0 176673 513 0 0 25 0 1 0 19720127 60792832 14101 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14842 14101 48 102 0 14737 0
Current children cumulated CPU time (s) 1780.27
Current children cumulated vsize (KiB) 81592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.03 2.07 2.01 3/77 17326
/proc/meminfo: memFree=1617968/2055920 swapFree=4192812/4192956
[pid=17079] ppid=17077 vsize=16868 CPUtime=8.41
/proc/17079/stat : 17079 (sugar) S 17077 17079 15441 0 -1 4194304 1365 16468 0 2 5 2 807 27 16 0 1 0 19719274 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17079/statm: 4217 1113 409 3 0 796 0
[pid=17102] ppid=17079 vsize=5356 CPUtime=0
/proc/17102/stat : 17102 (sh) S 17079 17079 15441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19720127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17102/statm: 1339 232 193 169 0 50 0
[pid=17103] ppid=17102 vsize=59368 CPUtime=1791.66
/proc/17103/stat : 17103 (picosat) R 17102 17079 15441 0 -1 4194304 14619 0 0 0 178653 513 0 0 25 0 1 0 19720127 60792832 14101 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17103/statm: 14842 14101 48 102 0 14737 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 81592

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17079 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=127764
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=316951
# CPU time returned by wait4() is 8.44471
# 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): 1802.13
CPU time (s): 1800.07
CPU user time (s): 1794.65
CPU system time (s): 5.42
CPU usage (%): 99.8856
Max. virtual memory (cumulated for all children) (KiB): 891092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.12776
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18318
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= 7402
involuntary context switches= 7549

runsolver used 2.10868 second user time and 6.08207 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-11 17:35:20
IDJOB=2061038
IDBENCH=53772
IDSOLVER=738
FILE ID=node17/2061038-1247326520
PBS_JOBID= 9506594
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-27-27.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-2061038-1247326520/watcher-2061038-1247326520 -o /tmp/evaluation-result-2061038-1247326520/solver-2061038-1247326520 -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-2061038-1247326520.xml

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

MD5SUM BENCH= 1a46e95d1fa613e95eaf09befcc9f6de
RANDOM SEED=244780863

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1898864 kB
Buffers:          6852 kB
Cached:          57748 kB
SwapCached:          0 kB
Active:          77156 kB
Inactive:        23768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          56648 kB
Slab:            41248 kB
Committed_AS:   189452 kB
PageTables:       1980 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= 66360 MiB
End job on node17 at 2009-07-11 18:05:24