Trace number 2070168

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.09 1808.09

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-12_ext.xml
MD5SUM37a9ab0d929050d63648371c39c81998
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.313951
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints24
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
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 00:25:50 2009
0.00/0.08	c 0	PID 14453
0.00/0.08	c 0	HOST node48.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070168-1247351150.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-2070168-1247351150.xml' 'HOME/temp.csp'
0.07/0.50	c 1	1 domains, 144 variables, 0 predicates, 1 relations, 24 constraints
0.07/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	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.07/0.59	c 1	Parsing HOME/temp.csp
0.47/0.67	c 1	parsed 170 expressions
0.47/0.68	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.68	c 1	Converting to clausal form CSP
0.47/0.70	c 1	converted 17 (10%) expressions
0.47/0.70	c 1	converted 34 (20%) expressions
0.47/0.70	c 1	converted 51 (30%) expressions
0.47/0.70	c 1	converted 68 (40%) expressions
0.47/0.70	c 1	converted 85 (50%) expressions
0.47/0.71	c 1	converted 102 (60%) expressions
0.47/0.71	c 1	converted 119 (70%) expressions
0.47/0.71	c 1	converted 136 (80%) expressions
0.47/1.04	c 1	converted 153 (90%) expressions
1.63/1.72	c 2	converted 170 (100%) expressions
1.63/1.73	c 2	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
1.63/1.73	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.73	c 2	Propagation in CSP
1.63/1.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.73	c 2	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
1.63/1.73	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.73	c 2	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
1.63/1.73	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.92	c 2	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.83/1.92	c 2	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.83/1.93	c 2	44 (30%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.83/1.93	c 2	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.83/1.93	c 2	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.83/1.93	c 2	87 (60%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
1.83/1.93	c 2	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
1.83/1.93	c 2	116 (80%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.83/1.94	c 2	130 (90%) CSP integer variables are encoded (3120 clauses, 38497 bytes)
1.83/1.94	c 2	144 (100%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
17.07/17.39	c 18	3 (10%) CSP clauses are encoded (105843 clauses, 7276293 bytes)
27.47/27.83	c 28	5 (20%) CSP clauses are encoded (174101 clauses, 12441592 bytes)
42.60/43.14	c 43	8 (30%) CSP clauses are encoded (276488 clauses, 20573104 bytes)
53.00/53.69	c 54	10 (40%) CSP clauses are encoded (344746 clauses, 25994112 bytes)
63.01/63.79	c 64	12 (50%) CSP clauses are encoded (413004 clauses, 31415120 bytes)
78.35/79.28	c 80	15 (60%) CSP clauses are encoded (515391 clauses, 38909860 bytes)
88.44/89.45	c 90	17 (70%) CSP clauses are encoded (583649 clauses, 44463432 bytes)
103.69/104.84	c 105	20 (80%) CSP clauses are encoded (686036 clauses, 53180781 bytes)
113.68/114.98	c 115	22 (90%) CSP clauses are encoded (754294 clauses, 58992347 bytes)
123.79/125.13	c 125	24 (100%) CSP clauses are encoded (822552 clauses, 64803913 bytes)
123.79/125.13	c 125	24 CSP clauses encoded
123.79/125.14	c 125	Writing map file : HOME/temp.map
123.79/125.14	c 125	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
123.79/125.14	c 125	SAT : 3600 SAT variables, 822552 SAT clauses, 64803913 bytes
123.79/125.14	c 125	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
123.79/125.17	c 125	SOLVING HOME/temp.cnf
123.79/125.17	c 125	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1807.92	c ERROR INTERRUPTED
1800.06/1807.93	s UNKNOWN
1800.06/1807.93	c 1808	CPU 123.86 (0.06 0.01 123.03 0.76)
1800.06/1807.93	c 1808	END Sun Jul 12 00:55:58 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-2070168-1247351150/watcher-2070168-1247351150 -o /tmp/evaluation-result-2070168-1247351150/solver-2070168-1247351150 -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-2070168-1247351150.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.16 2.06 2.01 4/80 14453
/proc/meminfo: memFree=741728/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=12000 CPUtime=0
/proc/14453/stat : 14453 (sugar) R 14451 14453 14110 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 22179178 12288000 151 996147200 4194304 4206940 548682068608 18446744073709551615 255553256117 0 0 4224 0 0 0 0 17 1 0 0
/proc/14453/statm: 3000 151 116 3 0 100 0

[startup+0.135365 s]
/proc/loadavg: 2.16 2.06 2.01 4/80 14453
/proc/meminfo: memFree=741728/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.07
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202367 s]
/proc/loadavg: 2.16 2.06 2.01 4/80 14453
/proc/meminfo: memFree=741728/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.07
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302373 s]
/proc/loadavg: 2.16 2.06 2.01 4/80 14453
/proc/meminfo: memFree=741728/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.07
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702411 s]
/proc/loadavg: 2.16 2.06 2.01 4/80 14453
/proc/meminfo: memFree=741728/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.47
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1309 4513 0 1 6 1 37 3 16 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50153 s]
/proc/loadavg: 2.16 2.06 2.01 4/91 14475
/proc/meminfo: memFree=718344/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.47
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1309 4513 0 1 6 1 37 3 16 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
[pid=14466] ppid=14453 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (sh) S 14453 14453 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14466/statm: 1339 233 193 169 0 50 0
[pid=14467] ppid=14466 vsize=864200 CPUtime=0.96
/proc/14467/stat : 14467 (java) S 14466 14453 14110 0 -1 0 11418 0 1 0 91 5 0 0 19 0 9 0 22179229 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14467/statm: 216050 10669 2566 9 0 210555 0
[pid=14467/tid=14468] ppid=14466 vsize=864200 CPUtime=0.36
/proc/14467/task/14468/stat : 14468 (java) R 14466 14453 14110 0 -1 64 2966 0 1 0 35 1 0 0 22 0 9 0 22179230 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14469] ppid=14466 vsize=864200 CPUtime=0.52
/proc/14467/task/14469/stat : 14469 (java) R 14466 14453 14110 0 -1 64 7443 0 0 0 50 2 0 0 17 0 9 0 22179231 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 102549438 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14470] ppid=14466 vsize=864200 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14466 14453 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179232 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14471] ppid=14466 vsize=864200 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14466 14453 14110 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22179232 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14466 vsize=864200 CPUtime=0
/proc/14467/task/14472/stat : 14472 (java) S 14466 14453 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22179234 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14473] ppid=14466 vsize=864200 CPUtime=0.04
/proc/14467/task/14473/stat : 14473 (java) S 14466 14453 14110 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22179234 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14466 vsize=864200 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22179234 884940800 10669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14475] ppid=14466 vsize=864200 CPUtime=0
/proc/14467/task/14475/stat : 14475 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179234 884940800 10669 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) 886424

[startup+3.10168 s]
/proc/loadavg: 2.16 2.06 2.01 3/91 14475
/proc/meminfo: memFree=688648/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.47
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1310 4513 0 1 6 1 37 3 15 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
[pid=14466] ppid=14453 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (sh) S 14453 14453 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14466/statm: 1339 233 193 169 0 50 0
[pid=14467] ppid=14466 vsize=864400 CPUtime=2.55
/proc/14467/stat : 14467 (java) S 14466 14453 14110 0 -1 0 15891 0 1 0 247 8 0 0 19 0 9 0 22179229 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14467/statm: 216100 15107 2590 9 0 210577 0
[pid=14467/tid=14468] ppid=14466 vsize=864400 CPUtime=1.56
/proc/14467/task/14468/stat : 14468 (java) R 14466 14453 14110 0 -1 64 3318 0 1 0 154 2 0 0 25 0 9 0 22179230 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4126581344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14469] ppid=14466 vsize=864400 CPUtime=0.89
/proc/14467/task/14469/stat : 14469 (java) S 14466 14453 14110 0 -1 64 11542 0 0 0 84 5 0 0 16 0 9 0 22179231 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14470] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14466 14453 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14471] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14466 14453 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14472/stat : 14472 (java) S 14466 14453 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22179234 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14473] ppid=14466 vsize=864400 CPUtime=0.09
/proc/14467/task/14473/stat : 14473 (java) S 14466 14453 14110 0 -1 64 332 0 0 0 9 0 0 0 16 0 9 0 22179234 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22179234 885145600 15107 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14475] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14475/stat : 14475 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179234 885145600 15107 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) 886624

[startup+6.30294 s]
/proc/loadavg: 2.15 2.06 2.01 3/91 14475
/proc/meminfo: memFree=684232/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.47
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1310 4513 0 1 6 1 37 3 15 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
[pid=14466] ppid=14453 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (sh) S 14453 14453 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14466/statm: 1339 233 193 169 0 50 0
[pid=14467] ppid=14466 vsize=864400 CPUtime=5.72
/proc/14467/stat : 14467 (java) S 14466 14453 14110 0 -1 0 16931 0 1 0 563 9 0 0 19 0 9 0 22179229 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14467/statm: 216100 16121 2590 9 0 210577 0
[pid=14467/tid=14468] ppid=14466 vsize=864400 CPUtime=4.66
/proc/14467/task/14468/stat : 14468 (java) R 14466 14453 14110 0 -1 64 3344 0 1 0 464 2 0 0 25 0 9 0 22179230 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4126565376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14469] ppid=14466 vsize=864400 CPUtime=0.94
/proc/14467/task/14469/stat : 14469 (java) S 14466 14453 14110 0 -1 64 12556 0 0 0 89 5 0 0 16 0 9 0 22179231 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14470] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14466 14453 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14471] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14466 14453 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14472/stat : 14472 (java) S 14466 14453 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22179234 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14473] ppid=14466 vsize=864400 CPUtime=0.09
/proc/14467/task/14473/stat : 14473 (java) S 14466 14453 14110 0 -1 64 332 0 0 0 9 0 0 0 16 0 9 0 22179234 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22179234 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14475] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14475/stat : 14475 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179234 885145600 16121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886624

[startup+12.7025 s]
/proc/loadavg: 2.13 2.05 2.01 3/91 14475
/proc/meminfo: memFree=674704/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.47
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1310 4513 0 1 6 1 37 3 15 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
[pid=14466] ppid=14453 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (sh) S 14453 14453 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14466/statm: 1339 233 193 169 0 50 0
[pid=14467] ppid=14466 vsize=864400 CPUtime=12.05
/proc/14467/stat : 14467 (java) S 14466 14453 14110 0 -1 0 18792 0 1 0 1192 13 0 0 19 0 9 0 22179229 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14467/statm: 216100 17898 2590 9 0 210577 0
[pid=14467/tid=14468] ppid=14466 vsize=864400 CPUtime=10.84
/proc/14467/task/14468/stat : 14468 (java) R 14466 14453 14110 0 -1 64 3428 0 1 0 1079 5 0 0 25 0 9 0 22179230 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4126565410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14469] ppid=14466 vsize=864400 CPUtime=1.1
/proc/14467/task/14469/stat : 14469 (java) S 14466 14453 14110 0 -1 64 14329 0 0 0 103 7 0 0 16 0 9 0 22179231 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14470] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14466 14453 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14471] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14466 14453 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14472/stat : 14472 (java) S 14466 14453 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22179234 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14473] ppid=14466 vsize=864400 CPUtime=0.09
/proc/14467/task/14473/stat : 14473 (java) S 14466 14453 14110 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22179234 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14474] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14474/stat : 14474 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22179234 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14475] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14475/stat : 14475 (java) S 14466 14453 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179234 885145600 17898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886624

[startup+25.5027 s]
/proc/loadavg: 2.10 2.05 2.01 3/91 14475
/proc/meminfo: memFree=653648/2055920 swapFree=4192952/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=0.47
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1310 4513 0 1 6 1 37 3 16 0 1 0 22179178 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1111 409 3 0 796 0
[pid=14466] ppid=14453 vsize=5356 CPUtime=0
/proc/14466/stat : 14466 (sh) S 14453 14453 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14466/statm: 1339 233 193 169 0 50 0
[pid=14467] ppid=14466 vsize=864400 CPUtime=24.73
/proc/14467/stat : 14467 (java) S 14466 14453 14110 0 -1 0 24637 0 1 0 2450 23 0 0 19 0 9 0 22179229 885145600 21120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14467/statm: 216100 21120 2590 9 0 210577 0
[pid=14467/tid=14468] ppid=14466 vsize=864400 CPUtime=22.99
/proc/14467/task/14468/stat : 14468 (java) R 14466 14453 14110 0 -1 64 3550 0 1 0 2289 10 0 0 25 0 9 0 22179230 885145600 21120 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14469] ppid=14466 vsize=864400 CPUtime=1.6
/proc/14467/task/14469/stat : 14469 (java) S 14466 14453 14110 0 -1 64 20047 0 0 0 149 11 0 0 16 0 9 0 22179231 885145600 21120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14470] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14470/stat : 14470 (java) S 14466 14453 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 21120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14471] ppid=14466 vsize=864400 CPUtime=0
/proc/14467/task/14471/stat : 14471 (java) S 14466 14453 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179232 885145600 21120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14467/tid=14472] ppid=14466 vsize=864400 CPUtime=0

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

/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 24048 0 0 0 127344 1730 0 0 25 0 1 0 22191696 88227840 21435 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 21540 21435 48 102 0 21435 0
Current children cumulated CPU time (s) 1414.6
Current children cumulated vsize (KiB) 108384

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/84 14688
/proc/meminfo: memFree=1807248/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=86160 CPUtime=1350.71
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 24048 0 0 0 133341 1730 0 0 25 0 1 0 22191696 88227840 21435 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 21540 21435 48 102 0 21435 0
Current children cumulated CPU time (s) 1474.57
Current children cumulated vsize (KiB) 108384

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.04 3/84 14690
/proc/meminfo: memFree=1806864/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=86820 CPUtime=1410.7
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 24435 0 0 0 139339 1731 0 0 25 0 1 0 22191696 88903680 21599 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 21705 21599 48 102 0 21600 0
Current children cumulated CPU time (s) 1534.56
Current children cumulated vsize (KiB) 109044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 14690
/proc/meminfo: memFree=1806480/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=86820 CPUtime=1470.67
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 24435 0 0 0 145336 1731 0 0 25 0 1 0 22191696 88903680 21599 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 21705 21599 48 102 0 21600 0
Current children cumulated CPU time (s) 1594.53
Current children cumulated vsize (KiB) 109044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.03 4/84 14690
/proc/meminfo: memFree=1806096/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=86952 CPUtime=1530.64
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 24463 0 0 0 151333 1731 0 0 25 0 1 0 22191696 89038848 21627 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 21738 21627 48 102 0 21633 0
Current children cumulated CPU time (s) 1654.5
Current children cumulated vsize (KiB) 109176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 14690
/proc/meminfo: memFree=1804560/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=92236 CPUtime=1590.63
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 25030 0 0 0 157331 1732 0 0 25 0 1 0 22191696 94449664 21954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 23059 21954 48 102 0 22954 0
Current children cumulated CPU time (s) 1714.49
Current children cumulated vsize (KiB) 114460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/84 14690
/proc/meminfo: memFree=1801616/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=92236 CPUtime=1650.61
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 25030 0 0 0 163329 1732 0 0 25 0 1 0 22191696 94449664 21954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 23059 21954 48 102 0 22954 0
Current children cumulated CPU time (s) 1774.47
Current children cumulated vsize (KiB) 114460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 14690
/proc/meminfo: memFree=1804304/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=92236 CPUtime=1676.2
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 25030 0 0 0 165888 1732 0 0 25 0 1 0 22191696 94449664 21954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 23059 21954 48 102 0 22954 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 114460

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

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 14690
/proc/meminfo: memFree=1804304/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.86
/proc/14453/stat : 14453 (sugar) S 14451 14453 14110 0 -1 4194304 1365 39275 0 2 6 1 12303 76 16 0 1 0 22179178 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14453/statm: 4217 1113 409 3 0 796 0
[pid=14476] ppid=14453 vsize=5356 CPUtime=0
/proc/14476/stat : 14476 (sh) S 14453 14453 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191695 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14476/statm: 1339 232 193 169 0 50 0
[pid=14477] ppid=14476 vsize=92236 CPUtime=1676.2
/proc/14477/stat : 14477 (picosat) R 14476 14453 14110 0 -1 4194304 25030 0 0 0 165888 1732 0 0 25 0 1 0 22191696 94449664 21954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14477/statm: 23059 21954 48 102 0 22954 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 114460

[startup+1808.02 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 14690
/proc/meminfo: memFree=1804304/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.87
/proc/14453/stat : 14453 (sugar) D 14451 14453 14110 0 -1 4194304 1423 39552 0 2 6 2 12303 76 15 0 1 0 22179178 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14453/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 123.87
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.02 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 14690
/proc/meminfo: memFree=1804304/2055920 swapFree=4192812/4192956
[pid=14453] ppid=14451 vsize=16868 CPUtime=123.87
/proc/14453/stat : 14453 (sugar) D 14451 14453 14110 0 -1 4194304 1423 39552 0 2 6 2 12303 76 15 0 1 0 22179178 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14453/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 123.87
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1676.19
#  lost CPU user time (s): 1658.88
#  lost CPU system time (s): 17.31

Real time (s): 1808.09
CPU time (s): 1800.09
CPU user time (s): 1781.99
CPU system time (s): 18.1049
CPU usage (%): 99.5578
Max. virtual memory (cumulated for all children) (KiB): 891752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.106
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41034
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= 14623
involuntary context switches= 17039

runsolver used 2.10568 second user time and 6.13007 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 00:25:50
IDJOB=2070168
IDBENCH=55144
IDSOLVER=738
FILE ID=node48/2070168-1247351150
PBS_JOBID= 9506952
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-12_ext.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-2070168-1247351150/watcher-2070168-1247351150 -o /tmp/evaluation-result-2070168-1247351150/solver-2070168-1247351150 -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-2070168-1247351150.xml

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

MD5SUM BENCH= 37a9ab0d929050d63648371c39c81998
RANDOM SEED=65042864

node48.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.237
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.237
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:        742208 kB
Buffers:         58960 kB
Cached:         466948 kB
SwapCached:          4 kB
Active:         784728 kB
Inactive:       478652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        742208 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         757968 kB
Slab:            34076 kB
Committed_AS:   916916 kB
PageTables:       3244 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= 66440 MiB
End job on node48 at 2009-07-12 00:56:00