Trace number 2079353

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.08 1816.53

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-8_ext.xml
MD5SUMeb78565b2c1c549f39d6f29bd7fb9161
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 benchmark59.464
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 05:07:28 2009
0.04/0.07	c 0	PID 23062
0.04/0.07	c 0	HOST node88.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2079353-1247368048.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079353-1247368048.xml' 'HOME/temp.csp'
0.06/0.48	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.06/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.48	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.46/0.56	c 1	Parsing HOME/temp.csp
0.46/0.72	c 1	parsed 56 expressions
0.46/0.72	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.73	c 1	Converting to clausal form CSP
0.46/0.75	c 1	converted 6 (10%) expressions
0.46/0.75	c 1	converted 12 (20%) expressions
0.46/0.75	c 1	converted 17 (30%) expressions
0.46/0.75	c 1	converted 23 (40%) expressions
0.46/0.75	c 1	converted 28 (50%) expressions
0.46/0.75	c 1	converted 34 (60%) expressions
0.46/0.75	c 1	converted 40 (70%) expressions
0.46/0.81	c 1	converted 45 (80%) expressions
0.46/0.94	c 1	converted 51 (90%) expressions
1.16/1.22	c 2	converted 56 (100%) expressions
1.16/1.22	c 2	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
1.16/1.22	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.22	c 2	Propagation in CSP
1.16/1.22	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.16/1.22	c 2	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
1.16/1.22	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.22	c 2	Simplifing CSP by introducing new Boolean variables
1.16/1.22	c 2	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
1.16/1.22	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.26/1.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.26/1.32	c 2	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.26/1.33	c 2	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.26/1.33	c 2	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.26/1.33	c 2	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.26/1.33	c 2	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.26/1.33	c 2	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.26/1.33	c 2	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.26/1.34	c 2	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.26/1.34	c 2	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.26/1.34	c 2	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.36/2.46	c 3	2 (10%) CSP clauses are encoded (24310 clauses, 795889 bytes)
2.85/2.98	c 3	3 (20%) CSP clauses are encoded (35985 clauses, 1193579 bytes)
3.45/3.51	c 4	4 (30%) CSP clauses are encoded (47660 clauses, 1591418 bytes)
4.45/4.55	c 5	6 (40%) CSP clauses are encoded (71010 clauses, 2431330 bytes)
5.05/5.18	c 6	7 (50%) CSP clauses are encoded (82685 clauses, 2851286 bytes)
5.65/5.71	c 6	8 (60%) CSP clauses are encoded (94360 clauses, 3271661 bytes)
15.44/15.56	c 16	10 (70%) CSP clauses are encoded (169110 clauses, 6757709 bytes)
20.34/20.49	c 21	11 (80%) CSP clauses are encoded (206485 clauses, 8657353 bytes)
25.32/25.47	c 26	12 (90%) CSP clauses are encoded (243860 clauses, 10556997 bytes)
30.22/30.33	c 31	13 (100%) CSP clauses are encoded (281235 clauses, 12456949 bytes)
30.22/30.33	c 31	13 CSP clauses encoded
30.22/30.33	c 31	Writing map file : HOME/temp.map
30.22/30.34	c 31	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.22/30.34	c 31	SAT : 1000 SAT variables, 281235 SAT clauses, 12456949 bytes
30.22/30.34	c 31	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.22/30.36	c 31	SOLVING HOME/temp.cnf
30.22/30.36	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1816.51	sh: line 1: 23086 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1816.51	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1816.51	c 1817	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.02/1816.52	c ERROR INTERRUPTED
1800.02/1816.52	s UNKNOWN
1800.02/1816.52	c 1817	CPU 1800.05 (0.05 0.01 1796.3 3.69)
1800.02/1816.52	c 1817	END Sun Jul 12 05:37:45 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-2079353-1247368048/watcher-2079353-1247368048 -o /tmp/evaluation-result-2079353-1247368048/solver-2079353-1247368048 -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-2079353-1247368048.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.83 2.06 2.04 4/75 23062
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=12272 CPUtime=0
/proc/23062/stat : 23062 (sugar) R 23060 23062 18950 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 23870023 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 0 0 0
/proc/23062/statm: 3068 364 274 3 0 168 0

[startup+0.0441221 s]
/proc/loadavg: 1.83 2.06 2.04 4/75 23062
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=14644 CPUtime=0.04
/proc/23062/stat : 23062 (sugar) R 23060 23062 18950 0 -1 4194304 846 0 0 0 3 1 0 0 18 0 1 0 23870023 14995456 814 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 0 0 0
/proc/23062/statm: 3661 815 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.109416 s]
/proc/loadavg: 1.83 2.06 2.04 4/75 23062
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.06
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301221 s]
/proc/loadavg: 1.83 2.06 2.04 4/75 23062
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.06
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701272 s]
/proc/loadavg: 1.83 2.06 2.04 4/75 23062
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.46
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1309 4730 0 1 5 1 37 3 15 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.50237 s]
/proc/loadavg: 1.83 2.06 2.04 4/86 23084
/proc/meminfo: memFree=1694208/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.46
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1310 4730 0 1 5 1 37 3 15 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
[pid=23075] ppid=23062 vsize=5356 CPUtime=0
/proc/23075/stat : 23075 (sh) S 23062 23062 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23870072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23075/statm: 1339 233 193 169 0 50 0
[pid=23076] ppid=23075 vsize=864476 CPUtime=0.99
/proc/23076/stat : 23076 (java) S 23075 23062 18950 0 -1 0 8776 0 1 0 95 4 0 0 20 0 9 0 23870072 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23076/statm: 216119 8007 2590 9 0 210596 0
[pid=23076/tid=23077] ppid=23075 vsize=864476 CPUtime=0.5
/proc/23076/task/23077/stat : 23077 (java) R 23075 23062 18950 0 -1 64 2854 0 1 0 49 1 0 0 25 0 9 0 23870073 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23078] ppid=23075 vsize=864476 CPUtime=0.4
/proc/23076/task/23078/stat : 23078 (java) R 23075 23062 18950 0 -1 64 4892 0 0 0 38 2 0 0 16 0 9 0 23870074 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 104516247 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23079] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23079/stat : 23079 (java) S 23075 23062 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23870075 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23080] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23080/stat : 23080 (java) S 23075 23062 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23870075 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23081] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23081/stat : 23081 (java) S 23075 23062 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23082] ppid=23075 vsize=864476 CPUtime=0.07
/proc/23076/task/23082/stat : 23082 (java) S 23075 23062 18950 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 23870077 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23083] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23083/stat : 23083 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23084] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23084/stat : 23084 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23870077 885223424 8007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886700

[startup+3.10255 s]
/proc/loadavg: 1.83 2.06 2.04 3/86 23084
/proc/meminfo: memFree=1684864/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.46
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1310 4730 0 1 5 1 37 3 15 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
[pid=23075] ppid=23062 vsize=5356 CPUtime=0
/proc/23075/stat : 23075 (sh) S 23062 23062 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23870072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23075/statm: 1339 233 193 169 0 50 0
[pid=23076] ppid=23075 vsize=864476 CPUtime=2.6
/proc/23076/stat : 23076 (java) S 23075 23062 18950 0 -1 0 9630 0 1 0 254 6 0 0 20 0 9 0 23870072 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23076/statm: 216119 8791 2590 9 0 210596 0
[pid=23076/tid=23077] ppid=23075 vsize=864476 CPUtime=2.02
/proc/23076/task/23077/stat : 23077 (java) R 23075 23062 18950 0 -1 64 2924 0 1 0 200 2 0 0 25 0 9 0 23870073 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 102523994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23078] ppid=23075 vsize=864476 CPUtime=0.46
/proc/23076/task/23078/stat : 23078 (java) S 23075 23062 18950 0 -1 64 5670 0 0 0 44 2 0 0 16 0 9 0 23870074 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23079] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23079/stat : 23079 (java) S 23075 23062 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23870075 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23080] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23080/stat : 23080 (java) S 23075 23062 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23870075 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23081] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23081/stat : 23081 (java) S 23075 23062 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23082] ppid=23075 vsize=864476 CPUtime=0.09
/proc/23076/task/23082/stat : 23082 (java) S 23075 23062 18950 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 23870077 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23083] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23083/stat : 23083 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23084] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23084/stat : 23084 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23870077 885223424 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 886700

[startup+6.30192 s]
/proc/loadavg: 1.92 2.07 2.05 3/86 23084
/proc/meminfo: memFree=1675008/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.46
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1310 4730 0 1 5 1 37 3 15 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
[pid=23075] ppid=23062 vsize=5356 CPUtime=0
/proc/23075/stat : 23075 (sh) S 23062 23062 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23870072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23075/statm: 1339 233 193 169 0 50 0
[pid=23076] ppid=23075 vsize=864476 CPUtime=5.79
/proc/23076/stat : 23076 (java) S 23075 23062 18950 0 -1 0 12205 0 1 0 570 9 0 0 20 0 9 0 23870072 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23076/statm: 216119 9971 2590 9 0 210596 0
[pid=23076/tid=23077] ppid=23075 vsize=864476 CPUtime=4.98
/proc/23076/task/23077/stat : 23077 (java) R 23075 23062 18950 0 -1 64 3060 0 1 0 495 3 0 0 25 0 9 0 23870073 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4126580429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23078] ppid=23075 vsize=864476 CPUtime=0.69
/proc/23076/task/23078/stat : 23078 (java) S 23075 23062 18950 0 -1 64 8108 0 0 0 65 4 0 0 16 0 9 0 23870074 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23079] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23079/stat : 23079 (java) S 23075 23062 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23870075 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23080] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23080/stat : 23080 (java) S 23075 23062 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23870075 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23081] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23081/stat : 23081 (java) S 23075 23062 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23082] ppid=23075 vsize=864476 CPUtime=0.09
/proc/23076/task/23082/stat : 23082 (java) S 23075 23062 18950 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23870077 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23083] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23083/stat : 23083 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23084] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23084/stat : 23084 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23870077 885223424 9971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 886700

[startup+12.7026 s]
/proc/loadavg: 1.93 2.07 2.05 3/86 23084
/proc/meminfo: memFree=1672256/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.46
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1310 4730 0 1 5 1 37 3 15 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
[pid=23075] ppid=23062 vsize=5356 CPUtime=0
/proc/23075/stat : 23075 (sh) S 23062 23062 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23870072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23075/statm: 1339 233 193 169 0 50 0
[pid=23076] ppid=23075 vsize=864476 CPUtime=12.19
/proc/23076/stat : 23076 (java) S 23075 23062 18950 0 -1 0 12680 0 1 0 1207 12 0 0 20 0 9 0 23870072 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23076/statm: 216119 10300 2590 9 0 210596 0
[pid=23076/tid=23077] ppid=23075 vsize=864476 CPUtime=11.27
/proc/23076/task/23077/stat : 23077 (java) R 23075 23062 18950 0 -1 64 3206 0 1 0 1122 5 0 0 25 0 9 0 23870073 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4126599504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23078] ppid=23075 vsize=864476 CPUtime=0.81
/proc/23076/task/23078/stat : 23078 (java) S 23075 23062 18950 0 -1 64 8437 0 0 0 75 6 0 0 16 0 9 0 23870074 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23079] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23079/stat : 23079 (java) S 23075 23062 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23870075 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23080] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23080/stat : 23080 (java) S 23075 23062 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23870075 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23081] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23081/stat : 23081 (java) S 23075 23062 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23082] ppid=23075 vsize=864476 CPUtime=0.09
/proc/23076/task/23082/stat : 23082 (java) S 23075 23062 18950 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23870077 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23083] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23083/stat : 23083 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23870077 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23084] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23084/stat : 23084 (java) S 23075 23062 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23870077 885223424 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 886700

[startup+25.5021 s]
/proc/loadavg: 1.94 2.07 2.05 3/86 23084
/proc/meminfo: memFree=1662720/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=0.46
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1310 4730 0 1 5 1 37 3 16 0 1 0 23870023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1111 409 3 0 796 0
[pid=23075] ppid=23062 vsize=5356 CPUtime=0
/proc/23075/stat : 23075 (sh) S 23062 23062 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23870072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23075/statm: 1339 233 193 169 0 50 0
[pid=23076] ppid=23075 vsize=864476 CPUtime=24.96
/proc/23076/stat : 23076 (java) S 23075 23062 18950 0 -1 0 16745 0 1 0 2475 21 0 0 20 0 9 0 23870072 885223424 11576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23076/statm: 216119 11576 2590 9 0 210596 0
[pid=23076/tid=23077] ppid=23075 vsize=864476 CPUtime=23.57
/proc/23076/task/23077/stat : 23077 (java) R 23075 23062 18950 0 -1 64 3480 0 1 0 2347 10 0 0 25 0 9 0 23870073 885223424 11576 996147200 134512640 134550932 4294955936 18446744073709551615 4126381584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23078] ppid=23075 vsize=864476 CPUtime=1.26
/proc/23076/task/23078/stat : 23078 (java) S 23075 23062 18950 0 -1 64 12225 0 0 0 117 9 0 0 16 0 9 0 23870074 885223424 11576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23079] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23079/stat : 23079 (java) S 23075 23062 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23870075 885223424 11576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23080] ppid=23075 vsize=864476 CPUtime=0
/proc/23076/task/23080/stat : 23080 (java) S 23075 23062 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23870075 885223424 11576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23076/tid=23081] ppid=23075 vsize=864476 CPUtime=0

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

[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27076 CPUtime=1260.03
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7090 0 0 0 125663 340 0 0 25 0 1 0 23873060 27725824 6502 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6769 6502 48 102 0 6664 0
Current children cumulated CPU time (s) 1290.3
Current children cumulated vsize (KiB) 49300

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/78 23086
/proc/meminfo: memFree=1656960/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27076 CPUtime=1319.46
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7213 0 0 0 131606 340 0 0 25 0 1 0 23873060 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1349.73
Current children cumulated vsize (KiB) 49300

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/78 23086
/proc/meminfo: memFree=1657088/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27076 CPUtime=1378.9
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7213 0 0 0 137550 340 0 0 25 0 1 0 23873060 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1409.17
Current children cumulated vsize (KiB) 49300

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/78 23086
/proc/meminfo: memFree=1657088/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27076 CPUtime=1438.34
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7213 0 0 0 143494 340 0 0 25 0 1 0 23873060 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1468.61
Current children cumulated vsize (KiB) 49300

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/78 23086
/proc/meminfo: memFree=1655744/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27076 CPUtime=1497.77
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7213 0 0 0 149437 340 0 0 25 0 1 0 23873060 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1528.04
Current children cumulated vsize (KiB) 49300

[startup+1602.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/78 23086
/proc/meminfo: memFree=1654912/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27736 CPUtime=1557.22
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7491 0 0 0 155382 340 0 0 25 0 1 0 23873060 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1587.49
Current children cumulated vsize (KiB) 49960

[startup+1662.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/77 23116
/proc/meminfo: memFree=1734288/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27736 CPUtime=1616.72
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7491 0 0 0 161332 340 0 0 25 0 1 0 23873060 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1646.99
Current children cumulated vsize (KiB) 49960

[startup+1722.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 23116
/proc/meminfo: memFree=1734096/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27736 CPUtime=1676.26
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7491 0 0 0 167286 340 0 0 25 0 1 0 23873060 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1706.53
Current children cumulated vsize (KiB) 49960

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/77 23116
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27736 CPUtime=1735.81
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7491 0 0 0 173241 340 0 0 25 0 1 0 23873060 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1766.08
Current children cumulated vsize (KiB) 49960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 23116
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27736 CPUtime=1769.75
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7491 0 0 0 176635 340 0 0 25 0 1 0 23873060 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 49960

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

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

[startup+1816.5 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 23116
/proc/meminfo: memFree=1733904/2055920 swapFree=4192812/4192956
[pid=23062] ppid=23060 vsize=16868 CPUtime=30.27
/proc/23062/stat : 23062 (sugar) S 23060 23062 18950 0 -1 4194304 1365 21872 0 2 5 1 2994 27 16 0 1 0 23870023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23062/statm: 4217 1113 409 3 0 796 0
[pid=23085] ppid=23062 vsize=5356 CPUtime=0
/proc/23085/stat : 23085 (sh) S 23062 23062 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873059 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23085/statm: 1339 232 193 169 0 50 0
[pid=23086] ppid=23085 vsize=27736 CPUtime=1769.75
/proc/23086/stat : 23086 (picosat) R 23085 23062 18950 0 -1 4194304 7491 0 0 0 176635 340 0 0 25 0 1 0 23873060 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23086/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 49960

Child status: 0
Real time (s): 1816.53
CPU time (s): 1800.08
CPU user time (s): 1796.36
CPU system time (s): 3.72043
CPU usage (%): 99.0944
Max. virtual memory (cumulated for all children) (KiB): 889520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.36
system time used= 3.72043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31510
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= 8127
involuntary context switches= 47016

runsolver used 2.48062 second user time and 5.61615 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 05:07:28
IDJOB=2079353
IDBENCH=56885
IDSOLVER=738
FILE ID=node88/2079353-1247368048
PBS_JOBID= 9507070
Free space on /tmp= 66132 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-8_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-2079353-1247368048/watcher-2079353-1247368048 -o /tmp/evaluation-result-2079353-1247368048/solver-2079353-1247368048 -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-2079353-1247368048.xml

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

MD5SUM BENCH= eb78565b2c1c549f39d6f29bd7fb9161
RANDOM SEED=721307444

node88.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711872 kB
Buffers:         32432 kB
Cached:         188296 kB
SwapCached:          0 kB
Active:         214572 kB
Inactive:        70176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          73596 kB
Slab:            44464 kB
Committed_AS:   231484 kB
PageTables:       1988 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= 66156 MiB
End job on node88 at 2009-07-12 05:37:47