Trace number 2087284

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.02 1813.84

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-7-4-8.xml
MD5SUM5771d912d20e48d98ee8045757bce946
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark149.625
Satisfiable
(Un)Satisfiability was proved
Number of variables5264
Number of constraints28552
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28552
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 10:02:29 2009
0.00/0.08	c 0	PID 29104
0.07/0.08	c 0	HOST node40.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2087284-1247385748.xml TO HOME/temp.csp
0.07/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-2087284-1247385748.xml' 'HOME/temp.csp'
2.05/2.15	c 2	1 domains, 5264 variables, 4 predicates, 0 relations, 28552 constraints
2.05/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.18	c 2	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'
2.11/2.25	c 2	Parsing HOME/temp.csp
2.11/2.55	c 2	parsed 10000 expressions
2.11/2.68	c 2	parsed 20000 expressions
2.11/2.84	c 2	parsed 30000 expressions
2.11/2.88	c 2	parsed 33821 expressions
2.11/2.89	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.89	c 2	Converting to clausal form CSP
2.11/2.95	c 2	converted 3383 (10%) expressions
2.11/3.20	c 3	converted 6765 (20%) expressions
3.29/3.42	c 3	converted 10147 (30%) expressions
3.39/3.53	c 3	converted 13529 (40%) expressions
3.49/3.65	c 3	converted 16911 (50%) expressions
3.59/3.76	c 3	converted 20293 (60%) expressions
3.69/3.87	c 3	converted 23675 (70%) expressions
3.79/3.98	c 3	converted 27057 (80%) expressions
4.09/4.23	c 4	converted 30439 (90%) expressions
4.48/4.66	c 4	converted 33821 (100%) expressions
4.48/4.66	c 4	CSP : 6048 integers, 0 booleans, 30400 clauses, largest domain size 12
4.48/4.66	c 4	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.48/4.66	c 4	Propagation in CSP
4.88/5.09	c 5	336 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.09	c 5	CSP : 6048 integers, 0 booleans, 30400 clauses, largest domain size 12
4.88/5.09	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.98/5.11	c 5	Simplifing CSP by introducing new Boolean variables
4.98/5.13	c 5	CSP : 6048 integers, 0 booleans, 30400 clauses, largest domain size 12
4.98/5.13	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.24	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.07/5.27	c 5	605 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.07/5.28	c 5	1210 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.07/5.29	c 5	1815 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.07/5.29	c 5	2420 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.07/5.30	c 5	3024 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.07/5.30	c 5	3629 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.17/5.30	c 5	4234 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.17/5.30	c 5	4839 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.17/5.31	c 5	5444 (90%) CSP integer variables are encoded (865 clauses, 11309 bytes)
5.17/5.31	c 5	6048 (100%) CSP integer variables are encoded (3808 clauses, 49568 bytes)
5.28/5.44	c 5	3040 (10%) CSP clauses are encoded (6848 clauses, 96255 bytes)
5.28/5.50	c 5	6080 (20%) CSP clauses are encoded (9888 clauses, 146397 bytes)
5.37/5.56	c 5	9120 (30%) CSP clauses are encoded (12928 clauses, 196637 bytes)
5.47/5.62	c 5	12160 (40%) CSP clauses are encoded (15968 clauses, 247019 bytes)
5.47/5.67	c 5	15200 (50%) CSP clauses are encoded (19008 clauses, 297588 bytes)
5.57/5.73	c 5	18240 (60%) CSP clauses are encoded (22048 clauses, 348397 bytes)
5.57/5.78	c 5	21280 (70%) CSP clauses are encoded (25088 clauses, 399597 bytes)
5.66/5.84	c 5	24320 (80%) CSP clauses are encoded (28128 clauses, 453011 bytes)
5.66/5.90	c 5	27360 (90%) CSP clauses are encoded (31168 clauses, 507731 bytes)
16.16/16.40	c 16	30400 (100%) CSP clauses are encoded (261576 clauses, 6748874 bytes)
16.16/16.40	c 16	30400 CSP clauses encoded
16.16/16.41	c 16	Writing map file : HOME/temp.map
16.16/16.43	c 16	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.16/16.43	c 16	SAT : 9856 SAT variables, 261576 SAT clauses, 6748874 bytes
16.16/16.43	c 16	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.16/16.47	c 16	SOLVING HOME/temp.cnf
16.16/16.47	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1813.82	c ERROR INTERRUPTED
1800.02/1813.83	s UNKNOWN
1800.02/1813.83	c 1813	CPU 16.23 (0.06 0.02 15.84 0.31)
1800.02/1813.83	c 1813	END Sun Jul 12 10:32:42 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-2087284-1247385748/watcher-2087284-1247385748 -o /tmp/evaluation-result-2087284-1247385748/solver-2087284-1247385748 -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-2087284-1247385748.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.00 2.01 2.00 4/83 29104
/proc/meminfo: memFree=897368/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=12268 CPUtime=0
/proc/29104/stat : 29104 (sugar) R 29102 29104 27770 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25266125 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264528509950 0 0 4224 0 0 0 0 17 1 0 0
/proc/29104/statm: 3067 316 241 3 0 167 0

[startup+0.082971 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 29104
/proc/meminfo: memFree=897368/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16740 CPUtime=0.07
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 25266125 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102321 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 29104
/proc/meminfo: memFree=897368/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=0.07
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301326 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 29104
/proc/meminfo: memFree=897368/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=0.07
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701383 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 29104
/proc/meminfo: memFree=897368/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=0.07
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 29116
/proc/meminfo: memFree=868928/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=0.07
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
[pid=29107] ppid=29104 vsize=5356 CPUtime=0
/proc/29107/stat : 29107 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25266134 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29107/statm: 1339 233 193 169 0 50 0
[pid=29108] ppid=29107 vsize=864772 CPUtime=1.38
/proc/29108/stat : 29108 (java) S 29107 29104 27770 0 -1 0 15826 0 1 0 131 7 0 0 18 0 9 0 25266134 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29108/statm: 216193 13854 2556 9 0 210705 0
[pid=29108/tid=29109] ppid=29107 vsize=864772 CPUtime=0.78
/proc/29108/task/29109/stat : 29109 (java) R 29107 29104 27770 0 -1 64 3055 0 1 0 77 1 0 0 24 0 9 0 25266135 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4126701252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29110] ppid=29107 vsize=864772 CPUtime=0.46
/proc/29108/task/29110/stat : 29110 (java) S 29107 29104 27770 0 -1 64 11555 0 0 0 42 4 0 0 16 0 9 0 25266137 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29111] ppid=29107 vsize=864772 CPUtime=0
/proc/29108/task/29111/stat : 29111 (java) S 29107 29104 27770 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25266137 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29112] ppid=29107 vsize=864772 CPUtime=0
/proc/29108/task/29112/stat : 29112 (java) S 29107 29104 27770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25266137 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29113] ppid=29107 vsize=864772 CPUtime=0
/proc/29108/task/29113/stat : 29113 (java) S 29107 29104 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25266139 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29114] ppid=29107 vsize=864772 CPUtime=0.11
/proc/29108/task/29114/stat : 29114 (java) S 29107 29104 27770 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 25266139 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29115] ppid=29107 vsize=864772 CPUtime=0
/proc/29108/task/29115/stat : 29115 (java) S 29107 29104 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25266139 885526528 13854 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29116] ppid=29107 vsize=864772 CPUtime=0
/proc/29108/task/29116/stat : 29116 (java) S 29107 29104 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25266139 885526528 13854 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) 886996

[startup+3.1017 s]
/proc/loadavg: 2.08 2.03 2.01 3/94 29116
/proc/meminfo: memFree=843648/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=2.11
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1309 17730 0 1 5 2 195 9 15 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30211 s]
/proc/loadavg: 2.08 2.03 2.01 4/94 29126
/proc/meminfo: memFree=854208/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=2.11
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1310 17730 0 1 5 2 195 9 15 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
[pid=29117] ppid=29104 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29104 29104 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25266343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29117/statm: 1339 233 193 169 0 50 0
[pid=29118] ppid=29117 vsize=868760 CPUtime=4.05
/proc/29118/stat : 29118 (java) S 29117 29104 27770 0 -1 0 13757 0 1 0 396 9 0 0 18 0 9 0 25266344 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29118/statm: 217190 12108 2592 9 0 211667 0
[pid=29118/tid=29119] ppid=29117 vsize=868760 CPUtime=2.98
/proc/29118/task/29119/stat : 29119 (java) R 29117 29104 27770 0 -1 64 3097 0 1 0 295 3 0 0 25 0 9 0 25266345 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4127045664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29120] ppid=29117 vsize=868760 CPUtime=0.78
/proc/29118/task/29120/stat : 29120 (java) S 29117 29104 27770 0 -1 64 8424 0 0 0 74 4 0 0 16 0 9 0 25266346 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29121] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29121/stat : 29121 (java) S 29117 29104 27770 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25266346 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29122] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29122/stat : 29122 (java) S 29117 29104 27770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25266346 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29123] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29123/stat : 29123 (java) S 29117 29104 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25266348 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29124] ppid=29117 vsize=868760 CPUtime=0.26
/proc/29118/task/29124/stat : 29124 (java) S 29117 29104 27770 0 -1 64 1534 0 0 0 26 0 0 0 16 0 9 0 25266348 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29125] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29125/stat : 29125 (java) S 29117 29104 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25266348 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29126] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29126/stat : 29126 (java) S 29117 29104 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25266348 889610240 12108 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) 890984

[startup+12.7029 s]
/proc/loadavg: 2.07 2.03 2.00 3/94 29126
/proc/meminfo: memFree=850240/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=2.11
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1310 17730 0 1 5 2 195 9 15 0 1 0 25266125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1111 409 3 0 796 0
[pid=29117] ppid=29104 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29104 29104 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25266343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29117/statm: 1339 233 193 169 0 50 0
[pid=29118] ppid=29117 vsize=868760 CPUtime=10.38
/proc/29118/stat : 29118 (java) S 29117 29104 27770 0 -1 0 14062 0 1 0 1021 17 0 0 18 0 9 0 25266344 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29118/statm: 217190 12108 2592 9 0 211667 0
[pid=29118/tid=29119] ppid=29117 vsize=868760 CPUtime=9.17
/proc/29118/task/29119/stat : 29119 (java) R 29117 29104 27770 0 -1 64 3402 0 1 0 909 8 0 0 25 0 9 0 25266345 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4127043926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29120] ppid=29117 vsize=868760 CPUtime=0.91
/proc/29118/task/29120/stat : 29120 (java) S 29117 29104 27770 0 -1 64 8424 0 0 0 84 7 0 0 16 0 9 0 25266346 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29121] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29121/stat : 29121 (java) S 29117 29104 27770 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25266346 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29122] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29122/stat : 29122 (java) S 29117 29104 27770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25266346 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29123] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29123/stat : 29123 (java) S 29117 29104 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25266348 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29124] ppid=29117 vsize=868760 CPUtime=0.26
/proc/29118/task/29124/stat : 29124 (java) S 29117 29104 27770 0 -1 64 1534 0 0 0 26 0 0 0 17 0 9 0 25266348 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29125] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29125/stat : 29125 (java) S 29117 29104 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25266348 889610240 12108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29118/tid=29126] ppid=29117 vsize=868760 CPUtime=0
/proc/29118/task/29126/stat : 29126 (java) S 29117 29104 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25266348 889610240 12108 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) 890984

[startup+25.5016 s]
/proc/loadavg: 2.06 2.03 2.00 3/86 29128
/proc/meminfo: memFree=870656/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=16464 CPUtime=8.93
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 3947 0 0 0 710 183 0 0 25 0 1 0 25267773 16859136 3923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29128/statm: 4116 3923 48 102 0 4011 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 38688

[startup+51.1019 s]
/proc/loadavg: 2.04 2.02 2.00 3/86 29128
/proc/meminfo: memFree=859712/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=28548 CPUtime=34.29
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 6818 0 0 0 3242 187 0 0 25 0 1 0 25267773 29233152 6730 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29128/statm: 7137 6730 48 102 0 7032 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 50772

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 29128
/proc/meminfo: memFree=849600/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=38236 CPUtime=85.01
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 9480 0 0 0 8312 189 0 0 25 0 1 0 25267773 39153664 9134 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/29128/statm: 9559 9134 48 102 0 9454 0

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

/proc/meminfo: memFree=281032/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=111256 CPUtime=1274.95
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 30667 0 0 0 127269 226 0 0 25 0 1 0 25267773 113926144 27463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 27814 27463 48 102 0 27709 0
Current children cumulated CPU time (s) 1291.17
Current children cumulated vsize (KiB) 133480

[startup+1362.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/85 29253
/proc/meminfo: memFree=809808/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=111196 CPUtime=1334.58
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 30679 0 0 0 133226 232 0 0 25 0 1 0 25267773 113864704 27460 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 27799 27460 48 102 0 27694 0
Current children cumulated CPU time (s) 1350.8
Current children cumulated vsize (KiB) 133420

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/85 29253
/proc/meminfo: memFree=468624/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=111080 CPUtime=1394.23
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 30877 0 0 0 139190 233 0 0 25 0 1 0 25267773 113745920 27447 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 27770 27447 48 102 0 27665 0
Current children cumulated CPU time (s) 1410.45
Current children cumulated vsize (KiB) 133304

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 29253
/proc/meminfo: memFree=468432/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=111080 CPUtime=1453.93
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 30877 0 0 0 145160 233 0 0 25 0 1 0 25267773 113745920 27447 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 27770 27447 48 102 0 27665 0
Current children cumulated CPU time (s) 1470.15
Current children cumulated vsize (KiB) 133304

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 29253
/proc/meminfo: memFree=452880/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=114452 CPUtime=1513.63
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 31897 0 0 0 151128 235 0 0 25 0 1 0 25267773 117198848 28277 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 28613 28277 48 102 0 28508 0
Current children cumulated CPU time (s) 1529.85
Current children cumulated vsize (KiB) 136676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 29253
/proc/meminfo: memFree=452880/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=114452 CPUtime=1573.34
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 31897 0 0 0 157099 235 0 0 25 0 1 0 25267773 117198848 28277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 28613 28277 48 102 0 28508 0
Current children cumulated CPU time (s) 1589.56
Current children cumulated vsize (KiB) 136676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29253
/proc/meminfo: memFree=413136/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=154420 CPUtime=1633.04
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 41900 0 0 0 163059 245 0 0 25 0 1 0 25267773 158126080 38280 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 38605 38280 48 102 0 38500 0
Current children cumulated CPU time (s) 1649.26
Current children cumulated vsize (KiB) 176644

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29253
/proc/meminfo: memFree=406288/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=160844 CPUtime=1692.75
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 43722 0 0 0 169028 247 0 0 25 0 1 0 25267773 164704256 39903 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 40211 39903 48 102 0 40106 0
Current children cumulated CPU time (s) 1708.97
Current children cumulated vsize (KiB) 183068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29253
/proc/meminfo: memFree=406224/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=160844 CPUtime=1752.45
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 43722 0 0 0 174998 247 0 0 25 0 1 0 25267773 164704256 39903 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 40211 39903 48 102 0 40106 0
Current children cumulated CPU time (s) 1768.67
Current children cumulated vsize (KiB) 183068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29253
/proc/meminfo: memFree=406224/2055920 swapFree=4192812/4192956
[pid=29104] ppid=29102 vsize=16868 CPUtime=16.22
/proc/29104/stat : 29104 (sugar) S 29102 29104 27770 0 -1 4194304 1365 32274 0 2 6 2 1583 31 16 0 1 0 25266125 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29104/statm: 4217 1113 409 3 0 796 0
[pid=29127] ppid=29104 vsize=5356 CPUtime=0
/proc/29127/stat : 29127 (sh) S 29104 29104 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25267773 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29127/statm: 1339 232 193 169 0 50 0
[pid=29128] ppid=29127 vsize=160844 CPUtime=1783.8
/proc/29128/stat : 29128 (picosat) R 29127 29104 27770 0 -1 4194304 43722 0 0 0 178133 247 0 0 25 0 1 0 25267773 164704256 39903 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29128/statm: 40211 39903 48 102 0 40106 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 183068

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29104 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=904582
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=336948
# CPU time returned by wait4() is 16.2415
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.84
CPU time (s): 1800.02
CPU user time (s): 1797.22
CPU system time (s): 2.8
CPU usage (%): 99.2381
Max. virtual memory (cumulated for all children) (KiB): 891376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9046
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34033
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= 8142
involuntary context switches= 8669

runsolver used 2.41363 second user time and 5.9021 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 10:02:28
IDJOB=2087284
IDBENCH=58711
IDSOLVER=738
FILE ID=node40/2087284-1247385748
PBS_JOBID= 9507204
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-7-4-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-2087284-1247385748/watcher-2087284-1247385748 -o /tmp/evaluation-result-2087284-1247385748/solver-2087284-1247385748 -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-2087284-1247385748.xml

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

MD5SUM BENCH= 5771d912d20e48d98ee8045757bce946
RANDOM SEED=82648829

node40.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:        897912 kB
Buffers:         90800 kB
Cached:         796464 kB
SwapCached:          0 kB
Active:         418052 kB
Inactive:       659916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5420 kB
Writeback:           0 kB
Mapped:         211344 kB
Slab:            64744 kB
Committed_AS:   433864 kB
PageTables:       2260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66180 MiB
End job on node40 at 2009-07-12 10:32:44