Trace number 2079177

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.13 1808.53

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-7_ext.xml
MD5SUMc56f703fbfb446fbf73a9fe89e10396f
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 benchmark89.9963
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
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 05:05:16 2009
0.06/0.08	c 0	PID 23666
0.06/0.08	c 0	HOST node21.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079177-1247367916.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-2079177-1247367916.xml' 'HOME/temp.csp'
0.07/0.34	c 0	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.07/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	c 0	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.32/0.44	c 0	Parsing HOME/temp.csp
0.32/0.56	c 1	parsed 50 expressions
0.32/0.57	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.57	c 1	Converting to clausal form CSP
0.32/0.59	c 1	converted 5 (10%) expressions
0.32/0.59	c 1	converted 10 (20%) expressions
0.32/0.59	c 1	converted 15 (30%) expressions
0.32/0.59	c 1	converted 20 (40%) expressions
0.32/0.59	c 1	converted 25 (50%) expressions
0.32/0.59	c 1	converted 30 (60%) expressions
0.32/0.59	c 1	converted 35 (70%) expressions
0.32/0.66	c 1	converted 40 (80%) expressions
0.32/0.78	c 1	converted 45 (90%) expressions
0.93/1.07	c 1	converted 50 (100%) expressions
0.93/1.07	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
0.93/1.07	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.07	c 1	Propagation in CSP
0.93/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.07	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
0.93/1.07	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.07	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
0.93/1.07	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.18	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.04/1.18	c 1	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.04/1.18	c 1	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.04/1.19	c 1	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.04/1.19	c 1	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.04/1.19	c 1	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.04/1.19	c 1	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.04/1.19	c 1	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.04/1.19	c 1	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.04/1.19	c 1	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.32/2.43	c 2	2 (10%) CSP clauses are encoded (24190 clauses, 794568 bytes)
2.91/3.02	c 3	3 (20%) CSP clauses are encoded (35865 clauses, 1192258 bytes)
3.50/3.61	c 4	4 (30%) CSP clauses are encoded (47540 clauses, 1590097 bytes)
4.10/4.20	c 4	5 (40%) CSP clauses are encoded (59215 clauses, 2010053 bytes)
4.59/4.79	c 5	6 (50%) CSP clauses are encoded (70890 clauses, 2430009 bytes)
9.44/9.60	c 10	8 (60%) CSP clauses are encoded (115330 clauses, 4089531 bytes)
13.60/13.81	c 14	9 (70%) CSP clauses are encoded (148095 clauses, 5601211 bytes)
17.55/17.89	c 18	10 (80%) CSP clauses are encoded (180860 clauses, 7112891 bytes)
21.82/22.13	c 22	11 (90%) CSP clauses are encoded (213625 clauses, 8624571 bytes)
25.88/26.25	c 26	12 (100%) CSP clauses are encoded (246390 clauses, 10136251 bytes)
25.88/26.25	c 26	12 CSP clauses encoded
25.88/26.25	c 26	Writing map file : HOME/temp.map
25.88/26.25	c 26	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.88/26.25	c 26	SAT : 875 SAT variables, 246390 SAT clauses, 10136251 bytes
25.88/26.25	c 26	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.93/26.31	c 26	SOLVING HOME/temp.cnf
25.93/26.31	c 26	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1808.51	sh: line 1: 23690 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1808.51	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1808.51	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1808.51	c ERROR INTERRUPTED
1800.07/1808.52	s UNKNOWN
1800.07/1808.52	c 1808	CPU 1800.1 (0.05 0.02 1796.7 3.33)
1800.07/1808.52	c 1808	END Sun Jul 12 05:35:24 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-2079177-1247367916/watcher-2079177-1247367916 -o /tmp/evaluation-result-2079177-1247367916/solver-2079177-1247367916 -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-2079177-1247367916.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.97 2.00 2.05 4/74 23666
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=18576 CPUtime=0
/proc/23666/stat : 23666 (runsolver) R 23664 23666 18192 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23858069 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23666/statm: 4644 284 249 26 0 2626 0

[startup+0.069463 s]
/proc/loadavg: 1.97 2.00 2.05 4/74 23666
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16212 CPUtime=0.06
/proc/23666/stat : 23666 (sugar) R 23664 23666 18192 0 -1 4194304 977 0 0 0 4 2 0 0 18 0 1 0 23858069 16601088 945 996147200 4194304 4206940 548682068608 18446744073709551615 221249916708 0 0 4224 0 0 0 0 17 1 0 0
/proc/23666/statm: 4053 945 380 3 0 632 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16212

[startup+0.101465 s]
/proc/loadavg: 1.97 2.00 2.05 4/74 23666
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.07
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301486 s]
/proc/loadavg: 1.97 2.00 2.05 4/74 23666
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.07
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70153 s]
/proc/loadavg: 1.97 2.00 2.05 4/74 23666
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.32
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1310 4732 0 1 5 2 22 3 16 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 1.97 2.00 2.05 4/85 23688
/proc/meminfo: memFree=1577104/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.32
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1310 4732 0 1 5 2 22 3 15 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
[pid=23679] ppid=23666 vsize=5356 CPUtime=0
/proc/23679/stat : 23679 (sh) S 23666 23666 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858105 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23679/statm: 1339 233 193 169 0 50 0
[pid=23680] ppid=23679 vsize=864444 CPUtime=1.1
/proc/23680/stat : 23680 (java) S 23679 23666 18192 0 -1 0 8248 0 1 0 106 4 0 0 18 0 9 0 23858105 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 216111 7492 2590 9 0 210588 0
[pid=23680/tid=23681] ppid=23679 vsize=864444 CPUtime=0.59
/proc/23680/task/23681/stat : 23681 (java) R 23679 23666 18192 0 -1 64 2850 0 1 0 58 1 0 0 19 0 9 0 23858106 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 102094189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23682] ppid=23679 vsize=864444 CPUtime=0.39
/proc/23680/task/23682/stat : 23682 (java) S 23679 23666 18192 0 -1 64 4361 0 0 0 38 1 0 0 16 0 9 0 23858107 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23679 23666 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858108 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23679 23666 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23858108 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23858110 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23679 vsize=864444 CPUtime=0.08
/proc/23680/task/23686/stat : 23686 (java) S 23679 23666 18192 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23858110 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858110 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858110 885190656 7492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886668

[startup+3.10279 s]
/proc/loadavg: 1.97 2.00 2.05 3/85 23688
/proc/meminfo: memFree=1574608/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.32
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1310 4732 0 1 5 2 22 3 15 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
[pid=23679] ppid=23666 vsize=5356 CPUtime=0
/proc/23679/stat : 23679 (sh) S 23666 23666 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858105 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23679/statm: 1339 233 193 169 0 50 0
[pid=23680] ppid=23679 vsize=864444 CPUtime=2.69
/proc/23680/stat : 23680 (java) S 23679 23666 18192 0 -1 0 9111 0 1 0 263 6 0 0 18 0 9 0 23858105 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 216111 8283 2590 9 0 210588 0
[pid=23680/tid=23681] ppid=23679 vsize=864444 CPUtime=2.1
/proc/23680/task/23681/stat : 23681 (java) R 23679 23666 18192 0 -1 64 2922 0 1 0 208 2 0 0 25 0 9 0 23858106 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4126579463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23682] ppid=23679 vsize=864444 CPUtime=0.47
/proc/23680/task/23682/stat : 23682 (java) S 23679 23666 18192 0 -1 64 5146 0 0 0 45 2 0 0 16 0 9 0 23858107 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23679 23666 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858108 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23679 23666 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23858108 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23858110 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23679 vsize=864444 CPUtime=0.09
/proc/23680/task/23686/stat : 23686 (java) S 23679 23666 18192 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23858110 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858110 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23679 vsize=864444 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858110 885190656 8283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886668

[startup+6.30213 s]
/proc/loadavg: 1.97 2.00 2.05 4/85 23688
/proc/meminfo: memFree=1562000/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.32
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1310 4732 0 1 5 2 22 3 15 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
[pid=23679] ppid=23666 vsize=5356 CPUtime=0
/proc/23679/stat : 23679 (sh) S 23666 23666 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858105 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23679/statm: 1339 233 193 169 0 50 0
[pid=23680] ppid=23679 vsize=864468 CPUtime=5.85
/proc/23680/stat : 23680 (java) S 23679 23666 18192 0 -1 0 11744 0 1 0 575 10 0 0 18 0 9 0 23858105 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 216117 9585 2590 9 0 210594 0
[pid=23680/tid=23681] ppid=23679 vsize=864468 CPUtime=5.03
/proc/23680/task/23681/stat : 23681 (java) R 23679 23666 18192 0 -1 64 3040 0 1 0 500 3 0 0 25 0 9 0 23858106 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4126598432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23682] ppid=23679 vsize=864468 CPUtime=0.7
/proc/23680/task/23682/stat : 23682 (java) S 23679 23666 18192 0 -1 64 7661 0 0 0 65 5 0 0 16 0 9 0 23858107 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23679 23666 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858108 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23679 23666 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23858108 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23858110 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23679 vsize=864468 CPUtime=0.09
/proc/23680/task/23686/stat : 23686 (java) S 23679 23666 18192 0 -1 64 343 0 0 0 9 0 0 0 17 0 9 0 23858110 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858110 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858110 885215232 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886692

[startup+12.7028 s]
/proc/loadavg: 1.97 2.00 2.05 4/85 23688
/proc/meminfo: memFree=1562128/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.32
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1310 4732 0 1 5 2 22 3 16 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
[pid=23679] ppid=23666 vsize=5356 CPUtime=0
/proc/23679/stat : 23679 (sh) S 23666 23666 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858105 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23679/statm: 1339 233 193 169 0 50 0
[pid=23680] ppid=23679 vsize=864468 CPUtime=12.19
/proc/23680/stat : 23680 (java) S 23679 23666 18192 0 -1 0 13271 0 1 0 1206 13 0 0 18 0 9 0 23858105 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 216117 9653 2590 9 0 210594 0
[pid=23680/tid=23681] ppid=23679 vsize=864468 CPUtime=11.1
/proc/23680/task/23681/stat : 23681 (java) R 23679 23666 18192 0 -1 64 3189 0 1 0 1106 4 0 0 25 0 9 0 23858106 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23682] ppid=23679 vsize=864468 CPUtime=0.96
/proc/23680/task/23682/stat : 23682 (java) S 23679 23666 18192 0 -1 64 9039 0 0 0 89 7 0 0 16 0 9 0 23858107 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23679 23666 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858108 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23679 23666 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23858108 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23858110 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23679 vsize=864468 CPUtime=0.09
/proc/23680/task/23686/stat : 23686 (java) S 23679 23666 18192 0 -1 64 343 0 0 0 9 0 0 0 17 0 9 0 23858110 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23858110 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23679 23666 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23858110 885215232 9653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886692

[startup+25.5012 s]
/proc/loadavg: 1.98 2.00 2.05 3/85 23688
/proc/meminfo: memFree=1555920/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=0.32
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1310 4732 0 1 5 2 22 3 16 0 1 0 23858069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1111 409 3 0 796 0
[pid=23679] ppid=23666 vsize=5356 CPUtime=0
/proc/23679/stat : 23679 (sh) S 23666 23666 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23858105 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23679/statm: 1339 233 193 169 0 50 0
[pid=23680] ppid=23679 vsize=864468 CPUtime=24.86
/proc/23680/stat : 23680 (java) S 23679 23666 18192 0 -1 0 15441 0 1 0 2467 19 0 0 18 0 9 0 23858105 885215232 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 216117 10203 2590 9 0 210594 0
[pid=23680/tid=23681] ppid=23679 vsize=864468 CPUtime=23.37
/proc/23680/task/23681/stat : 23681 (java) R 23679 23666 18192 0 -1 64 3499 0 1 0 2329 8 0 0 25 0 9 0 23858106 885215232 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4126578776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23682] ppid=23679 vsize=864468 CPUtime=1.36
/proc/23680/task/23682/stat : 23682 (java) S 23679 23666 18192 0 -1 64 10894 0 0 0 126 10 0 0 16 0 9 0 23858107 885215232 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23679 23666 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23858108 885215232 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23679 vsize=864468 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23679 23666 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23858108 885215232 10203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23679 vsize=864468 CPUtime=0

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

[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23072 CPUtime=1268.13
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 5973 0 0 0 126507 306 0 0 25 0 1 0 23860700 23625728 5441 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5768 5441 48 102 0 5663 0
Current children cumulated CPU time (s) 1294.07
Current children cumulated vsize (KiB) 45296

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23824
/proc/meminfo: memFree=1565736/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23600 CPUtime=1328.11
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6201 0 0 0 132504 307 0 0 25 0 1 0 23860700 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1354.05
Current children cumulated vsize (KiB) 45824

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23824
/proc/meminfo: memFree=1565288/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23600 CPUtime=1388.09
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6201 0 0 0 138502 307 0 0 25 0 1 0 23860700 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1414.03
Current children cumulated vsize (KiB) 45824

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 23824
/proc/meminfo: memFree=1564904/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23600 CPUtime=1448.06
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6201 0 0 0 144499 307 0 0 25 0 1 0 23860700 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1474
Current children cumulated vsize (KiB) 45824

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/77 23824
/proc/meminfo: memFree=1564648/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23600 CPUtime=1508.04
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6201 0 0 0 150497 307 0 0 25 0 1 0 23860700 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1533.98
Current children cumulated vsize (KiB) 45824

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/77 23824
/proc/meminfo: memFree=1563880/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23864 CPUtime=1568.01
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6365 0 0 0 156494 307 0 0 25 0 1 0 23860700 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1593.95
Current children cumulated vsize (KiB) 46088

[startup+1662.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/77 23824
/proc/meminfo: memFree=1562152/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23864 CPUtime=1627.98
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6365 0 0 0 162491 307 0 0 25 0 1 0 23860700 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1653.92
Current children cumulated vsize (KiB) 46088

[startup+1722.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 23824
/proc/meminfo: memFree=1560424/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23864 CPUtime=1687.96
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6365 0 0 0 168489 307 0 0 25 0 1 0 23860700 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1713.9
Current children cumulated vsize (KiB) 46088

[startup+1782.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/77 23824
/proc/meminfo: memFree=1560040/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23864 CPUtime=1747.93
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6365 0 0 0 174486 307 0 0 25 0 1 0 23860700 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 46088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 23824
/proc/meminfo: memFree=1560040/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23864 CPUtime=1774.13
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6365 0 0 0 177106 307 0 0 25 0 1 0 23860700 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 46088

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

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

[startup+1808.5 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 23824
/proc/meminfo: memFree=1560040/2055920 swapFree=4192812/4192956
[pid=23666] ppid=23664 vsize=16868 CPUtime=25.94
/proc/23666/stat : 23666 (sugar) S 23664 23666 18192 0 -1 4194304 1364 20508 0 2 5 2 2563 24 16 0 1 0 23858069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23666/statm: 4217 1112 409 3 0 796 0
[pid=23689] ppid=23666 vsize=5356 CPUtime=0
/proc/23689/stat : 23689 (sh) S 23666 23666 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23860700 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23689/statm: 1339 232 193 169 0 50 0
[pid=23690] ppid=23689 vsize=23864 CPUtime=1774.13
/proc/23690/stat : 23690 (picosat) R 23689 23666 18192 0 -1 4194304 6365 0 0 0 177106 307 0 0 25 0 1 0 23860700 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23690/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 46088

Child status: 0
Real time (s): 1808.53
CPU time (s): 1800.13
CPU user time (s): 1796.76
CPU system time (s): 3.36849
CPU usage (%): 99.5357
Max. virtual memory (cumulated for all children) (KiB): 889512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.76
system time used= 3.36849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28954
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= 7877
involuntary context switches= 29437

runsolver used 2.06269 second user time and 6.18506 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 05:05:16
IDJOB=2079177
IDBENCH=56858
IDSOLVER=738
FILE ID=node21/2079177-1247367916
PBS_JOBID= 9507035
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= c56f703fbfb446fbf73a9fe89e10396f
RANDOM SEED=2054290372

node21.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.240
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.240
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:       1599816 kB
Buffers:         41024 kB
Cached:         288504 kB
SwapCached:          0 kB
Active:         178296 kB
Inactive:       201508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          61520 kB
Slab:            61596 kB
Committed_AS:   182912 kB
PageTables:       1856 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= 66400 MiB
End job on node21 at 2009-07-12 05:35:26