Trace number 2068991

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.14 1807.24

General information on the benchmark

Namecsp/tdsp/
normalized-C6-3-121.xml
MD5SUMa63bd6da2f487f90a12a628260cf4b25
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 23:54:03 2009
0.00/0.07	c 0	PID 20297
0.06/0.08	c 0	HOST node44.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068991-1247349243.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-2068991-1247349243.xml' 'HOME/temp.csp'
0.06/0.65	c 0	5 domains, 293 variables, 2 predicates, 0 relations, 4850 constraints
0.06/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.06/0.78	c 1	Parsing HOME/temp.csp
0.62/0.97	c 1	parsed 5150 expressions
0.62/0.98	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.98	c 1	Converting to clausal form CSP
1.09/1.21	c 1	converted 515 (10%) expressions
1.09/1.27	c 1	converted 1030 (20%) expressions
1.18/1.34	c 1	converted 1545 (30%) expressions
1.18/1.38	c 1	converted 2060 (40%) expressions
1.29/1.42	c 1	converted 2575 (50%) expressions
1.29/1.45	c 1	converted 3090 (60%) expressions
1.38/1.54	c 1	converted 3605 (70%) expressions
1.38/1.57	c 1	converted 4120 (80%) expressions
1.48/1.61	c 1	converted 4635 (90%) expressions
1.48/1.64	c 1	converted 5150 (100%) expressions
1.48/1.64	c 1	CSP : 482 integers, 0 booleans, 5218 clauses, largest domain size 121
1.48/1.64	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.64	c 1	Propagation in CSP
1.48/1.66	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.66	c 1	CSP : 482 integers, 0 booleans, 5218 clauses, largest domain size 121
1.48/1.66	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.67	c 1	Simplifing CSP by introducing new Boolean variables
1.69/1.84	c 2	CSP : 482 integers, 18624 booleans, 23842 clauses, largest domain size 121
1.69/1.84	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.77/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.77/1.98	c 2	49 (10%) CSP integer variables are encoded (2962 clauses, 36391 bytes)
1.77/1.98	c 2	97 (20%) CSP integer variables are encoded (5926 clauses, 74923 bytes)
1.77/1.99	c 2	145 (30%) CSP integer variables are encoded (8978 clauses, 114599 bytes)
1.77/1.99	c 2	193 (40%) CSP integer variables are encoded (12002 clauses, 158232 bytes)
1.77/1.99	c 2	241 (50%) CSP integer variables are encoded (14972 clauses, 202782 bytes)
1.88/2.00	c 2	290 (60%) CSP integer variables are encoded (17994 clauses, 248112 bytes)
1.88/2.00	c 2	338 (70%) CSP integer variables are encoded (18593 clauses, 257097 bytes)
1.88/2.00	c 2	386 (80%) CSP integer variables are encoded (18891 clauses, 261567 bytes)
1.88/2.00	c 2	434 (90%) CSP integer variables are encoded (19336 clauses, 268242 bytes)
1.88/2.00	c 2	482 (100%) CSP integer variables are encoded (19659 clauses, 273087 bytes)
4.85/5.03	c 5	2385 (10%) CSP clauses are encoded (1399973 clauses, 34029599 bytes)
8.80/9.06	c 9	4769 (20%) CSP clauses are encoded (3245896 clauses, 81232121 bytes)
12.75/13.07	c 13	7153 (30%) CSP clauses are encoded (5059341 clauses, 128077323 bytes)
16.61/16.93	c 17	9537 (40%) CSP clauses are encoded (6833804 clauses, 173978322 bytes)
19.08/19.48	c 19	11921 (50%) CSP clauses are encoded (8007151 clauses, 204020489 bytes)
22.32/22.70	c 22	14306 (60%) CSP clauses are encoded (9458696 clauses, 241592812 bytes)
24.69/25.19	c 25	16690 (70%) CSP clauses are encoded (10586316 clauses, 270616357 bytes)
27.03/27.55	c 27	19074 (80%) CSP clauses are encoded (11651723 clauses, 298161192 bytes)
30.28/30.87	c 31	21458 (90%) CSP clauses are encoded (13107609 clauses, 337648450 bytes)
33.40/34.06	c 34	23842 (100%) CSP clauses are encoded (14510165 clauses, 375659127 bytes)
33.40/34.06	c 34	23842 CSP clauses encoded
33.40/34.06	c 34	Writing map file : HOME/temp.map
33.40/34.08	c 34	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.40/34.08	c 34	SAT : 38758 SAT variables, 14510165 SAT clauses, 375659127 bytes
33.40/34.08	c 34	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.40/34.10	c 34	SOLVING HOME/temp.cnf
33.40/34.10	c 34	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1806.72	c ERROR INTERRUPTED
1800.09/1806.79	s UNKNOWN
1800.09/1806.79	c 1807	CPU 33.51 (0.05 0.02 30.43 3.01)
1800.09/1806.79	c 1807	END Sun Jul 12 00:24:10 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-2068991-1247349243/watcher-2068991-1247349243 -o /tmp/evaluation-result-2068991-1247349243/solver-2068991-1247349243 -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-2068991-1247349243.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.47 2.39 2.27 4/82 20297
/proc/meminfo: memFree=1471936/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=18576 CPUtime=0
/proc/20297/stat : 20297 (runsolver) R 20295 20297 20198 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 21988145 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20297/statm: 4644 284 249 26 0 2626 0

[startup+0.0789639 s]
/proc/loadavg: 2.47 2.39 2.27 4/82 20297
/proc/meminfo: memFree=1471936/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16740 CPUtime=0.06
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21988145 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10255 s]
/proc/loadavg: 2.47 2.39 2.27 4/82 20297
/proc/meminfo: memFree=1471936/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.06
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301572 s]
/proc/loadavg: 2.47 2.39 2.27 4/82 20297
/proc/meminfo: memFree=1471936/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.06
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701606 s]
/proc/loadavg: 2.47 2.39 2.27 4/82 20297
/proc/meminfo: memFree=1471936/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.06
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.43 2.38 2.27 4/93 20319
/proc/meminfo: memFree=1460072/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.62
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1309 7448 0 1 5 1 52 4 16 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
[pid=20310] ppid=20297 vsize=5356 CPUtime=0
/proc/20310/stat : 20310 (sh) S 20297 20297 20198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21988216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20310/statm: 1339 233 193 169 0 50 0
[pid=20311] ppid=20310 vsize=868596 CPUtime=0.76
/proc/20311/stat : 20311 (java) S 20310 20297 20198 0 -1 0 7846 0 1 0 72 4 0 0 20 0 9 0 21988217 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20311/statm: 217149 7081 2566 9 0 211654 0
[pid=20311/tid=20312] ppid=20310 vsize=868596 CPUtime=0.47
/proc/20311/task/20312/stat : 20312 (java) R 20310 20297 20198 0 -1 64 2690 0 1 0 46 1 0 0 25 0 9 0 21988218 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20313] ppid=20310 vsize=868596 CPUtime=0.12
/proc/20311/task/20313/stat : 20313 (java) R 20310 20297 20198 0 -1 64 2993 0 0 0 11 1 0 0 16 0 9 0 21988219 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 102758127 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20314] ppid=20310 vsize=868596 CPUtime=0
/proc/20311/task/20314/stat : 20314 (java) S 20310 20297 20198 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21988219 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20315] ppid=20310 vsize=868596 CPUtime=0
/proc/20311/task/20315/stat : 20315 (java) S 20310 20297 20198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21988219 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20316] ppid=20310 vsize=868596 CPUtime=0
/proc/20311/task/20316/stat : 20316 (java) S 20310 20297 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21988221 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20317] ppid=20310 vsize=868596 CPUtime=0.14
/proc/20311/task/20317/stat : 20317 (java) S 20310 20297 20198 0 -1 64 1465 0 0 0 14 0 0 0 16 0 9 0 21988221 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20318] ppid=20310 vsize=868596 CPUtime=0
/proc/20311/task/20318/stat : 20318 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21988221 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20319] ppid=20310 vsize=868596 CPUtime=0
/proc/20311/task/20319/stat : 20319 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21988221 889442304 7081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890820

[startup+3.10187 s]
/proc/loadavg: 2.43 2.38 2.27 3/93 20319
/proc/meminfo: memFree=1440808/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.62
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1310 7448 0 1 5 1 52 4 15 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
[pid=20310] ppid=20297 vsize=5356 CPUtime=0
/proc/20310/stat : 20310 (sh) S 20297 20297 20198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21988216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20310/statm: 1339 233 193 169 0 50 0
[pid=20311] ppid=20310 vsize=868708 CPUtime=2.35
/proc/20311/stat : 20311 (java) S 20310 20297 20198 0 -1 0 10186 0 1 0 218 17 0 0 20 0 9 0 21988217 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20311/statm: 217177 9137 2590 9 0 211654 0
[pid=20311/tid=20312] ppid=20310 vsize=868708 CPUtime=1.63
/proc/20311/task/20312/stat : 20312 (java) R 20310 20297 20198 0 -1 64 3098 0 1 0 153 10 0 0 25 0 9 0 21988218 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 102094041 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20313] ppid=20310 vsize=868708 CPUtime=0.48
/proc/20311/task/20313/stat : 20313 (java) S 20310 20297 20198 0 -1 64 4881 0 0 0 44 4 0 0 16 0 9 0 21988219 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20314] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20314/stat : 20314 (java) S 20310 20297 20198 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21988219 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20315] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20315/stat : 20315 (java) S 20310 20297 20198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21988219 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20316] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20316/stat : 20316 (java) S 20310 20297 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21988221 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20317] ppid=20310 vsize=868708 CPUtime=0.21
/proc/20311/task/20317/stat : 20317 (java) S 20310 20297 20198 0 -1 64 1509 0 0 0 20 1 0 0 16 0 9 0 21988221 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20318] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20318/stat : 20318 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21988221 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20319] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20319/stat : 20319 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21988221 889556992 9137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890932

[startup+6.30219 s]
/proc/loadavg: 2.48 2.39 2.28 4/93 20319
/proc/meminfo: memFree=1403304/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.62
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1310 7448 0 1 5 1 52 4 16 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
[pid=20310] ppid=20297 vsize=5356 CPUtime=0
/proc/20310/stat : 20310 (sh) S 20297 20297 20198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21988216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20310/statm: 1339 233 193 169 0 50 0
[pid=20311] ppid=20310 vsize=868708 CPUtime=5.52
/proc/20311/stat : 20311 (java) S 20310 20297 20198 0 -1 0 10836 0 1 0 506 46 0 0 20 0 9 0 21988217 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20311/statm: 217177 9140 2590 9 0 211654 0
[pid=20311/tid=20312] ppid=20310 vsize=868708 CPUtime=4.56
/proc/20311/task/20312/stat : 20312 (java) R 20310 20297 20198 0 -1 64 3745 0 1 0 422 34 0 0 25 0 9 0 21988218 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 102093924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20313] ppid=20310 vsize=868708 CPUtime=0.71
/proc/20311/task/20313/stat : 20313 (java) S 20310 20297 20198 0 -1 64 4881 0 0 0 62 9 0 0 16 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20314] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20314/stat : 20314 (java) S 20310 20297 20198 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20315] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20315/stat : 20315 (java) S 20310 20297 20198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20316] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20316/stat : 20316 (java) S 20310 20297 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20317] ppid=20310 vsize=868708 CPUtime=0.21
/proc/20311/task/20317/stat : 20317 (java) S 20310 20297 20198 0 -1 64 1512 0 0 0 20 1 0 0 16 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20318] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20318/stat : 20318 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20319] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20319/stat : 20319 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890932

[startup+12.7019 s]
/proc/loadavg: 2.52 2.40 2.28 3/93 20319
/proc/meminfo: memFree=1325672/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.62
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1310 7448 0 1 5 1 52 4 16 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
[pid=20310] ppid=20297 vsize=5356 CPUtime=0
/proc/20310/stat : 20310 (sh) S 20297 20297 20198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21988216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20310/statm: 1339 233 193 169 0 50 0
[pid=20311] ppid=20310 vsize=868708 CPUtime=11.83
/proc/20311/stat : 20311 (java) S 20310 20297 20198 0 -1 0 12117 0 1 0 1074 109 0 0 20 0 9 0 21988217 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20311/statm: 217177 9140 2590 9 0 211654 0
[pid=20311/tid=20312] ppid=20310 vsize=868708 CPUtime=10.47
/proc/20311/task/20312/stat : 20312 (java) R 20310 20297 20198 0 -1 64 5026 0 1 0 959 88 0 0 25 0 9 0 21988218 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4126926704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20313] ppid=20310 vsize=868708 CPUtime=1.13
/proc/20311/task/20313/stat : 20313 (java) S 20310 20297 20198 0 -1 64 4881 0 0 0 94 19 0 0 16 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20314] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20314/stat : 20314 (java) S 20310 20297 20198 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20315] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20315/stat : 20315 (java) S 20310 20297 20198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20316] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20316/stat : 20316 (java) S 20310 20297 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20317] ppid=20310 vsize=868708 CPUtime=0.21
/proc/20311/task/20317/stat : 20317 (java) S 20310 20297 20198 0 -1 64 1512 0 0 0 20 1 0 0 16 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20318] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20318/stat : 20318 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20319] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20319/stat : 20319 (java) S 20310 20297 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21988221 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890932

[startup+25.5022 s]
/proc/loadavg: 2.48 2.40 2.28 3/93 20319
/proc/meminfo: memFree=1170600/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=0.62
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1310 7448 0 1 5 1 52 4 16 0 1 0 21988145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1111 409 3 0 796 0
[pid=20310] ppid=20297 vsize=5356 CPUtime=0
/proc/20310/stat : 20310 (sh) S 20297 20297 20198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21988216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20310/statm: 1339 233 193 169 0 50 0
[pid=20311] ppid=20310 vsize=868708 CPUtime=24.46
/proc/20311/stat : 20311 (java) S 20310 20297 20198 0 -1 0 14677 0 1 0 2226 220 0 0 20 0 9 0 21988217 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20311/statm: 217177 9140 2590 9 0 211654 0
[pid=20311/tid=20312] ppid=20310 vsize=868708 CPUtime=22.23
/proc/20311/task/20312/stat : 20312 (java) R 20310 20297 20198 0 -1 64 7586 0 1 0 2038 185 0 0 25 0 9 0 21988218 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4126926707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20313] ppid=20310 vsize=868708 CPUtime=1.99
/proc/20311/task/20313/stat : 20313 (java) S 20310 20297 20198 0 -1 64 4881 0 0 0 166 33 0 0 16 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20314] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20314/stat : 20314 (java) S 20310 20297 20198 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20315] ppid=20310 vsize=868708 CPUtime=0
/proc/20311/task/20315/stat : 20315 (java) S 20310 20297 20198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21988219 889556992 9140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20311/tid=20316] ppid=20310 vsize=868708 CPUtime=0

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

/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=559528 CPUtime=1444.12
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137369 0 0 0 136274 8138 0 0 25 0 1 0 21991556 572956672 137107 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 139882 137107 48 102 0 139777 0
Current children cumulated CPU time (s) 1477.61
Current children cumulated vsize (KiB) 581752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/76 20479
/proc/meminfo: memFree=1397312/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1504.09
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137686 0 0 0 142271 8138 0 0 25 0 1 0 21991556 573767680 137305 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137305 48 102 0 139975 0
Current children cumulated CPU time (s) 1537.58
Current children cumulated vsize (KiB) 582544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/76 20479
/proc/meminfo: memFree=1397248/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1564.06
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137686 0 0 0 148268 8138 0 0 25 0 1 0 21991556 573767680 137305 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137305 48 102 0 139975 0
Current children cumulated CPU time (s) 1597.55
Current children cumulated vsize (KiB) 582544

[startup+1662.31 s]
/proc/loadavg: 1.63 1.91 2.10 2/70 20565
/proc/meminfo: memFree=1387632/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1624
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137687 0 0 0 154249 8151 0 0 25 0 1 0 21991556 573767680 137306 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137306 48 102 0 139975 0
Current children cumulated CPU time (s) 1657.49
Current children cumulated vsize (KiB) 582544

[startup+1722.3 s]
/proc/loadavg: 2.01 1.96 2.10 3/84 20676
/proc/meminfo: memFree=1364592/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1683.96
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137687 0 0 0 160241 8155 0 0 25 0 1 0 21991556 573767680 137306 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137306 48 102 0 139975 0
Current children cumulated CPU time (s) 1717.45
Current children cumulated vsize (KiB) 582544

[startup+1782.3 s]
/proc/loadavg: 2.07 1.98 2.10 3/84 20676
/proc/meminfo: memFree=1364528/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1743.94
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137687 0 0 0 166238 8156 0 0 25 0 1 0 21991556 573767680 137306 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137306 48 102 0 139975 0
Current children cumulated CPU time (s) 1777.43
Current children cumulated vsize (KiB) 582544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.19 2.01 2.10 5/86 20742
/proc/meminfo: memFree=807400/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1766.6
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137687 0 0 0 168503 8157 0 0 25 0 1 0 21991556 573767680 137306 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137306 48 102 0 139975 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 582544

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

############
# WARNING:
# current cumulated CPU time (33.51 s) is less than in the last sample (1800.09 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1766.58 s) to the 'lost time'.

[startup+1806.7 s]
/proc/loadavg: 2.19 2.01 2.10 5/86 20742
/proc/meminfo: memFree=807400/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.49
/proc/20297/stat : 20297 (sugar) S 20295 20297 20198 0 -1 4194304 1365 24099 0 2 5 1 3043 300 16 0 1 0 21988145 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20297/statm: 4217 1113 409 3 0 796 0
[pid=20320] ppid=20297 vsize=5356 CPUtime=0
/proc/20320/stat : 20320 (sh) S 20297 20297 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21991556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20320/statm: 1339 232 193 169 0 50 0
[pid=20321] ppid=20320 vsize=560320 CPUtime=1766.6
/proc/20321/stat : 20321 (picosat) R 20320 20297 20198 0 -1 4194304 137687 0 0 0 168503 8157 0 0 25 0 1 0 21991556 573767680 137306 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/20321/statm: 140080 137306 48 102 0 139975 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 582544

[startup+1806.82 s]
/proc/loadavg: 2.19 2.01 2.10 5/86 20742
/proc/meminfo: memFree=807400/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.51
/proc/20297/stat : 20297 (sugar) D 20295 20297 20198 0 -1 4194304 1423 24376 0 2 5 2 3043 301 15 0 1 0 21988145 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20297/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 33.51
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1806.82 s]
/proc/loadavg: 2.19 2.01 2.10 5/86 20742
/proc/meminfo: memFree=807400/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.51
/proc/20297/stat : 20297 (sugar) D 20295 20297 20198 0 -1 4194304 1423 24376 0 2 5 2 3043 301 15 0 1 0 21988145 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20297/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 33.51
Current children cumulated vsize (KiB) 16868

[startup+1807.2 s]
/proc/loadavg: 2.19 2.01 2.10 5/86 20742
/proc/meminfo: memFree=807400/2055920 swapFree=4192812/4192956
[pid=20297] ppid=20295 vsize=16868 CPUtime=33.53
/proc/20297/stat : 20297 (sugar) D 20295 20297 20198 0 -1 4194304 1423 24376 0 2 5 4 3043 301 15 0 1 0 21988145 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20297/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 33.53
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1766.58
#  lost CPU user time (s): 1685.03
#  lost CPU system time (s): 81.55

Real time (s): 1807.24
CPU time (s): 1800.14
CPU user time (s): 1715.53
CPU system time (s): 84.6145
CPU usage (%): 99.6069
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4964
system time used= 3.06453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25858
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= 60070
involuntary context switches= 60912

runsolver used 2.25266 second user time and 5.2782 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 23:54:03
IDJOB=2068991
IDBENCH=54972
IDSOLVER=738
FILE ID=node44/2068991-1247349243
PBS_JOBID= 9506829
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-3-121.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-2068991-1247349243/watcher-2068991-1247349243 -o /tmp/evaluation-result-2068991-1247349243/solver-2068991-1247349243 -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-2068991-1247349243.xml

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

MD5SUM BENCH= a63bd6da2f487f90a12a628260cf4b25
RANDOM SEED=1384836672

node44.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.219
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.219
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:       1472416 kB
Buffers:         11120 kB
Cached:          59804 kB
SwapCached:          0 kB
Active:         504300 kB
Inactive:        29092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:         482976 kB
Slab:            34372 kB
Committed_AS:   657728 kB
PageTables:       2700 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= 66380 MiB
End job on node44 at 2009-07-12 00:24:11