Trace number 2077604

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.05 1864.53

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-04.xml
MD5SUM8223b3be8400c707a14e61e5793f2bd8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0622
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 04:21:41 2009
0.06/0.08	c 0	PID 23351
0.06/0.08	c 0	HOST node67.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077604-1247365301.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077604-1247365301.xml' 'HOME/temp.csp'
0.96/1.02	c 1	1 domains, 296 variables, 8 predicates, 6 relations, 2314 constraints
0.96/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.03	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.99/1.11	c 1	Parsing HOME/temp.csp
0.99/1.42	c 2	parsed 2625 expressions
0.99/1.42	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.42	c 2	Converting to clausal form CSP
0.99/1.45	c 2	converted 263 (10%) expressions
2.73/2.86	c 3	converted 525 (20%) expressions
2.83/2.97	c 3	converted 788 (30%) expressions
2.83/3.00	c 3	converted 1050 (40%) expressions
3.22/3.38	c 4	converted 1313 (50%) expressions
3.32/3.40	c 4	converted 1575 (60%) expressions
4.61/4.75	c 5	converted 1838 (70%) expressions
4.70/4.82	c 5	converted 2100 (80%) expressions
4.70/4.84	c 5	converted 2363 (90%) expressions
4.81/4.97	c 5	converted 2625 (100%) expressions
4.81/4.97	c 5	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
4.81/4.97	c 5	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.81/4.97	c 5	Propagation in CSP
4.81/4.99	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.81/4.99	c 5	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
4.81/4.99	c 5	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.81/4.99	c 5	Simplifing CSP by introducing new Boolean variables
4.91/5.09	c 5	CSP : 296 integers, 16064 booleans, 18378 clauses, largest domain size 26
4.91/5.09	c 5	Heap : 86 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.49/5.61	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.49/5.64	c 6	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
5.49/5.65	c 6	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
5.49/5.65	c 6	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
5.49/5.65	c 6	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
5.49/5.65	c 6	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.49/5.65	c 6	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
5.49/5.65	c 6	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
5.49/5.65	c 6	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
5.49/5.65	c 6	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
5.49/5.66	c 6	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
37.79/42.48	c 43	1838 (10%) CSP clauses are encoded (644854 clauses, 24786527 bytes)
37.85/42.56	c 43	3676 (20%) CSP clauses are encoded (686092 clauses, 25568398 bytes)
45.20/51.80	c 52	5514 (30%) CSP clauses are encoded (789197 clauses, 29535769 bytes)
45.20/51.89	c 52	7352 (40%) CSP clauses are encoded (830435 clauses, 30347909 bytes)
60.08/69.97	c 70	9189 (50%) CSP clauses are encoded (995431 clauses, 37470944 bytes)
171.93/190.62	c 191	11027 (60%) CSP clauses are encoded (1644977 clauses, 72047071 bytes)
171.93/190.70	c 191	12865 (70%) CSP clauses are encoded (1687665 clauses, 72888977 bytes)
172.03/190.78	c 191	14703 (80%) CSP clauses are encoded (1731153 clauses, 73707245 bytes)
172.13/190.85	c 191	16541 (90%) CSP clauses are encoded (1774766 clauses, 74550988 bytes)
183.34/202.29	c 203	18378 (100%) CSP clauses are encoded (1915642 clauses, 84103711 bytes)
183.34/202.29	c 203	18378 CSP clauses encoded
183.34/202.29	c 203	Writing map file : HOME/temp.map
183.44/202.31	c 203	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
183.44/202.31	c 203	SAT : 23464 SAT variables, 1915642 SAT clauses, 84103711 bytes
183.44/202.31	c 203	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
183.44/202.35	c 203	SOLVING HOME/temp.cnf
183.44/202.35	c 203	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1864.52	c ERROR INTERRUPTED
1800.05/1864.53	s UNKNOWN
1800.05/1864.53	c 1865	CPU 183.49 (0.06 0.01 182.39 1.03)
1800.05/1864.53	c 1865	END Sun Jul 12 04:52:46 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-2077604-1247365301/watcher-2077604-1247365301 -o /tmp/evaluation-result-2077604-1247365301/solver-2077604-1247365301 -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-2077604-1247365301.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.00 2.00 4/73 23351
/proc/meminfo: memFree=1580632/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=4708 CPUtime=0
/proc/23351/stat : 23351 (sugar) R 23349 23351 23278 0 -1 4194304 57 0 0 0 0 0 0 0 22 0 1 0 23592857 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 271635730926 0 0 4096 0 0 0 0 17 1 0 0
/proc/23351/statm: 1177 42 32 3 0 8 0

[startup+0.076317 s]
/proc/loadavg: 2.07 2.00 2.00 4/73 23351
/proc/meminfo: memFree=1580632/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16608 CPUtime=0.06
/proc/23351/stat : 23351 (sugar) R 23349 23351 23278 0 -1 4194304 1063 0 0 0 5 1 0 0 18 0 1 0 23592857 17006592 1031 996147200 4194304 4206940 548682068608 18446744073709551615 271651901664 0 0 4224 0 0 0 0 17 1 0 0
/proc/23351/statm: 4152 1031 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101318 s]
/proc/loadavg: 2.07 2.00 2.00 4/73 23351
/proc/meminfo: memFree=1580632/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.07
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301333 s]
/proc/loadavg: 2.07 2.00 2.00 4/73 23351
/proc/meminfo: memFree=1580632/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.07
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701377 s]
/proc/loadavg: 2.07 2.00 2.00 4/73 23351
/proc/meminfo: memFree=1580632/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.07
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 2.07 2.00 2.00 4/84 23363
/proc/meminfo: memFree=1560384/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.99
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1309 7877 0 1 6 1 87 5 15 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10263 s]
/proc/loadavg: 2.07 2.00 2.00 4/84 23373
/proc/meminfo: memFree=1546624/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.99
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1309 7877 0 1 6 1 87 5 16 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23592961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868748 CPUtime=2.03
/proc/23365/stat : 23365 (java) S 23364 23351 23278 0 -1 0 17121 0 1 0 193 10 0 0 18 0 9 0 23592961 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217187 16334 2566 9 0 211692 0
[pid=23365/tid=23366] ppid=23364 vsize=868748 CPUtime=0.93
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23278 0 -1 64 2937 0 1 0 92 1 0 0 24 0 9 0 23592962 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868748 CPUtime=0.91
/proc/23365/task/23367/stat : 23367 (java) R 23364 23351 23278 0 -1 64 12016 0 0 0 84 7 0 0 16 0 9 0 23592963 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 103825751 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868748 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23592963 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868748 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23278 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23592963 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868748 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23592966 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868748 CPUtime=0.16
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23278 0 -1 64 1465 0 0 0 16 0 0 0 16 0 9 0 23592966 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868748 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23592966 889597952 16334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868748 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23592966 889597952 16334 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) 890972

[startup+6.30195 s]
/proc/loadavg: 2.06 2.00 2.00 4/84 23373
/proc/meminfo: memFree=1467840/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.99
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1310 7877 0 1 6 1 87 5 15 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23592961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868736 CPUtime=5.2
/proc/23365/stat : 23365 (java) S 23364 23351 23278 0 -1 0 30577 0 1 0 502 18 0 0 18 0 9 0 23592961 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217184 29666 2592 9 0 211661 0
[pid=23365/tid=23366] ppid=23364 vsize=868736 CPUtime=2.25
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23278 0 -1 64 3861 0 1 0 222 3 0 0 25 0 9 0 23592962 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4126958791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868736 CPUtime=2.68
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23278 0 -1 64 24497 0 0 0 256 12 0 0 16 0 9 0 23592963 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23592963 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23592963 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23592966 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868736 CPUtime=0.22
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23278 0 -1 64 1516 0 0 0 22 0 0 0 15 0 9 0 23592966 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23592966 889585664 29666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23592966 889585664 29666 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) 890960

[startup+12.7026 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23373
/proc/meminfo: memFree=1455104/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.99
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1310 7877 0 1 6 1 87 5 15 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23592961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868736 CPUtime=11.54
/proc/23365/stat : 23365 (java) S 23364 23351 23278 0 -1 0 32204 0 1 0 1130 24 0 0 18 0 9 0 23592961 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217184 31244 2592 9 0 211661 0
[pid=23365/tid=23366] ppid=23364 vsize=868736 CPUtime=8.38
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23278 0 -1 64 3911 0 1 0 830 8 0 0 25 0 9 0 23592962 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4125952226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868736 CPUtime=2.87
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23278 0 -1 64 26065 0 0 0 274 13 0 0 16 0 9 0 23592963 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23592963 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23592963 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23592966 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868736 CPUtime=0.24
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23278 0 -1 64 1525 0 0 0 24 0 0 0 16 0 9 0 23592966 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23592966 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23592966 889585664 31244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890960

[startup+25.5029 s]
/proc/loadavg: 2.12 2.02 2.01 4/91 24058
/proc/meminfo: memFree=1431648/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.99
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1310 7877 0 1 6 1 87 5 15 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23592961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868736 CPUtime=22.81
/proc/23365/stat : 23365 (java) S 23364 23351 23278 0 -1 0 35097 0 1 0 2251 30 0 0 18 0 9 0 23592961 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217184 34071 2592 9 0 211661 0
[pid=23365/tid=23366] ppid=23364 vsize=868736 CPUtime=19.34
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23278 0 -1 64 3977 0 1 0 1921 13 0 0 25 0 9 0 23592962 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4126961428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868736 CPUtime=3.2
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23278 0 -1 64 28892 0 0 0 305 15 0 0 15 0 9 0 23592963 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23592963 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23592963 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23592966 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868736 CPUtime=0.24
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23278 0 -1 64 1525 0 0 0 24 0 0 0 16 0 9 0 23592966 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23592966 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868736 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23592966 889585664 34071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 890960

[startup+51.1025 s]
/proc/loadavg: 2.76 2.18 2.06 4/90 26293
/proc/meminfo: memFree=1398496/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=0.99
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1310 7877 0 1 6 1 87 5 16 0 1 0 23592857 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1111 409 3 0 796 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23592961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868736 CPUtime=43.61
/proc/23365/stat : 23365 (java) S 23364 23351 23278 0 -1 0 39807 0 1 0 4320 41 0 0 18 0 9 0 23592961 889585664 38688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217184 38688 2592 9 0 211661 0

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

/proc/meminfo: memFree=750528/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=122412 CPUtime=1174.55
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 31823 0 0 0 115389 2066 0 0 25 0 1 0 23613094 125349888 30217 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30603 30217 48 102 0 30498 0
Current children cumulated CPU time (s) 1358.03
Current children cumulated vsize (KiB) 144636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/83 26011
/proc/meminfo: memFree=749952/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=122808 CPUtime=1234.53
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32143 0 0 0 121386 2067 0 0 25 0 1 0 23613094 125755392 30351 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30702 30351 48 102 0 30597 0
Current children cumulated CPU time (s) 1418.01
Current children cumulated vsize (KiB) 145032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/83 26011
/proc/meminfo: memFree=749952/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=122808 CPUtime=1294.51
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32143 0 0 0 127384 2067 0 0 25 0 1 0 23613094 125755392 30351 996147200 134512640 134931368 4294956256 18446744073709551615 134529903 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30702 30351 48 102 0 30597 0
Current children cumulated CPU time (s) 1477.99
Current children cumulated vsize (KiB) 145032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/83 26011
/proc/meminfo: memFree=749760/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=122808 CPUtime=1354.48
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32362 0 0 0 133381 2067 0 0 25 0 1 0 23613094 125755392 30375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30702 30375 48 102 0 30597 0
Current children cumulated CPU time (s) 1537.96
Current children cumulated vsize (KiB) 145032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/83 26011
/proc/meminfo: memFree=749760/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=122808 CPUtime=1414.45
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32362 0 0 0 139378 2067 0 0 25 0 1 0 23613094 125755392 30375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30702 30375 48 102 0 30597 0
Current children cumulated CPU time (s) 1597.93
Current children cumulated vsize (KiB) 145032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 26011
/proc/meminfo: memFree=748416/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=123996 CPUtime=1474.43
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32865 0 0 0 145375 2068 0 0 25 0 1 0 23613094 126971904 30678 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30999 30678 48 102 0 30894 0
Current children cumulated CPU time (s) 1657.91
Current children cumulated vsize (KiB) 146220

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/83 26013
/proc/meminfo: memFree=748288/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=123996 CPUtime=1534.4
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32865 0 0 0 151372 2068 0 0 25 0 1 0 23613094 126971904 30678 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30999 30678 48 102 0 30894 0
Current children cumulated CPU time (s) 1717.88
Current children cumulated vsize (KiB) 146220

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 26013
/proc/meminfo: memFree=748288/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=123996 CPUtime=1594.38
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32865 0 0 0 157370 2068 0 0 25 0 1 0 23613094 126971904 30678 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30999 30678 48 102 0 30894 0
Current children cumulated CPU time (s) 1777.86
Current children cumulated vsize (KiB) 146220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1864.51 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 26013
/proc/meminfo: memFree=748352/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=123996 CPUtime=1616.57
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32865 0 0 0 159589 2068 0 0 25 0 1 0 23613094 126971904 30678 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30999 30678 48 102 0 30894 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 146220

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

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

[startup+1864.51 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 26013
/proc/meminfo: memFree=748352/2055920 swapFree=4192956/4192956
[pid=23351] ppid=23349 vsize=16868 CPUtime=183.48
/proc/23351/stat : 23351 (sugar) S 23349 23351 23278 0 -1 4194304 1365 72528 0 2 6 1 18239 102 17 0 1 0 23592857 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 4217 1113 409 3 0 796 0
[pid=7174] ppid=23351 vsize=5356 CPUtime=0
/proc/7174/stat : 7174 (sh) S 23351 23351 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23613093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7174/statm: 1339 232 193 169 0 50 0
[pid=7178] ppid=7174 vsize=123996 CPUtime=1616.57
/proc/7178/stat : 7178 (picosat) R 7174 23351 23278 0 -1 4194304 32865 0 0 0 159589 2068 0 0 25 0 1 0 23613094 126971904 30678 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/7178/statm: 30999 30678 48 102 0 30894 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 146220

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23351 and gives
#  childrusage.ru_utime.tv_sec=182
#  childrusage.ru_utime.tv_usec=462261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=48840
# CPU time returned by wait4() is 183.511
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1864.53
CPU time (s): 1800.05
CPU user time (s): 1778.34
CPU system time (s): 21.71
CPU usage (%): 96.5415
Max. virtual memory (cumulated for all children) (KiB): 911452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.462
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74287
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= 12284
involuntary context switches= 16418

runsolver used 2.24566 second user time and 6.43902 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 04:21:41
IDJOB=2077604
IDBENCH=56630
IDSOLVER=738
FILE ID=node67/2077604-1247365301
PBS_JOBID= 9507091
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-04.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-2077604-1247365301/watcher-2077604-1247365301 -o /tmp/evaluation-result-2077604-1247365301/solver-2077604-1247365301 -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-2077604-1247365301.xml

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

MD5SUM BENCH= 8223b3be8400c707a14e61e5793f2bd8
RANDOM SEED=1411361465

node67.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.239
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.239
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:       1581112 kB
Buffers:         67276 kB
Cached:         275648 kB
SwapCached:          0 kB
Active:         163660 kB
Inactive:       248112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          79556 kB
Slab:            48104 kB
Committed_AS:   271644 kB
PageTables:       1896 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= 66500 MiB
End job on node67 at 2009-07-12 04:52:48