Trace number 2079430

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.04 1808.64

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-9_ext.xml
MD5SUM4e1f407395803ee445eb1875482b8032
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 benchmark32.88
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints16
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.06	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.06	c 0	BEGIN Sun Jul 12 05:08:36 2009
0.05/0.06	c 0	PID 23091
0.05/0.07	c 0	HOST node81.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2079430-1247368116.xml TO HOME/temp.csp
0.05/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-2079430-1247368116.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 63 variables, 0 predicates, 2 relations, 16 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.30/0.40	c 0	Parsing HOME/temp.csp
0.30/0.52	c 0	parsed 82 expressions
0.30/0.53	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.53	c 0	Converting to clausal form CSP
0.30/0.55	c 0	converted 9 (10%) expressions
0.30/0.55	c 0	converted 17 (20%) expressions
0.30/0.55	c 0	converted 25 (30%) expressions
0.30/0.55	c 0	converted 33 (40%) expressions
0.30/0.55	c 0	converted 41 (50%) expressions
0.30/0.55	c 0	converted 50 (60%) expressions
0.30/0.55	c 0	converted 58 (70%) expressions
0.30/0.56	c 0	converted 66 (80%) expressions
0.30/0.96	c 1	converted 74 (90%) expressions
1.25/1.31	c 1	converted 82 (100%) expressions
1.25/1.31	c 1	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
1.25/1.31	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.31	c 1	Propagation in CSP
1.25/1.31	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.31	c 1	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
1.25/1.31	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.32	c 1	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
1.25/1.32	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.44	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.45	c 1	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.35/1.46	c 1	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.35/1.46	c 1	19 (30%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.35/1.46	c 1	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.35/1.46	c 1	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.35/1.46	c 1	38 (60%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.35/1.46	c 1	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.35/1.46	c 1	51 (80%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
1.35/1.46	c 1	57 (90%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
1.35/1.47	c 1	63 (100%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
8.82/8.90	c 9	2 (10%) CSP clauses are encoded (67042 clauses, 2952583 bytes)
16.18/16.34	c 16	4 (20%) CSP clauses are encoded (132572 clauses, 5917817 bytes)
20.06/20.22	c 20	5 (30%) CSP clauses are encoded (165337 clauses, 7506477 bytes)
27.42/27.63	c 27	7 (40%) CSP clauses are encoded (230867 clauses, 10683797 bytes)
31.11/31.34	c 31	8 (50%) CSP clauses are encoded (263632 clauses, 12272457 bytes)
40.37/40.64	c 40	10 (60%) CSP clauses are encoded (335545 clauses, 15701244 bytes)
51.12/51.41	c 51	12 (70%) CSP clauses are encoded (413841 clauses, 20043664 bytes)
56.70/57.02	c 57	13 (80%) CSP clauses are encoded (452989 clauses, 22214874 bytes)
67.44/67.86	c 68	15 (90%) CSP clauses are encoded (531285 clauses, 27189463 bytes)
72.82/73.29	c 73	16 (100%) CSP clauses are encoded (570433 clauses, 29823204 bytes)
72.82/73.29	c 73	16 CSP clauses encoded
72.82/73.29	c 73	Writing map file : HOME/temp.map
72.82/73.29	c 73	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
72.82/73.29	c 73	SAT : 1575 SAT variables, 570433 SAT clauses, 29823204 bytes
72.82/73.29	c 73	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
72.92/73.34	c 73	SOLVING HOME/temp.cnf
72.92/73.34	c 73	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1808.61	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1808.61	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.04/1808.61	c ERROR INTERRUPTED
1800.04/1808.63	s UNKNOWN
1800.04/1808.63	c 1808	CPU 72.93 (0.05 0.01 72.47 0.4)
1800.04/1808.63	c 1808	END Sun Jul 12 05:38:44 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-2079430-1247368116/watcher-2079430-1247368116 -o /tmp/evaluation-result-2079430-1247368116/solver-2079430-1247368116 -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-2079430-1247368116.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.06 2.02 2.00 4/74 23091
/proc/meminfo: memFree=1726528/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=12272 CPUtime=0
/proc/23091/stat : 23091 (sugar) R 23089 23091 19085 0 -1 4194304 396 0 0 0 0 0 0 0 21 0 1 0 23876658 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/23091/statm: 3068 364 274 3 0 168 0

[startup+0.058512 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 23091
/proc/meminfo: memFree=1726528/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16344 CPUtime=0.05
/proc/23091/stat : 23091 (sugar) R 23089 23091 19085 0 -1 4194304 999 0 0 0 4 1 0 0 21 0 1 0 23876658 16736256 967 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 1 0 0
/proc/23091/statm: 4086 968 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101523 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 23091
/proc/meminfo: memFree=1726528/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.06
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301543 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 23091
/proc/meminfo: memFree=1726528/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.06
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70158 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 23091
/proc/meminfo: memFree=1726528/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.3
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1310 4957 0 1 5 1 21 3 15 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 23113
/proc/meminfo: memFree=1700840/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.3
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1310 4957 0 1 5 1 21 3 15 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
[pid=23104] ppid=23091 vsize=5356 CPUtime=0
/proc/23104/stat : 23104 (sh) S 23091 23091 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23104/statm: 1339 233 193 169 0 50 0
[pid=23105] ppid=23104 vsize=864464 CPUtime=1.15
/proc/23105/stat : 23105 (java) S 23104 23091 19085 0 -1 0 12071 0 1 0 110 5 0 0 18 0 9 0 23876692 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23105/statm: 216116 11298 2590 9 0 210593 0
[pid=23105/tid=23106] ppid=23104 vsize=864464 CPUtime=0.44
/proc/23105/task/23106/stat : 23106 (java) R 23104 23091 19085 0 -1 64 3030 0 1 0 43 1 0 0 18 0 9 0 23876692 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23107] ppid=23104 vsize=864464 CPUtime=0.63
/proc/23105/task/23107/stat : 23107 (java) S 23104 23091 19085 0 -1 64 8018 0 0 0 60 3 0 0 17 0 9 0 23876694 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23108] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23108/stat : 23108 (java) S 23104 23091 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23109] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23109/stat : 23109 (java) S 23104 23091 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23110] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23110/stat : 23110 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876696 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23111] ppid=23104 vsize=864464 CPUtime=0.06
/proc/23105/task/23111/stat : 23111 (java) R 23104 23091 19085 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 23876696 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 102014243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23112] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23112/stat : 23112 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23876696 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23113] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23113/stat : 23113 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876696 885211136 11298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886688

[startup+3.10184 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 23113
/proc/meminfo: memFree=1687016/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.3
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1310 4957 0 1 5 1 21 3 15 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
[pid=23104] ppid=23091 vsize=5356 CPUtime=0
/proc/23104/stat : 23104 (sh) S 23091 23091 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23104/statm: 1339 233 193 169 0 50 0
[pid=23105] ppid=23104 vsize=864464 CPUtime=2.74
/proc/23105/stat : 23105 (java) S 23104 23091 19085 0 -1 0 12586 0 1 0 269 5 0 0 18 0 9 0 23876692 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23105/statm: 216116 11797 2590 9 0 210593 0
[pid=23105/tid=23106] ppid=23104 vsize=864464 CPUtime=1.99
/proc/23105/task/23106/stat : 23106 (java) R 23104 23091 19085 0 -1 64 3046 0 1 0 198 1 0 0 25 0 9 0 23876692 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4126592660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23107] ppid=23104 vsize=864464 CPUtime=0.65
/proc/23105/task/23107/stat : 23107 (java) S 23104 23091 19085 0 -1 64 8507 0 0 0 62 3 0 0 16 0 9 0 23876694 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23108] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23108/stat : 23108 (java) S 23104 23091 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23109] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23109/stat : 23109 (java) S 23104 23091 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23110] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23110/stat : 23110 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876696 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23111] ppid=23104 vsize=864464 CPUtime=0.07
/proc/23105/task/23111/stat : 23111 (java) S 23104 23091 19085 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23876696 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23112] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23112/stat : 23112 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23876696 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23113] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23113/stat : 23113 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876696 885211136 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886688

[startup+6.30218 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 23113
/proc/meminfo: memFree=1681520/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.3
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1310 4957 0 1 5 1 21 3 15 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
[pid=23104] ppid=23091 vsize=5356 CPUtime=0
/proc/23104/stat : 23104 (sh) S 23091 23091 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23104/statm: 1339 233 193 169 0 50 0
[pid=23105] ppid=23104 vsize=864464 CPUtime=5.92
/proc/23105/stat : 23105 (java) S 23104 23091 19085 0 -1 0 13523 0 1 0 586 6 0 0 18 0 9 0 23876692 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23105/statm: 216116 12685 2590 9 0 210593 0
[pid=23105/tid=23106] ppid=23104 vsize=864464 CPUtime=5.11
/proc/23105/task/23106/stat : 23106 (java) R 23104 23091 19085 0 -1 64 3095 0 1 0 510 1 0 0 25 0 9 0 23876692 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4126572460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23107] ppid=23104 vsize=864464 CPUtime=0.71
/proc/23105/task/23107/stat : 23107 (java) S 23104 23091 19085 0 -1 64 9392 0 0 0 68 3 0 0 16 0 9 0 23876694 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23108] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23108/stat : 23108 (java) S 23104 23091 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23109] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23109/stat : 23109 (java) S 23104 23091 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23110] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23110/stat : 23110 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876696 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23111] ppid=23104 vsize=864464 CPUtime=0.07
/proc/23105/task/23111/stat : 23111 (java) S 23104 23091 19085 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 23876696 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23112] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23112/stat : 23112 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23876696 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23113] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23113/stat : 23113 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876696 885211136 12685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886688

[startup+12.7019 s]
/proc/loadavg: 2.11 2.03 2.01 3/85 23113
/proc/meminfo: memFree=1672880/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.3
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1310 4957 0 1 5 1 21 3 16 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
[pid=23104] ppid=23091 vsize=5356 CPUtime=0
/proc/23104/stat : 23104 (sh) S 23091 23091 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23104/statm: 1339 233 193 169 0 50 0
[pid=23105] ppid=23104 vsize=864464 CPUtime=12.3
/proc/23105/stat : 23105 (java) S 23104 23091 19085 0 -1 0 15323 0 1 0 1219 11 0 0 18 0 9 0 23876692 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23105/statm: 216116 14390 2590 9 0 210593 0
[pid=23105/tid=23106] ppid=23104 vsize=864464 CPUtime=11.35
/proc/23105/task/23106/stat : 23106 (java) R 23104 23091 19085 0 -1 64 3190 0 1 0 1131 4 0 0 25 0 9 0 23876692 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4126611017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23107] ppid=23104 vsize=864464 CPUtime=0.85
/proc/23105/task/23107/stat : 23107 (java) S 23104 23091 19085 0 -1 64 11096 0 0 0 80 5 0 0 16 0 9 0 23876694 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23108] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23108/stat : 23108 (java) S 23104 23091 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23109] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23109/stat : 23109 (java) S 23104 23091 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23110] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23110/stat : 23110 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876696 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23111] ppid=23104 vsize=864464 CPUtime=0.07
/proc/23105/task/23111/stat : 23111 (java) S 23104 23091 19085 0 -1 64 338 0 0 0 7 0 0 0 17 0 9 0 23876696 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23112] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23112/stat : 23112 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23876696 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23113] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23113/stat : 23113 (java) S 23104 23091 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876696 885211136 14390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 886688

[startup+25.5022 s]
/proc/loadavg: 2.10 2.03 2.01 3/85 23113
/proc/meminfo: memFree=1660656/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=0.3
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1310 4957 0 1 5 1 21 3 16 0 1 0 23876658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1111 409 3 0 796 0
[pid=23104] ppid=23091 vsize=5356 CPUtime=0
/proc/23104/stat : 23104 (sh) S 23091 23091 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23104/statm: 1339 233 193 169 0 50 0
[pid=23105] ppid=23104 vsize=864464 CPUtime=25.03
/proc/23105/stat : 23105 (java) S 23104 23091 19085 0 -1 0 19428 0 1 0 2487 16 0 0 18 0 9 0 23876692 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23105/statm: 216116 15819 2590 9 0 210593 0
[pid=23105/tid=23106] ppid=23104 vsize=864464 CPUtime=23.65
/proc/23105/task/23106/stat : 23106 (java) R 23104 23091 19085 0 -1 64 3355 0 1 0 2358 7 0 0 25 0 9 0 23876692 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4126573093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23107] ppid=23104 vsize=864464 CPUtime=1.28
/proc/23105/task/23107/stat : 23107 (java) S 23104 23091 19085 0 -1 64 15033 0 0 0 120 8 0 0 16 0 9 0 23876694 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23108] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23108/stat : 23108 (java) S 23104 23091 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23109] ppid=23104 vsize=864464 CPUtime=0
/proc/23105/task/23109/stat : 23109 (java) S 23104 23091 19085 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876694 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23105/tid=23110] ppid=23104 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1624048/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=56948 CPUtime=1223.25
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16139 0 0 0 121565 760 0 0 25 0 1 0 23883993 58314752 13866 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14237 13866 48 102 0 14132 0
Current children cumulated CPU time (s) 1296.18
Current children cumulated vsize (KiB) 79172

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1622256/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=58268 CPUtime=1282.96
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16681 0 0 0 127535 761 0 0 25 0 1 0 23883993 59666432 14193 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14567 14193 48 102 0 14462 0
Current children cumulated CPU time (s) 1355.89
Current children cumulated vsize (KiB) 80492

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1622256/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=58268 CPUtime=1342.67
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16681 0 0 0 133506 761 0 0 25 0 1 0 23883993 59666432 14193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14567 14193 48 102 0 14462 0
Current children cumulated CPU time (s) 1415.6
Current children cumulated vsize (KiB) 80492

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1622256/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=58268 CPUtime=1402.38
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16681 0 0 0 139477 761 0 0 25 0 1 0 23883993 59666432 14193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14567 14193 48 102 0 14462 0
Current children cumulated CPU time (s) 1475.31
Current children cumulated vsize (KiB) 80492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1621872/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=58268 CPUtime=1462.09
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16918 0 0 0 145448 761 0 0 25 0 1 0 23883993 59666432 14208 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14567 14208 48 102 0 14462 0
Current children cumulated CPU time (s) 1535.02
Current children cumulated vsize (KiB) 80492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1621296/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=58268 CPUtime=1521.8
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16918 0 0 0 151419 761 0 0 25 0 1 0 23883993 59666432 14208 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14567 14208 48 102 0 14462 0
Current children cumulated CPU time (s) 1594.73
Current children cumulated vsize (KiB) 80492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1620848/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=58268 CPUtime=1581.51
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 16918 0 0 0 157390 761 0 0 25 0 1 0 23883993 59666432 14208 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14567 14208 48 102 0 14462 0
Current children cumulated CPU time (s) 1654.44
Current children cumulated vsize (KiB) 80492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1619184/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=59852 CPUtime=1641.23
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 17557 0 0 0 163361 762 0 0 25 0 1 0 23883993 61288448 14615 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14963 14615 48 102 0 14858 0
Current children cumulated CPU time (s) 1714.16
Current children cumulated vsize (KiB) 82076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1619184/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=59852 CPUtime=1700.94
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 17557 0 0 0 169332 762 0 0 25 0 1 0 23883993 61288448 14615 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14963 14615 48 102 0 14858 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 82076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 23225
/proc/meminfo: memFree=1618928/2055920 swapFree=4192812/4192956
[pid=23091] ppid=23089 vsize=16868 CPUtime=72.93
/proc/23091/stat : 23091 (sugar) S 23089 23091 19085 0 -1 4194304 1365 31109 0 2 5 1 7247 40 16 0 1 0 23876658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23091/statm: 4217 1113 409 3 0 796 0
[pid=23114] ppid=23091 vsize=5356 CPUtime=0
/proc/23114/stat : 23114 (sh) S 23091 23091 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23114/statm: 1339 232 193 169 0 50 0
[pid=23115] ppid=23114 vsize=59852 CPUtime=1727.11
/proc/23115/stat : 23115 (picosat) R 23114 23091 19085 0 -1 4194304 17557 0 0 0 171949 762 0 0 25 0 1 0 23883993 61288448 14615 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23115/statm: 14963 14615 48 102 0 14858 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 82076

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23091 and gives
#  childrusage.ru_utime.tv_sec=72
#  childrusage.ru_utime.tv_usec=531973
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=441932
# CPU time returned by wait4() is 72.9739
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.64
CPU time (s): 1800.04
CPU user time (s): 1792.01
CPU system time (s): 8.03
CPU usage (%): 99.5247
Max. virtual memory (cumulated for all children) (KiB): 892068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.532
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32959
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= 11228
involuntary context switches= 11928

runsolver used 1.9537 second user time and 5.88711 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 05:08:36
IDJOB=2079430
IDBENCH=56897
IDSOLVER=738
FILE ID=node81/2079430-1247368116
PBS_JOBID= 9507040
Free space on /tmp= 126680 MiB

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

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

MD5SUM BENCH= 4e1f407395803ee445eb1875482b8032
RANDOM SEED=1892413865

node81.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.233
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.233
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:       1727008 kB
Buffers:         52116 kB
Cached:         176432 kB
SwapCached:        136 kB
Active:         147272 kB
Inactive:       105048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3564 kB
Writeback:           0 kB
Mapped:          34280 kB
Slab:            61692 kB
Committed_AS:   244948 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126676 MiB
End job on node81 at 2009-07-12 05:38:46