Trace number 2081729

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.04 1811.86

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-1.xml
MD5SUMbe61e7635319c5e34b7bbbbc5c03d845
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1663
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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 06:47:15 2009
0.00/0.08	c 0	PID 24861
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081729-1247374035.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-2081729-1247374035.xml' 'HOME/temp.csp'
1.24/1.35	c 1	98 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.24/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.40	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.31/1.48	c 1	Parsing HOME/temp.csp
1.31/1.64	c 2	parsed 10000 expressions
1.31/1.68	c 2	parsed 13842 expressions
1.31/1.69	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.69	c 2	Converting to clausal form CSP
1.31/1.96	c 2	converted 1385 (10%) expressions
1.31/2.05	c 2	converted 2769 (20%) expressions
1.99/2.11	c 2	converted 4153 (30%) expressions
2.09/2.21	c 2	converted 5537 (40%) expressions
2.09/2.26	c 2	converted 6921 (50%) expressions
2.19/2.31	c 2	converted 8306 (60%) expressions
2.19/2.36	c 2	converted 9690 (70%) expressions
2.28/2.41	c 2	converted 11074 (80%) expressions
2.38/2.54	c 2	converted 12458 (90%) expressions
2.38/2.59	c 2	converted 13842 (100%) expressions
2.38/2.59	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1591
2.38/2.59	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.59	c 2	Propagation in CSP
3.08/3.29	c 3	336716 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.30	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 901
3.08/3.30	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.31	c 3	Simplifing CSP by introducing new Boolean variables
3.37/3.56	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 901
3.37/3.56	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.47/3.69	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.57/3.77	c 4	80 (10%) CSP integer variables are encoded (41640 clauses, 602492 bytes)
3.67/3.83	c 4	160 (20%) CSP integer variables are encoded (82880 clauses, 1221092 bytes)
3.67/3.89	c 4	240 (30%) CSP integer variables are encoded (132000 clauses, 2022259 bytes)
3.77/3.96	c 4	320 (40%) CSP integer variables are encoded (181680 clauses, 2866819 bytes)
3.87/4.03	c 4	400 (50%) CSP integer variables are encoded (229480 clauses, 3679419 bytes)
3.87/4.10	c 4	480 (60%) CSP integer variables are encoded (278480 clauses, 4512419 bytes)
3.97/4.18	c 4	560 (70%) CSP integer variables are encoded (339000 clauses, 5541259 bytes)
4.07/4.29	c 4	640 (80%) CSP integer variables are encoded (406240 clauses, 6684339 bytes)
4.16/4.38	c 4	720 (90%) CSP integer variables are encoded (469840 clauses, 7765539 bytes)
4.26/4.45	c 4	800 (100%) CSP integer variables are encoded (522840 clauses, 8666539 bytes)
5.74/5.90	c 6	3654 (10%) CSP clauses are encoded (1211891 clauses, 24409305 bytes)
6.93/7.19	c 7	7308 (20%) CSP clauses are encoded (1841713 clauses, 39129336 bytes)
8.50/8.78	c 9	10962 (30%) CSP clauses are encoded (2602034 clauses, 56942018 bytes)
10.08/10.32	c 10	14616 (40%) CSP clauses are encoded (3365863 clauses, 74830885 bytes)
11.67/11.99	c 12	18270 (50%) CSP clauses are encoded (4184493 clauses, 94884984 bytes)
13.32/13.69	c 14	21924 (60%) CSP clauses are encoded (4998890 clauses, 114815730 bytes)
15.09/15.49	c 15	25578 (70%) CSP clauses are encoded (5870448 clauses, 136111587 bytes)
17.07/17.44	c 17	29232 (80%) CSP clauses are encoded (6817793 clauses, 159171883 bytes)
19.25/19.70	c 20	32886 (90%) CSP clauses are encoded (7933294 clauses, 186171918 bytes)
21.98/22.43	c 22	36540 (100%) CSP clauses are encoded (9323066 clauses, 218731249 bytes)
21.98/22.43	c 22	36540 CSP clauses encoded
21.98/22.43	c 22	Writing map file : HOME/temp.map
21.98/22.45	c 22	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.98/22.45	c 22	SAT : 547240 SAT variables, 9323066 SAT clauses, 218731249 bytes
21.98/22.45	c 22	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.03/22.51	c 22	SOLVING HOME/temp.cnf
22.03/22.51	c 22	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1811.81	c ERROR INTERRUPTED
1800.04/1811.86	s UNKNOWN
1800.04/1811.86	c 1812	CPU 22.05 (0.06 0.01 20.26 1.72)
1800.04/1811.86	c 1812	END Sun Jul 12 07:17:27 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-2081729-1247374035/watcher-2081729-1247374035 -o /tmp/evaluation-result-2081729-1247374035/solver-2081729-1247374035 -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-2081729-1247374035.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.00 2.00 4/74 24861
/proc/meminfo: memFree=1122112/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=12268 CPUtime=0
/proc/24861/stat : 24861 (sugar) R 24859 24861 20102 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24470339 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24861/statm: 3067 316 241 3 0 167 0

[startup+0.084009 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24861
/proc/meminfo: memFree=1122112/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16740 CPUtime=0.06
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24470339 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100552 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24861
/proc/meminfo: memFree=1122112/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=0.06
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301566 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24861
/proc/meminfo: memFree=1122112/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=0.06
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701603 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24861
/proc/meminfo: memFree=1122112/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=0.06
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50167 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 24873
/proc/meminfo: memFree=1097064/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=1.31
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1309 10555 0 1 5 1 118 7 15 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 16868

[startup+3.10282 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 24883
/proc/meminfo: memFree=1100968/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=1.31
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1310 10555 0 1 5 1 118 7 15 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
[pid=24874] ppid=24861 vsize=5356 CPUtime=0
/proc/24874/stat : 24874 (sh) S 24861 24861 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24470479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24874/statm: 1339 233 193 169 0 50 0
[pid=24875] ppid=24874 vsize=868564 CPUtime=1.68
/proc/24875/stat : 24875 (java) S 24874 24861 20102 0 -1 0 9851 0 1 0 161 7 0 0 18 0 9 0 24470479 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24875/statm: 217141 8866 2566 9 0 211646 0
[pid=24875/tid=24876] ppid=24874 vsize=868564 CPUtime=1.12
/proc/24875/task/24876/stat : 24876 (java) R 24874 24861 20102 0 -1 64 2859 0 1 0 110 2 0 0 25 0 9 0 24470480 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4126807781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24877] ppid=24874 vsize=868564 CPUtime=0.35
/proc/24875/task/24877/stat : 24877 (java) S 24874 24861 20102 0 -1 64 4817 0 0 0 32 3 0 0 16 0 9 0 24470482 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24878] ppid=24874 vsize=868564 CPUtime=0
/proc/24875/task/24878/stat : 24878 (java) S 24874 24861 20102 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24470482 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24879] ppid=24874 vsize=868564 CPUtime=0
/proc/24875/task/24879/stat : 24879 (java) S 24874 24861 20102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24470482 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24880] ppid=24874 vsize=868564 CPUtime=0
/proc/24875/task/24880/stat : 24880 (java) S 24874 24861 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24470484 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24881] ppid=24874 vsize=868564 CPUtime=0.17
/proc/24875/task/24881/stat : 24881 (java) S 24874 24861 20102 0 -1 64 1476 0 0 0 17 0 0 0 16 0 9 0 24470484 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24882] ppid=24874 vsize=868564 CPUtime=0
/proc/24875/task/24882/stat : 24882 (java) S 24874 24861 20102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24470484 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24883] ppid=24874 vsize=868564 CPUtime=0
/proc/24875/task/24883/stat : 24883 (java) S 24874 24861 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24470484 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890788

[startup+6.3021 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 24883
/proc/meminfo: memFree=1066672/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=1.31
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1310 10555 0 1 5 1 118 7 16 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
[pid=24874] ppid=24861 vsize=5356 CPUtime=0
/proc/24874/stat : 24874 (sh) S 24861 24861 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24470479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24874/statm: 1339 233 193 169 0 50 0
[pid=24875] ppid=24874 vsize=868676 CPUtime=4.84
/proc/24875/stat : 24875 (java) S 24874 24861 20102 0 -1 0 12098 0 1 0 458 26 0 0 18 0 9 0 24470479 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24875/statm: 217169 10589 2590 9 0 211646 0
[pid=24875/tid=24876] ppid=24874 vsize=868676 CPUtime=3.76
/proc/24875/task/24876/stat : 24876 (java) R 24874 24861 20102 0 -1 64 3373 0 1 0 358 18 0 0 25 0 9 0 24470480 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4126949561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24877] ppid=24874 vsize=868676 CPUtime=0.79
/proc/24875/task/24877/stat : 24877 (java) S 24874 24861 20102 0 -1 64 6505 0 0 0 74 5 0 0 16 0 9 0 24470482 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24878] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24878/stat : 24878 (java) S 24874 24861 20102 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24470482 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24879] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24879/stat : 24879 (java) S 24874 24861 20102 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24470482 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24880] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24880/stat : 24880 (java) S 24874 24861 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24881] ppid=24874 vsize=868676 CPUtime=0.24
/proc/24875/task/24881/stat : 24881 (java) S 24874 24861 20102 0 -1 64 1521 0 0 0 24 0 0 0 16 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24882] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24882/stat : 24882 (java) S 24874 24861 20102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24883] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24883/stat : 24883 (java) S 24874 24861 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890900

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 24883
/proc/meminfo: memFree=989424/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=1.31
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1310 10555 0 1 5 1 118 7 16 0 1 0 24470339 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1111 409 3 0 796 0
[pid=24874] ppid=24861 vsize=5356 CPUtime=0
/proc/24874/stat : 24874 (sh) S 24861 24861 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24470479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24874/statm: 1339 233 193 169 0 50 0
[pid=24875] ppid=24874 vsize=868676 CPUtime=11.12
/proc/24875/stat : 24875 (java) S 24874 24861 20102 0 -1 0 12912 0 1 0 1031 81 0 0 18 0 9 0 24470479 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24875/statm: 217169 10589 2590 9 0 211646 0
[pid=24875/tid=24876] ppid=24874 vsize=868676 CPUtime=9.72
/proc/24875/task/24876/stat : 24876 (java) R 24874 24861 20102 0 -1 64 4187 0 1 0 903 69 0 0 25 0 9 0 24470480 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4126430974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24877] ppid=24874 vsize=868676 CPUtime=1.12
/proc/24875/task/24877/stat : 24877 (java) S 24874 24861 20102 0 -1 64 6505 0 0 0 102 10 0 0 16 0 9 0 24470482 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24878] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24878/stat : 24878 (java) S 24874 24861 20102 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24470482 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24879] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24879/stat : 24879 (java) S 24874 24861 20102 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24470482 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24880] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24880/stat : 24880 (java) S 24874 24861 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24881] ppid=24874 vsize=868676 CPUtime=0.24
/proc/24875/task/24881/stat : 24881 (java) S 24874 24861 20102 0 -1 64 1521 0 0 0 24 0 0 0 16 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24882] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24882/stat : 24882 (java) S 24874 24861 20102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24875/tid=24883] ppid=24874 vsize=868676 CPUtime=0
/proc/24875/task/24883/stat : 24883 (java) S 24874 24861 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24470484 889524224 10589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890900

[startup+25.5018 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 24885
/proc/meminfo: memFree=863280/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=45548 CPUtime=2.94
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 9773 0 0 0 132 162 0 0 25 0 1 0 24472590 46641152 9759 996147200 134512640 134931368 4294956256 18446744073709551615 134514670 0 0 4096 0 0 0 0 17 1 0 0
/proc/24885/statm: 11387 9759 40 102 0 11282 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 67772

[startup+51.102 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 24885
/proc/meminfo: memFree=759472/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=179028 CPUtime=28.3
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 35338 0 0 0 1303 1527 0 0 25 0 1 0 24472590 183324672 35324 996147200 134512640 134931368 4294956256 18446744073709551615 134520488 0 0 4096 0 0 0 0 17 1 0 0
/proc/24885/statm: 44757 35324 40 102 0 44652 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 201252

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 24885
/proc/meminfo: memFree=570032/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=361468 CPUtime=79
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 82083 0 0 0 3631 4269 0 0 25 0 1 0 24472590 370143232 82069 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24885/statm: 90367 82069 40 102 0 90262 0
Current children cumulated CPU time (s) 101.05

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

/proc/meminfo: memFree=931752/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=382356 CPUtime=1268.68
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86018 0 0 0 122421 4447 0 0 25 0 1 0 24472590 391532544 86002 996147200 134512640 134931368 4294956256 18446744073709551615 134525637 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95589 86002 48 102 0 95484 0
Current children cumulated CPU time (s) 1290.73
Current children cumulated vsize (KiB) 404580

[startup+1362.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/84 24971
/proc/meminfo: memFree=931560/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=382488 CPUtime=1328.65
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86071 0 0 0 128418 4447 0 0 25 0 1 0 24472590 391667712 86055 996147200 134512640 134931368 4294956256 18446744073709551615 134529451 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95622 86055 48 102 0 95517 0
Current children cumulated CPU time (s) 1350.7
Current children cumulated vsize (KiB) 404712

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/84 24971
/proc/meminfo: memFree=931240/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=382752 CPUtime=1388.62
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86137 0 0 0 134415 4447 0 0 25 0 1 0 24472590 391938048 86121 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95688 86121 48 102 0 95583 0
Current children cumulated CPU time (s) 1410.67
Current children cumulated vsize (KiB) 404976

[startup+1482.3 s]
/proc/loadavg: 2.08 2.05 2.00 4/72 24975
/proc/meminfo: memFree=1062488/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=383016 CPUtime=1448.6
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86204 0 0 0 140412 4448 0 0 25 0 1 0 24472590 392208384 86188 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95754 86188 48 102 0 95649 0
Current children cumulated CPU time (s) 1470.65
Current children cumulated vsize (KiB) 405240

[startup+1542.3 s]
/proc/loadavg: 2.20 2.08 2.02 3/84 25073
/proc/meminfo: memFree=1159472/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=383412 CPUtime=1508.58
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86278 0 0 0 146409 4449 0 0 25 0 1 0 24472590 392613888 86262 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95853 86262 48 102 0 95748 0
Current children cumulated CPU time (s) 1530.63
Current children cumulated vsize (KiB) 405636

[startup+1602.3 s]
/proc/loadavg: 2.32 2.14 2.04 3/84 25073
/proc/meminfo: memFree=1159088/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=383676 CPUtime=1568.55
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86354 0 0 0 152406 4449 0 0 25 0 1 0 24472590 392884224 86338 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95919 86338 48 102 0 95814 0
Current children cumulated CPU time (s) 1590.6
Current children cumulated vsize (KiB) 405900

[startup+1662.3 s]
/proc/loadavg: 2.15 2.13 2.04 3/84 25073
/proc/meminfo: memFree=1158704/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=383940 CPUtime=1628.53
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86424 0 0 0 158404 4449 0 0 25 0 1 0 24472590 393154560 86408 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 95985 86408 48 102 0 95880 0
Current children cumulated CPU time (s) 1650.58
Current children cumulated vsize (KiB) 406164

[startup+1722.3 s]
/proc/loadavg: 2.05 2.10 2.03 3/84 25073
/proc/meminfo: memFree=1158320/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=384336 CPUtime=1688.52
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86513 0 0 0 164402 4450 0 0 25 0 1 0 24472590 393560064 86497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 96084 86497 48 102 0 95979 0
Current children cumulated CPU time (s) 1710.57
Current children cumulated vsize (KiB) 406560

[startup+1782.3 s]
/proc/loadavg: 2.02 2.08 2.02 3/84 25073
/proc/meminfo: memFree=1157936/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=384600 CPUtime=1748.49
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86593 0 0 0 170399 4450 0 0 25 0 1 0 24472590 393830400 86577 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 96150 86577 48 102 0 96045 0
Current children cumulated CPU time (s) 1770.54
Current children cumulated vsize (KiB) 406824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.01 2.07 2.02 3/84 25073
/proc/meminfo: memFree=1157808/2055920 swapFree=4191900/4192956
[pid=24861] ppid=24859 vsize=16868 CPUtime=22.05
/proc/24861/stat : 24861 (sugar) S 24859 24861 20102 0 -1 4194304 1365 25029 0 2 6 1 2026 172 17 0 1 0 24470339 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24861/statm: 4217 1113 409 3 0 796 0
[pid=24884] ppid=24861 vsize=5356 CPUtime=0
/proc/24884/stat : 24884 (sh) S 24861 24861 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24472590 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1339 232 193 169 0 50 0
[pid=24885] ppid=24884 vsize=384732 CPUtime=1777.99
/proc/24885/stat : 24885 (picosat) R 24884 24861 20102 0 -1 4194304 86634 0 0 0 173349 4450 0 0 25 0 1 0 24472590 393965568 86618 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24885/statm: 96183 86618 48 102 0 96078 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 406956

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 24861 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=325909
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=748734
# CPU time returned by wait4() is 22.0746
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.86
CPU time (s): 1800.04
CPU user time (s): 1753.81
CPU system time (s): 46.23
CPU usage (%): 99.3475
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3259
system time used= 1.74873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26788
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= 24917
involuntary context switches= 25227

runsolver used 2.24566 second user time and 6.01009 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 06:47:15
IDJOB=2081729
IDBENCH=57478
IDSOLVER=738
FILE ID=node15/2081729-1247374035
PBS_JOBID= 9506998
Free space on /tmp= 66168 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-1.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-2081729-1247374035/watcher-2081729-1247374035 -o /tmp/evaluation-result-2081729-1247374035/solver-2081729-1247374035 -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-2081729-1247374035.xml

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

MD5SUM BENCH= be61e7635319c5e34b7bbbbc5c03d845
RANDOM SEED=1649696259

node15.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.220
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.220
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:       1122592 kB
Buffers:         51532 kB
Cached:         378448 kB
SwapCached:        392 kB
Active:         784756 kB
Inactive:        81200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1122592 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:         446512 kB
Slab:            51588 kB
Committed_AS:   598728 kB
PageTables:       2796 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= 66372 MiB
End job on node15 at 2009-07-12 07:17:29