Trace number 2071466

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+picosatSAT 578.865 583.79

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-312_ext.xml
MD5SUM65f85b567c2a964c1b318550507e81c9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.5927
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:10:15 2009
0.00/0.08	c 0	PID 17506
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071466-1247353815.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071466-1247353815.xml' 'HOME/temp.csp'
0.07/0.66	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	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.64/0.80	c 1	Parsing HOME/temp.csp
0.64/0.97	c 1	parsed 459 expressions
0.64/0.98	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.98	c 1	Converting to clausal form CSP
0.90/1.01	c 1	converted 46 (10%) expressions
0.90/1.02	c 1	converted 92 (20%) expressions
0.90/1.04	c 1	converted 138 (30%) expressions
0.90/1.05	c 1	converted 184 (40%) expressions
0.90/1.05	c 1	converted 230 (50%) expressions
0.90/1.06	c 1	converted 276 (60%) expressions
1.00/1.11	c 2	converted 322 (70%) expressions
1.00/1.11	c 2	converted 368 (80%) expressions
1.00/1.12	c 2	converted 414 (90%) expressions
3.66/3.80	c 4	converted 459 (100%) expressions
3.66/3.80	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.66/3.80	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.66/3.80	c 4	Propagation in CSP
3.66/3.80	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.66/3.80	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.66/3.80	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.66/3.80	c 4	Simplifing CSP by introducing new Boolean variables
3.66/3.80	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.66/3.80	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.96/4.16	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.07/4.20	c 5	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
4.07/4.21	c 5	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
4.07/4.21	c 5	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
4.07/4.21	c 5	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
4.07/4.22	c 5	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
4.07/4.23	c 5	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
4.07/4.23	c 5	54 (70%) CSP integer variables are encoded (26302 clauses, 372428 bytes)
4.07/4.23	c 5	61 (80%) CSP integer variables are encoded (27618 clauses, 392168 bytes)
4.07/4.23	c 5	69 (90%) CSP integer variables are encoded (29122 clauses, 414728 bytes)
4.07/4.23	c 5	76 (100%) CSP integer variables are encoded (30062 clauses, 428828 bytes)
4.07/4.29	c 5	35 (10%) CSP clauses are encoded (30985 clauses, 447386 bytes)
4.16/4.31	c 5	70 (20%) CSP clauses are encoded (31882 clauses, 469165 bytes)
4.16/4.33	c 5	105 (30%) CSP clauses are encoded (32802 clauses, 490981 bytes)
4.16/4.35	c 5	140 (40%) CSP clauses are encoded (33725 clauses, 513039 bytes)
4.16/4.37	c 5	175 (50%) CSP clauses are encoded (34646 clauses, 535248 bytes)
4.16/4.40	c 5	210 (60%) CSP clauses are encoded (35566 clauses, 557914 bytes)
4.27/4.42	c 5	245 (70%) CSP clauses are encoded (36486 clauses, 582121 bytes)
4.27/4.45	c 5	280 (80%) CSP clauses are encoded (37433 clauses, 606682 bytes)
4.27/4.50	c 5	315 (90%) CSP clauses are encoded (38425 clauses, 631861 bytes)
79.73/79.91	c 80	350 (100%) CSP clauses are encoded (909707 clauses, 29550386 bytes)
79.73/79.91	c 80	350 CSP clauses encoded
79.73/79.91	c 80	Writing map file : HOME/temp.map
79.73/79.91	c 80	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
79.73/79.91	c 80	SAT : 30136 SAT variables, 909707 SAT clauses, 29550386 bytes
79.73/79.91	c 80	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
79.73/79.94	c 80	SOLVING HOME/temp.cnf
79.73/79.94	c 80	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
578.41/583.39	c 584	DECODING HOME/temp.out WITH HOME/temp.map
578.41/583.39	c 584	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'
578.51/583.48	c 584	Decoding HOME/temp.out
578.51/583.70	s SATISFIABLE
578.51/583.71	v 12 7 18 1 15 20 17 1 25 13 23 7 2 4 9 25 1 15 13 6 24 16 14 2 11 4 5 1 19 3 20 1 10 3 8 8 6 1 7 4 4 15 16 9 22 1 3 13 21 9 8 28 29 42 49 53 78 93 99 115 117 121 122 125 126 129 137 138 142 157 166 167 180 189 189 0
578.51/583.71	c 584	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
578.51/583.78	c 584	CPU 578.82 (0.06 0.01 571.68 7.07)
578.51/583.78	c 584	END Sun Jul 12 01:19:59 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071466-1247353815/watcher-2071466-1247353815 -o /tmp/evaluation-result-2071466-1247353815/solver-2071466-1247353815 -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-2071466-1247353815.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.08 2.04 2.05 4/74 17506
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=12000 CPUtime=0
/proc/17506/stat : 17506 (sugar) R 17504 17506 17094 0 -1 4194304 200 0 0 0 0 0 0 0 23 0 1 0 22444243 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 237961802434 0 0 4224 0 0 0 0 17 1 0 0
/proc/17506/statm: 3000 168 129 3 0 100 0

[startup+0.098354 s]
/proc/loadavg: 2.08 2.04 2.05 4/74 17506
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.07
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22444243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10135 s]
/proc/loadavg: 2.08 2.04 2.05 4/74 17506
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.07
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22444243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301371 s]
/proc/loadavg: 2.08 2.04 2.05 4/74 17506
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.07
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22444243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701395 s]
/proc/loadavg: 2.08 2.04 2.05 4/74 17506
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.07
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 22444243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50246 s]
/proc/loadavg: 2.08 2.04 2.05 3/85 17528
/proc/meminfo: memFree=1565304/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.64
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1309 6781 0 1 6 1 53 4 15 0 1 0 22444243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1111 409 3 0 796 0
[pid=17519] ppid=17506 vsize=5356 CPUtime=0
/proc/17519/stat : 17519 (sh) S 17506 17506 17094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22444315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 1339 233 193 169 0 50 0
[pid=17520] ppid=17519 vsize=864364 CPUtime=0.75
/proc/17520/stat : 17520 (java) S 17519 17506 17094 0 -1 0 8778 0 1 0 70 5 0 0 18 0 9 0 22444315 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17520/statm: 216091 7861 2566 9 0 210596 0
[pid=17520/tid=17521] ppid=17519 vsize=864364 CPUtime=0.34
/proc/17520/task/17521/stat : 17521 (java) R 17519 17506 17094 0 -1 64 2780 0 1 0 33 1 0 0 22 0 9 0 22444316 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 102138192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17522] ppid=17519 vsize=864364 CPUtime=0.32
/proc/17520/task/17522/stat : 17522 (java) S 17519 17506 17094 0 -1 64 4983 0 0 0 30 2 0 0 17 0 9 0 22444317 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17523] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17523/stat : 17523 (java) S 17519 17506 17094 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22444317 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17524] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17524/stat : 17524 (java) S 17519 17506 17094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22444317 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17525] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17525/stat : 17525 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22444320 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17526] ppid=17519 vsize=864364 CPUtime=0.05
/proc/17520/task/17526/stat : 17526 (java) S 17519 17506 17094 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22444320 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17527] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17527/stat : 17527 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22444320 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17528] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17528/stat : 17528 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22444320 885108736 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886588

[startup+3.1026 s]
/proc/loadavg: 2.08 2.04 2.05 3/85 17528
/proc/meminfo: memFree=1534328/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.64
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1309 6781 0 1 6 1 53 4 15 0 1 0 22444243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1111 409 3 0 796 0
[pid=17519] ppid=17506 vsize=5356 CPUtime=0
/proc/17519/stat : 17519 (sh) S 17506 17506 17094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22444315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 1339 233 193 169 0 50 0
[pid=17520] ppid=17519 vsize=864364 CPUtime=2.34
/proc/17520/stat : 17520 (java) S 17519 17506 17094 0 -1 0 20061 0 1 0 222 12 0 0 18 0 9 0 22444315 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17520/statm: 216091 18993 2566 9 0 210596 0
[pid=17520/tid=17521] ppid=17519 vsize=864364 CPUtime=0.96
/proc/17520/task/17521/stat : 17521 (java) R 17519 17506 17094 0 -1 64 3237 0 1 0 94 2 0 0 25 0 9 0 22444316 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 103564358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17522] ppid=17519 vsize=864364 CPUtime=1.31
/proc/17520/task/17522/stat : 17522 (java) S 17519 17506 17094 0 -1 64 15809 0 0 0 122 9 0 0 16 0 9 0 22444317 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17523] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17523/stat : 17523 (java) S 17519 17506 17094 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22444317 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17524] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17524/stat : 17524 (java) S 17519 17506 17094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22444317 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17525] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17525/stat : 17525 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22444320 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17526] ppid=17519 vsize=864364 CPUtime=0.05
/proc/17520/task/17526/stat : 17526 (java) S 17519 17506 17094 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22444320 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17527] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17527/stat : 17527 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22444320 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17528] ppid=17519 vsize=864364 CPUtime=0
/proc/17520/task/17528/stat : 17528 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22444320 885108736 18993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886588

[startup+6.30186 s]
/proc/loadavg: 2.07 2.03 2.05 3/85 17528
/proc/meminfo: memFree=1490744/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.64
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1311 6781 0 1 6 1 53 4 16 0 1 0 22444243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1112 409 3 0 796 0
[pid=17519] ppid=17506 vsize=5356 CPUtime=0
/proc/17519/stat : 17519 (sh) S 17506 17506 17094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22444315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 1339 233 193 169 0 50 0
[pid=17520] ppid=17519 vsize=864476 CPUtime=5.52
/proc/17520/stat : 17520 (java) S 17519 17506 17094 0 -1 0 24342 0 1 0 538 14 0 0 18 0 9 0 22444315 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17520/statm: 216119 23150 2590 9 0 210596 0
[pid=17520/tid=17521] ppid=17519 vsize=864476 CPUtime=3.11
/proc/17520/task/17521/stat : 17521 (java) R 17519 17506 17094 0 -1 64 3953 0 1 0 308 3 0 0 25 0 9 0 22444316 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4126459995 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17522] ppid=17519 vsize=864476 CPUtime=2.3
/proc/17520/task/17522/stat : 17522 (java) S 17519 17506 17094 0 -1 64 19353 0 0 0 220 10 0 0 16 0 9 0 22444317 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17523] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17523/stat : 17523 (java) S 17519 17506 17094 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22444317 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17524] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17524/stat : 17524 (java) S 17519 17506 17094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22444317 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17525] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17525/stat : 17525 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22444320 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17526] ppid=17519 vsize=864476 CPUtime=0.08
/proc/17520/task/17526/stat : 17526 (java) S 17519 17506 17094 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22444320 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17527] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17527/stat : 17527 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22444320 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17528] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17528/stat : 17528 (java) R 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22444320 885223424 23150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886700

[startup+12.7014 s]
/proc/loadavg: 2.07 2.03 2.05 3/85 17528
/proc/meminfo: memFree=1483768/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.64
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1311 6781 0 1 6 1 53 4 16 0 1 0 22444243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1112 409 3 0 796 0
[pid=17519] ppid=17506 vsize=5356 CPUtime=0
/proc/17519/stat : 17519 (sh) S 17506 17506 17094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22444315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 1339 233 193 169 0 50 0
[pid=17520] ppid=17519 vsize=864476 CPUtime=11.92
/proc/17520/stat : 17520 (java) S 17519 17506 17094 0 -1 0 25363 0 1 0 1175 17 0 0 18 0 9 0 22444315 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17520/statm: 216119 24121 2590 9 0 210596 0
[pid=17520/tid=17521] ppid=17519 vsize=864476 CPUtime=9.36
/proc/17520/task/17521/stat : 17521 (java) R 17519 17506 17094 0 -1 64 4003 0 1 0 931 5 0 0 25 0 9 0 22444316 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 103201822 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17522] ppid=17519 vsize=864476 CPUtime=2.44
/proc/17520/task/17522/stat : 17522 (java) S 17519 17506 17094 0 -1 64 20324 0 0 0 234 10 0 0 16 0 9 0 22444317 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17523] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17523/stat : 17523 (java) S 17519 17506 17094 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22444317 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17524] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17524/stat : 17524 (java) S 17519 17506 17094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22444317 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17525] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17525/stat : 17525 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22444320 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17526] ppid=17519 vsize=864476 CPUtime=0.08
/proc/17520/task/17526/stat : 17526 (java) S 17519 17506 17094 0 -1 64 336 0 0 0 8 0 0 0 17 0 9 0 22444320 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17527] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17527/stat : 17527 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22444320 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17528] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17528/stat : 17528 (java) S 17519 17506 17094 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22444320 885223424 24121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886700

[startup+25.5024 s]
/proc/loadavg: 2.05 2.03 2.05 3/85 17528
/proc/meminfo: memFree=1465272/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=0.64
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1311 6781 0 1 6 1 53 4 16 0 1 0 22444243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1112 409 3 0 796 0
[pid=17519] ppid=17506 vsize=5356 CPUtime=0
/proc/17519/stat : 17519 (sh) S 17506 17506 17094 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22444315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17519/statm: 1339 233 193 169 0 50 0
[pid=17520] ppid=17519 vsize=864476 CPUtime=24.72
/proc/17520/stat : 17520 (java) S 17519 17506 17094 0 -1 0 28288 0 1 0 2450 22 0 0 18 0 9 0 22444315 885223424 26919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17520/statm: 216119 26919 2590 9 0 210596 0
[pid=17520/tid=17521] ppid=17519 vsize=864476 CPUtime=21.75
/proc/17520/task/17521/stat : 17521 (java) R 17519 17506 17094 0 -1 64 4130 0 1 0 2167 8 0 0 25 0 9 0 22444316 885223424 26919 996147200 134512640 134550932 4294955936 18446744073709551615 103211361 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17522] ppid=17519 vsize=864476 CPUtime=2.85
/proc/17520/task/17522/stat : 17522 (java) S 17519 17506 17094 0 -1 64 23118 0 0 0 272 13 0 0 16 0 9 0 22444317 885223424 26919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17520/tid=17523] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17523/stat : 17523 (java) S 17519 17506 17094 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22444317 885223424 26919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17524] ppid=17519 vsize=864476 CPUtime=0
/proc/17520/task/17524/stat : 17524 (java) S 17519 17506 17094 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22444317 885223424 26919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17520/tid=17525] ppid=17519 vsize=864476 CPUtime=0

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


[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.04 3/77 17530
/proc/meminfo: memFree=1490296/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=42216 CPUtime=22.13
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 10260 0 0 0 1568 645 0 0 25 0 1 0 22452238 43229184 10230 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 10554 10230 42 102 0 10449 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 64440

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 17530
/proc/meminfo: memFree=1482296/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=45516 CPUtime=81.57
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11120 0 0 0 7510 647 0 0 25 0 1 0 22452238 46608384 11090 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11379 11090 42 102 0 11274 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 67740

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/77 17530
/proc/meminfo: memFree=1477240/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=45780 CPUtime=141.01
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11169 0 0 0 13454 647 0 0 25 0 1 0 22452238 46878720 11139 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11445 11139 42 102 0 11340 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 68004

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 17530
/proc/meminfo: memFree=1472312/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=45780 CPUtime=200.44
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11169 0 0 0 19397 647 0 0 25 0 1 0 22452238 46878720 11139 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11445 11139 42 102 0 11340 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 68004

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 17530
/proc/meminfo: memFree=1469240/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=45780 CPUtime=259.89
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11169 0 0 0 25342 647 0 0 25 0 1 0 22452238 46878720 11139 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11445 11139 42 102 0 11340 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 68004

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 17530
/proc/meminfo: memFree=1465912/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=46172 CPUtime=319.33
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11252 0 0 0 31286 647 0 0 25 0 1 0 22452238 47280128 11220 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11543 11220 48 102 0 11438 0
Current children cumulated CPU time (s) 399.11
Current children cumulated vsize (KiB) 68396

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17530
/proc/meminfo: memFree=1462392/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=46172 CPUtime=378.76
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11252 0 0 0 37229 647 0 0 25 0 1 0 22452238 47280128 11220 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11543 11220 48 102 0 11438 0
Current children cumulated CPU time (s) 458.54
Current children cumulated vsize (KiB) 68396

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17530
/proc/meminfo: memFree=1457400/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=46172 CPUtime=438.21
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11252 0 0 0 43174 647 0 0 25 0 1 0 22452238 47280128 11220 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11543 11220 48 102 0 11438 0
Current children cumulated CPU time (s) 517.99
Current children cumulated vsize (KiB) 68396

[startup+582.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 17530
/proc/meminfo: memFree=1451576/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=46172 CPUtime=497.64
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11252 0 0 0 49117 647 0 0 25 0 1 0 22452238 47280128 11220 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11543 11220 48 102 0 11438 0
Current children cumulated CPU time (s) 577.42
Current children cumulated vsize (KiB) 68396

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

[startup+583.102 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 17530
/proc/meminfo: memFree=1451448/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=79.78
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1366 53008 0 2 6 1 7915 56 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
[pid=17529] ppid=17506 vsize=5356 CPUtime=0
/proc/17529/stat : 17529 (sh) S 17506 17506 17094 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22452237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17529/statm: 1339 232 193 169 0 50 0
[pid=17530] ppid=17529 vsize=46172 CPUtime=498.44
/proc/17530/stat : 17530 (picosat) R 17529 17506 17094 0 -1 4194304 11252 0 0 0 49197 647 0 0 25 0 1 0 22452238 47280128 11220 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17530/statm: 11543 11220 48 102 0 11438 0
Current children cumulated CPU time (s) 578.22
Current children cumulated vsize (KiB) 68396

[startup+583.501 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 17530
/proc/meminfo: memFree=1451448/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=578.51
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1449 64551 0 2 6 1 57140 704 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 578.51
Current children cumulated vsize (KiB) 16868

[startup+583.701 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 17530
/proc/meminfo: memFree=1451448/2055920 swapFree=4192812/4192956
[pid=17506] ppid=17504 vsize=16868 CPUtime=578.51
/proc/17506/stat : 17506 (sugar) S 17504 17506 17094 0 -1 4194304 1449 64551 0 2 6 1 57140 704 16 0 1 0 22444243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17506/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 578.51
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 583.79
CPU time (s): 578.865
CPU user time (s): 571.755
CPU system time (s): 7.10992
CPU usage (%): 99.1563
Max. virtual memory (cumulated for all children) (KiB): 907440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 571.755
system time used= 7.10992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69886
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9750
involuntary context switches= 19120

runsolver used 0.665898 second user time and 2.00469 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 01:10:15
IDJOB=2071466
IDBENCH=55495
IDSOLVER=738
FILE ID=node69/2071466-1247353815
PBS_JOBID= 9506857
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-312_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-2071466-1247353815/watcher-2071466-1247353815 -o /tmp/evaluation-result-2071466-1247353815/solver-2071466-1247353815 -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-2071466-1247353815.xml

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

MD5SUM BENCH= 65f85b567c2a964c1b318550507e81c9
RANDOM SEED=1735268688

node69.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.211
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.211
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:       1577904 kB
Buffers:         42160 kB
Cached:         174820 kB
SwapCached:        144 kB
Active:         289552 kB
Inactive:       135116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:         218740 kB
Slab:            38232 kB
Committed_AS:   344236 kB
PageTables:       2304 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= 66456 MiB
End job on node69 at 2009-07-12 01:19:59