Trace number 2085579

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.01 1810.54

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-8.xml
MD5SUM34dd6ad79d3bd8c2f3cfcc0bee35d64e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark301.054
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
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 09:02:41 2009
0.00/0.08	c 0	PID 25085
0.06/0.08	c 0	HOST node4.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2085579-1247382160.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-2085579-1247382160.xml' 'HOME/temp.csp'
3.33/3.46	c 3	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.33/3.50	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.33/3.50	c 3	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'
3.41/3.57	c 3	Parsing HOME/temp.csp
3.41/3.86	c 4	parsed 10000 expressions
3.41/3.97	c 4	parsed 20000 expressions
3.41/4.09	c 4	parsed 30000 expressions
3.41/4.17	c 4	parsed 40000 expressions
4.19/4.33	c 4	parsed 50000 expressions
4.29/4.42	c 4	parsed 60000 expressions
4.29/4.48	c 4	parsed 66949 expressions
4.29/4.49	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.49	c 4	Converting to clausal form CSP
4.78/4.92	c 5	converted 6695 (10%) expressions
5.18/5.32	c 5	converted 13390 (20%) expressions
5.38/5.57	c 5	converted 20085 (30%) expressions
5.67/5.81	c 5	converted 26780 (40%) expressions
6.16/6.30	c 6	converted 33475 (50%) expressions
6.36/6.56	c 6	converted 40170 (60%) expressions
6.66/6.80	c 6	converted 46865 (70%) expressions
6.85/7.06	c 7	converted 53560 (80%) expressions
7.15/7.30	c 7	converted 60255 (90%) expressions
7.74/7.94	c 8	converted 66949 (100%) expressions
7.74/7.94	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 8
7.74/7.94	c 8	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.74/7.94	c 8	Propagation in CSP
8.04/8.23	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.04/8.23	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 8
8.04/8.23	c 8	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.04/8.26	c 8	Simplifing CSP by introducing new Boolean variables
9.43/9.61	c 9	CSP : 1557 integers, 130780 booleans, 196170 clauses, largest domain size 8
9.43/9.61	c 9	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.92/10.19	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.02/10.24	c 10	156 (10%) CSP integer variables are encoded (936 clauses, 10335 bytes)
10.02/10.25	c 10	312 (20%) CSP integer variables are encoded (1872 clauses, 22503 bytes)
10.02/10.25	c 10	468 (30%) CSP integer variables are encoded (2808 clauses, 34671 bytes)
10.02/10.25	c 10	623 (40%) CSP integer variables are encoded (3738 clauses, 46761 bytes)
10.02/10.25	c 10	779 (50%) CSP integer variables are encoded (4674 clauses, 58929 bytes)
10.02/10.25	c 10	935 (60%) CSP integer variables are encoded (5610 clauses, 71097 bytes)
10.02/10.26	c 10	1090 (70%) CSP integer variables are encoded (6540 clauses, 83187 bytes)
10.02/10.26	c 10	1246 (80%) CSP integer variables are encoded (7476 clauses, 95355 bytes)
10.02/10.26	c 10	1402 (90%) CSP integer variables are encoded (8412 clauses, 107523 bytes)
10.02/10.27	c 10	1557 (100%) CSP integer variables are encoded (9342 clauses, 121156 bytes)
10.32/10.59	c 10	19617 (10%) CSP clauses are encoded (120505 clauses, 2032826 bytes)
10.61/10.87	c 11	39234 (20%) CSP clauses are encoded (231668 clauses, 4072994 bytes)
10.90/11.15	c 11	58851 (30%) CSP clauses are encoded (342831 clauses, 6113162 bytes)
11.20/11.43	c 11	78468 (40%) CSP clauses are encoded (453994 clauses, 8153330 bytes)
11.40/11.70	c 11	98085 (50%) CSP clauses are encoded (565157 clauses, 10193498 bytes)
11.70/11.96	c 12	117702 (60%) CSP clauses are encoded (676320 clauses, 12233666 bytes)
11.99/12.24	c 12	137319 (70%) CSP clauses are encoded (787483 clauses, 14295848 bytes)
12.29/12.53	c 12	156936 (80%) CSP clauses are encoded (898646 clauses, 16453718 bytes)
12.59/12.81	c 12	176553 (90%) CSP clauses are encoded (1009809 clauses, 18612304 bytes)
12.88/13.10	c 13	196170 (100%) CSP clauses are encoded (1120972 clauses, 20898714 bytes)
12.88/13.10	c 13	196170 CSP clauses encoded
12.88/13.10	c 13	Writing map file : HOME/temp.map
12.88/13.13	c 13	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.88/13.13	c 13	SAT : 141679 SAT variables, 1120972 SAT clauses, 20898714 bytes
12.88/13.13	c 13	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.88/13.20	c 13	SOLVING HOME/temp.cnf
12.88/13.20	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1810.52	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1810.52	c 1810	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.01/1810.52	c ERROR INTERRUPTED
1800.01/1810.52	s UNKNOWN
1800.01/1810.52	c 1810	CPU 12.97 (0.07 0.01 12.24 0.65)
1800.01/1810.52	c 1810	END Sun Jul 12 09:32:51 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-2085579-1247382160/watcher-2085579-1247382160 -o /tmp/evaluation-result-2085579-1247382160/solver-2085579-1247382160 -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-2085579-1247382160.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.99 2.00 2.00 4/74 25085
/proc/meminfo: memFree=1870288/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=12000 CPUtime=0
/proc/25085/stat : 25085 (sugar) R 25083 25085 24810 0 -1 4194304 198 0 0 0 0 0 0 0 22 0 1 0 25283571 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 259927374311 0 0 4224 0 0 0 0 17 1 0 0
/proc/25085/statm: 3000 166 128 3 0 100 0

[startup+0.0821921 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 25085
/proc/meminfo: memFree=1870288/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16740 CPUtime=0.06
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1152 0 0 0 6 0 0 0 18 0 1 0 25283571 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101317 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 25085
/proc/meminfo: memFree=1870288/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=0.07
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301333 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 25085
/proc/meminfo: memFree=1870288/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=0.07
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701374 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 25085
/proc/meminfo: memFree=1870288/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=0.07
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 25097
/proc/meminfo: memFree=1832952/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=0.07
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
[pid=25088] ppid=25085 vsize=5356 CPUtime=0
/proc/25088/stat : 25088 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25283579 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 1339 233 193 169 0 50 0
[pid=25089] ppid=25088 vsize=866760 CPUtime=1.38
/proc/25089/stat : 25089 (java) S 25088 25085 24810 0 -1 0 18561 0 1 0 128 10 0 0 18 0 9 0 25283580 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25089/statm: 216690 15628 2557 9 0 211202 0
[pid=25089/tid=25090] ppid=25088 vsize=866760 CPUtime=0.72
/proc/25089/task/25090/stat : 25090 (java) R 25088 25085 24810 0 -1 64 3076 0 1 0 69 3 0 0 25 0 9 0 25283581 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25091] ppid=25088 vsize=866760 CPUtime=0.55
/proc/25089/task/25091/stat : 25091 (java) R 25088 25085 24810 0 -1 64 14285 0 0 0 49 6 0 0 16 0 9 0 25283582 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 104188655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25088 vsize=866760 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25088 25085 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25283582 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25088 vsize=866760 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25088 25085 24810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25283582 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25088 vsize=866760 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25088 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25283584 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25088 vsize=866760 CPUtime=0.09
/proc/25089/task/25095/stat : 25095 (java) S 25088 25085 24810 0 -1 64 495 0 0 0 9 0 0 0 16 0 9 0 25283584 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25096] ppid=25088 vsize=866760 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25088 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25283584 887562240 15628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25097] ppid=25088 vsize=866760 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25088 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25283584 887562240 15628 996147200 134512640 134550932 4294955984 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) 888984

[startup+3.1026 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 25097
/proc/meminfo: memFree=1790648/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=0.07
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
[pid=25088] ppid=25085 vsize=5356 CPUtime=0
/proc/25088/stat : 25088 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25283579 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25088/statm: 1339 233 193 169 0 50 0
[pid=25089] ppid=25088 vsize=864772 CPUtime=2.96
/proc/25089/stat : 25089 (java) S 25088 25085 24810 0 -1 0 31795 0 1 0 278 18 0 0 18 0 9 0 25283580 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25089/statm: 216193 26376 2557 9 0 210705 0
[pid=25089/tid=25090] ppid=25088 vsize=864772 CPUtime=1.52
/proc/25089/task/25090/stat : 25090 (java) R 25088 25085 24810 0 -1 64 3928 0 1 0 148 4 0 0 25 0 9 0 25283581 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4126744389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25091] ppid=25088 vsize=864772 CPUtime=1.28
/proc/25089/task/25091/stat : 25091 (java) S 25088 25085 24810 0 -1 64 26632 0 0 0 115 13 0 0 16 0 9 0 25283582 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25088 vsize=864772 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25088 25085 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25283582 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25088 vsize=864772 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25088 25085 24810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 25283582 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25088 vsize=864772 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25088 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25283584 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25088 vsize=864772 CPUtime=0.14
/proc/25089/task/25095/stat : 25095 (java) S 25088 25085 24810 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 25283584 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25096] ppid=25088 vsize=864772 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25088 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25283584 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25097] ppid=25088 vsize=864772 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25088 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25283584 885526528 26376 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886996

[startup+6.30291 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 25107
/proc/meminfo: memFree=1825400/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=3.41
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1309 32446 0 1 6 1 313 21 16 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 24810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25283921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=868644 CPUtime=2.75
/proc/25099/stat : 25099 (java) S 25098 25085 24810 0 -1 0 17934 0 1 0 266 9 0 0 18 0 9 0 25283921 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 217161 15897 2566 9 0 211666 0
[pid=25099/tid=25100] ppid=25098 vsize=868644 CPUtime=1.58
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 24810 0 -1 64 3176 0 1 0 157 1 0 0 25 0 9 0 25283922 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4126583684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=868644 CPUtime=0.98
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 24810 0 -1 64 12582 0 0 0 92 6 0 0 16 0 9 0 25283923 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=868644 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25283923 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=868644 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 24810 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25283923 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=868644 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 24810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25283925 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=868644 CPUtime=0.16
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 24810 0 -1 64 1473 0 0 0 16 0 0 0 16 0 9 0 25283925 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=868644 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25283926 889491456 15897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=868644 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25283926 889491456 15897 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) 890868

[startup+12.7015 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 25107
/proc/meminfo: memFree=1727544/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=3.41
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1310 32446 0 1 6 1 313 21 15 0 1 0 25283571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1111 409 3 0 796 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 24810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25283921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=868756 CPUtime=9.08
/proc/25099/stat : 25099 (java) S 25098 25085 24810 0 -1 0 49758 0 1 0 869 39 0 0 18 0 9 0 25283921 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 217189 33715 2591 9 0 211666 0
[pid=25099/tid=25100] ppid=25098 vsize=868756 CPUtime=5.4
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 24810 0 -1 64 4565 0 1 0 527 13 0 0 25 0 9 0 25283922 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4126569928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=868756 CPUtime=3.41
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 24810 0 -1 64 42970 0 0 0 318 23 0 0 16 0 9 0 25283923 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=868756 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 24810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25283923 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=868756 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 24810 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25283923 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=868756 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 24810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25283925 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=868756 CPUtime=0.24
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 24810 0 -1 64 1520 0 0 0 23 1 0 0 16 0 9 0 25283925 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=868756 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25283926 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=868756 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 24810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25283926 889606144 33715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890980

[startup+25.5017 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 25109
/proc/meminfo: memFree=1801144/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=51792 CPUtime=12.17
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 10789 0 0 0 711 506 0 0 25 0 1 0 25284892 53035008 10753 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/25109/statm: 12948 10753 42 102 0 12843 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 74016

[startup+51.1012 s]
/proc/loadavg: 2.07 2.03 2.01 3/77 25109
/proc/meminfo: memFree=1798776/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1784760/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=66812 CPUtime=1339.01
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15538 0 0 0 133384 517 0 0 25 0 1 0 25284892 68415488 14560 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16703 14560 48 102 0 16598 0
Current children cumulated CPU time (s) 1351.97
Current children cumulated vsize (KiB) 89036

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 25367
/proc/meminfo: memFree=1756664/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=66812 CPUtime=1398.99
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15538 0 0 0 139382 517 0 0 25 0 1 0 25284892 68415488 14560 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16703 14560 48 102 0 16598 0
Current children cumulated CPU time (s) 1411.95
Current children cumulated vsize (KiB) 89036

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1749560/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=66812 CPUtime=1458.97
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15538 0 0 0 145379 518 0 0 25 0 1 0 25284892 68415488 14560 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16703 14560 48 102 0 16598 0
Current children cumulated CPU time (s) 1471.93
Current children cumulated vsize (KiB) 89036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1746616/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=66812 CPUtime=1518.95
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15538 0 0 0 151377 518 0 0 25 0 1 0 25284892 68415488 14560 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16703 14560 48 102 0 16598 0
Current children cumulated CPU time (s) 1531.91
Current children cumulated vsize (KiB) 89036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1741176/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=67340 CPUtime=1578.92
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15678 0 0 0 157374 518 0 0 25 0 1 0 25284892 68956160 14700 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16835 14700 48 102 0 16730 0
Current children cumulated CPU time (s) 1591.88
Current children cumulated vsize (KiB) 89564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=67340 CPUtime=1638.9
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15876 0 0 0 163372 518 0 0 25 0 1 0 25284892 68956160 14730 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16835 14730 48 102 0 16730 0
Current children cumulated CPU time (s) 1651.86
Current children cumulated vsize (KiB) 89564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1738752/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=67340 CPUtime=1698.88
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15876 0 0 0 169370 518 0 0 25 0 1 0 25284892 68956160 14730 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16835 14730 48 102 0 16730 0
Current children cumulated CPU time (s) 1711.84
Current children cumulated vsize (KiB) 89564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1735104/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=67340 CPUtime=1758.86
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15876 0 0 0 175368 518 0 0 25 0 1 0 25284892 68956160 14730 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16835 14730 48 102 0 16730 0
Current children cumulated CPU time (s) 1771.82
Current children cumulated vsize (KiB) 89564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1735104/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=67340 CPUtime=1787.05
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15876 0 0 0 178187 518 0 0 25 0 1 0 25284892 68956160 14730 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16835 14730 48 102 0 16730 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 89564

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

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

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25367
/proc/meminfo: memFree=1735104/2055920 swapFree=4192812/4192956
[pid=25085] ppid=25083 vsize=16868 CPUtime=12.96
/proc/25085/stat : 25085 (sugar) S 25083 25085 24810 0 -1 4194304 1365 82523 0 2 7 1 1224 64 16 0 1 0 25283571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 4217 1113 409 3 0 796 0
[pid=25108] ppid=25085 vsize=5356 CPUtime=0
/proc/25108/stat : 25108 (sh) S 25085 25085 24810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25284891 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25108/statm: 1339 232 193 169 0 50 0
[pid=25109] ppid=25108 vsize=67340 CPUtime=1787.05
/proc/25109/stat : 25109 (picosat) R 25108 25085 24810 0 -1 4194304 15876 0 0 0 178187 518 0 0 25 0 1 0 25284892 68956160 14730 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/25109/statm: 16835 14730 48 102 0 16730 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 89564

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25085 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=314127
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=679896
# CPU time returned by wait4() is 12.994
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.54
CPU time (s): 1800.01
CPU user time (s): 1794.18
CPU system time (s): 5.83
CPU usage (%): 99.4186
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3141
system time used= 0.679896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84373
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= 3884
involuntary context switches= 4015

runsolver used 2.32565 second user time and 6.06808 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 09:02:41
IDJOB=2085579
IDBENCH=58451
IDSOLVER=738
FILE ID=node4/2085579-1247382160
PBS_JOBID= 9507253
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-8.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-2085579-1247382160/watcher-2085579-1247382160 -o /tmp/evaluation-result-2085579-1247382160/solver-2085579-1247382160 -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-2085579-1247382160.xml

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

MD5SUM BENCH= 34dd6ad79d3bd8c2f3cfcc0bee35d64e
RANDOM SEED=1177325950

node4.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.213
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.213
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:       1870768 kB
Buffers:          8824 kB
Cached:          78012 kB
SwapCached:          0 kB
Active:         111352 kB
Inactive:        25540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9272 kB
Writeback:           0 kB
Mapped:          61240 kB
Slab:            33336 kB
Committed_AS:   209444 kB
PageTables:       1992 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= 66248 MiB
End job on node4 at 2009-07-12 09:32:53