Trace number 2083665

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? (MO) 512.454 529.79

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.041
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:52:21 2009
0.06/0.08	c 0	PID 25669
0.06/0.08	c 0	HOST node58.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083665-1247377941.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-2083665-1247377941.xml' 'HOME/temp.csp'
1.06/1.15	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
1.06/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	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.11/1.26	c 1	Parsing HOME/temp.csp
1.11/1.58	c 2	parsed 10000 expressions
1.11/1.58	c 2	parsed 10027 expressions
1.11/1.59	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.59	c 2	Converting to clausal form CSP
3.58/3.72	c 4	converted 1003 (10%) expressions
6.65/6.87	c 7	converted 2006 (20%) expressions
9.22/9.45	c 10	converted 3009 (30%) expressions
11.50/11.74	c 12	converted 4011 (40%) expressions
13.88/14.18	c 14	converted 5014 (50%) expressions
16.34/16.66	c 17	converted 6017 (60%) expressions
18.61/18.92	c 19	converted 7019 (70%) expressions
20.89/21.22	c 21	converted 8022 (80%) expressions
23.37/23.74	c 24	converted 9025 (90%) expressions
25.63/26.07	c 26	converted 10027 (100%) expressions
25.63/26.07	c 26	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
25.63/26.07	c 26	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.63/26.07	c 26	Propagation in CSP
26.52/26.93	c 27	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.52/26.93	c 27	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
26.52/26.93	c 27	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.52/26.95	c 27	Simplifing CSP by introducing new Boolean variables
26.61/27.08	c 27	CSP : 1092 integers, 46739 booleans, 76687 clauses, largest domain size 4101
26.61/27.08	c 27	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.91/27.35	c 27	Encoding CSP to SAT : HOME/temp.cnf
31.06/31.52	c 32	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
35.11/35.66	c 36	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
39.47/40.07	c 40	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
43.26/43.86	c 44	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
47.36/48.00	c 48	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
48.04/48.68	c 49	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
48.63/49.23	c 49	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
49.12/49.75	c 50	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
49.71/50.31	c 50	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
50.20/50.82	c 51	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
85.97/86.90	c 87	7669 (10%) CSP clauses are encoded (6201429 clauses, 139470859 bytes)
121.53/122.81	c 123	15338 (20%) CSP clauses are encoded (10405372 clauses, 249759195 bytes)
149.59/152.45	c 153	23007 (30%) CSP clauses are encoded (14360487 clauses, 355302529 bytes)
175.64/178.73	c 179	30675 (40%) CSP clauses are encoded (18214012 clauses, 457876400 bytes)
203.81/207.26	c 207	38344 (50%) CSP clauses are encoded (22371606 clauses, 568545420 bytes)
234.47/238.63	c 239	46013 (60%) CSP clauses are encoded (26506436 clauses, 678886150 bytes)
262.62/267.11	c 267	53681 (70%) CSP clauses are encoded (30346420 clauses, 781826826 bytes)
290.61/295.77	c 296	61350 (80%) CSP clauses are encoded (34357336 clauses, 888666921 bytes)
318.56/324.18	c 324	69019 (90%) CSP clauses are encoded (38285200 clauses, 992932909 bytes)
347.43/353.73	c 354	76687 (100%) CSP clauses are encoded (42259455 clauses, 1098982626 bytes)
347.43/353.73	c 354	76687 CSP clauses encoded
347.46/353.83	c 354	Writing map file : HOME/temp.map
347.56/354.24	c 354	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
347.56/354.24	c 354	SAT : 2536833 SAT variables, 42259455 SAT clauses, 1098982626 bytes
347.56/354.24	c 354	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
347.59/354.44	c 355	SOLVING HOME/temp.cnf
347.59/354.44	c 355	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
512.16/529.42	c ERROR INTERRUPTED
512.27/529.55	s UNKNOWN
512.27/529.55	c 530	CPU 347.64 (0.06 0.02 339.87 7.69)
512.27/529.55	c 530	END Sun Jul 12 08:01:11 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-2083665-1247377941/watcher-2083665-1247377941 -o /tmp/evaluation-result-2083665-1247377941/solver-2083665-1247377941 -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-2083665-1247377941.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.07 2.08 4/82 25669
/proc/meminfo: memFree=1449040/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=18576 CPUtime=0
/proc/25669/stat : 25669 (runsolver) R 25667 25669 20624 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24857231 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25669/statm: 4644 284 249 26 0 2626 0

[startup+0.0766649 s]
/proc/loadavg: 2.00 2.07 2.08 4/82 25669
/proc/meminfo: memFree=1449040/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16608 CPUtime=0.06
/proc/25669/stat : 25669 (sugar) R 25667 25669 20624 0 -1 4194304 1069 0 0 0 5 1 0 0 18 0 1 0 24857231 17006592 1037 996147200 4194304 4206940 548682068608 18446744073709551615 226255819125 0 0 4224 0 0 0 0 17 1 0 0
/proc/25669/statm: 4152 1037 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101675 s]
/proc/loadavg: 2.00 2.07 2.08 4/82 25669
/proc/meminfo: memFree=1449040/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=0.07
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30168 s]
/proc/loadavg: 2.00 2.07 2.08 4/82 25669
/proc/meminfo: memFree=1449040/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=0.07
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701719 s]
/proc/loadavg: 2.00 2.07 2.08 4/82 25669
/proc/meminfo: memFree=1449040/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=0.07
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 2.08 2.09 2.08 3/93 25681
/proc/meminfo: memFree=1425656/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10193 s]
/proc/loadavg: 2.08 2.09 2.08 4/93 25691
/proc/meminfo: memFree=1430072/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1309 9080 0 1 6 1 99 5 15 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25669 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25669 25669 20624 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24857350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=868520 CPUtime=1.88
/proc/25683/stat : 25683 (java) S 25682 25669 20624 0 -1 0 7619 0 1 0 183 5 0 0 18 0 9 0 24857350 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 217130 6743 2566 9 0 211635 0
[pid=25683/tid=25684] ppid=25682 vsize=868520 CPUtime=1.54
/proc/25683/task/25684/stat : 25684 (java) R 25682 25669 20624 0 -1 64 2795 0 1 0 152 2 0 0 25 0 9 0 24857351 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4126512796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=868520 CPUtime=0.15
/proc/25683/task/25685/stat : 25685 (java) S 25682 25669 20624 0 -1 64 2690 0 0 0 14 1 0 0 16 0 9 0 24857353 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=868520 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25669 20624 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24857353 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=868520 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25669 20624 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24857353 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=868520 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25669 20624 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24857355 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=868520 CPUtime=0.16
/proc/25683/task/25689/stat : 25689 (java) S 25682 25669 20624 0 -1 64 1435 0 0 0 15 1 0 0 15 0 9 0 24857355 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=868520 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24857355 889364480 6743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=868520 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24857355 889364480 6743 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) 890744

[startup+6.30221 s]
/proc/loadavg: 2.07 2.08 2.08 3/93 25691
/proc/meminfo: memFree=1422904/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25669 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25669 25669 20624 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24857350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=868604 CPUtime=5.05
/proc/25683/stat : 25683 (java) S 25682 25669 20624 0 -1 0 9099 0 1 0 495 10 0 0 18 0 9 0 24857350 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 217151 7853 2566 9 0 211656 0
[pid=25683/tid=25684] ppid=25682 vsize=868604 CPUtime=4.4
/proc/25683/task/25684/stat : 25684 (java) R 25682 25669 20624 0 -1 64 3149 0 1 0 437 3 0 0 25 0 9 0 24857351 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4126503936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=868604 CPUtime=0.43
/proc/25683/task/25685/stat : 25685 (java) S 25682 25669 20624 0 -1 64 3807 0 0 0 39 4 0 0 16 0 9 0 24857353 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25669 20624 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24857353 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25669 20624 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24857353 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25669 20624 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24857355 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=868604 CPUtime=0.18
/proc/25683/task/25689/stat : 25689 (java) S 25682 25669 20624 0 -1 64 1444 0 0 0 17 1 0 0 15 0 9 0 24857355 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24857355 889450496 7853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24857355 889450496 7853 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) 890828

[startup+12.7018 s]
/proc/loadavg: 2.07 2.08 2.08 3/93 25691
/proc/meminfo: memFree=1384952/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25669 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25669 25669 20624 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24857350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=868604 CPUtime=11.38
/proc/25683/stat : 25683 (java) S 25682 25669 20624 0 -1 0 11510 0 1 0 1122 16 0 0 18 0 9 0 24857350 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 217151 9694 2567 9 0 211656 0
[pid=25683/tid=25684] ppid=25682 vsize=868604 CPUtime=10.22
/proc/25683/task/25684/stat : 25684 (java) R 25682 25669 20624 0 -1 64 3767 0 1 0 1018 4 0 0 25 0 9 0 24857351 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4126503907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=868604 CPUtime=0.95
/proc/25683/task/25685/stat : 25685 (java) S 25682 25669 20624 0 -1 64 5599 0 0 0 85 10 0 0 16 0 9 0 24857353 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25669 20624 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24857353 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25669 20624 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24857353 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25669 20624 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24857355 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=868604 CPUtime=0.18
/proc/25683/task/25689/stat : 25689 (java) S 25682 25669 20624 0 -1 64 1445 0 0 0 17 1 0 0 15 0 9 0 24857355 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24857355 889450496 9694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24857355 889450496 9694 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) 890828

[startup+25.5043 s]
/proc/loadavg: 2.21 2.11 2.09 3/93 25691
/proc/meminfo: memFree=1151544/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25669 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25669 25669 20624 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24857350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=868604 CPUtime=24.03
/proc/25683/stat : 25683 (java) S 25682 25669 20624 0 -1 0 17002 0 1 0 2374 29 0 0 18 0 9 0 24857350 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 217151 13901 2567 9 0 211656 0
[pid=25683/tid=25684] ppid=25682 vsize=868604 CPUtime=21.74
/proc/25683/task/25684/stat : 25684 (java) R 25682 25669 20624 0 -1 64 4714 0 1 0 2166 8 0 0 25 0 9 0 24857351 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=868604 CPUtime=2.08
/proc/25683/task/25685/stat : 25685 (java) S 25682 25669 20624 0 -1 64 10144 0 0 0 190 18 0 0 15 0 9 0 24857353 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25669 20624 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24857353 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25669 20624 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24857353 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25669 20624 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24857355 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=868604 CPUtime=0.18
/proc/25683/task/25689/stat : 25689 (java) S 25682 25669 20624 0 -1 64 1445 0 0 0 17 1 0 0 15 0 9 0 24857355 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24857355 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=868604 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24857355 889450496 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890828

[startup+51.1021 s]
/proc/loadavg: 2.44 2.18 2.11 3/93 25691
/proc/meminfo: memFree=916728/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1310 9080 0 1 6 1 99 5 16 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25669 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25669 25669 20624 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24857350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=868716 CPUtime=49.38
/proc/25683/stat : 25683 (java) S 25682 25669 20624 0 -1 0 19073 0 1 0 4870 68 0 0 18 0 9 0 24857350 889565184 15580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 217179 15580 2593 9 0 211656 0

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

/proc/25683/task/25688/stat : 25688 (java) S 25682 25669 20624 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=868716 CPUtime=0.27
/proc/25683/task/25689/stat : 25689 (java) S 25682 25669 20624 0 -1 64 1493 0 0 0 26 1 0 0 16 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25683/tid=25690] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 277.51
Current children cumulated vsize (KiB) 890940

[startup+342.303 s]
/proc/loadavg: 2.33 2.26 2.15 3/93 25691
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=1.11
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1310 9080 0 1 6 1 99 5 16 0 1 0 24857231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1111 409 3 0 796 0
[pid=25682] ppid=25669 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25669 25669 20624 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24857350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=868716 CPUtime=335.18
/proc/25683/stat : 25683 (java) S 25682 25669 20624 0 -1 0 25604 0 1 0 32785 733 0 0 18 0 9 0 24857350 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 217179 15591 2593 9 0 211656 0
[pid=25683/tid=25684] ppid=25682 vsize=868716 CPUtime=329.28
/proc/25683/task/25684/stat : 25684 (java) R 25682 25669 20624 0 -1 64 11676 0 1 0 32264 664 0 0 25 0 9 0 24857351 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4126995297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=868716 CPUtime=5.6
/proc/25683/task/25685/stat : 25685 (java) S 25682 25669 20624 0 -1 64 11736 0 0 0 494 66 0 0 16 0 9 0 24857353 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25669 20624 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24857353 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25669 20624 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24857353 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25669 20624 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=868716 CPUtime=0.27
/proc/25683/task/25689/stat : 25689 (java) S 25682 25669 20624 0 -1 64 1493 0 0 0 26 1 0 0 16 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25683/tid=25690] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=868716 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25669 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24857355 889565184 15591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.29
Current children cumulated vsize (KiB) 890940

[startup+402.301 s]
/proc/loadavg: 2.23 2.24 2.15 4/85 25693
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.64
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1367 35270 0 2 6 2 33987 769 16 0 1 0 24857231 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1115 409 3 0 796 0
[pid=25692] ppid=25669 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25669 25669 20624 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24892675 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25692/statm: 1339 232 193 169 0 50 0
[pid=25693] ppid=25692 vsize=444836 CPUtime=45.27
/proc/25693/stat : 25693 (picosat) R 25692 25669 20624 0 -1 4194304 84599 0 4 0 2096 2431 0 0 25 0 1 0 24892686 455512064 84589 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/25693/statm: 111209 84589 40 102 0 111104 0
Current children cumulated CPU time (s) 392.91
Current children cumulated vsize (KiB) 467060

[startup+462.301 s]
/proc/loadavg: 2.22 2.22 2.15 3/85 25693
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.64
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1367 35270 0 2 6 2 33987 769 16 0 1 0 24857231 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1115 409 3 0 796 0
[pid=25692] ppid=25669 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25669 25669 20624 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24892675 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25692/statm: 1339 232 193 169 0 50 0
[pid=25693] ppid=25692 vsize=684200 CPUtime=101.7
/proc/25693/stat : 25693 (picosat) R 25692 25669 20624 0 -1 4194304 138104 0 4 0 4694 5476 0 0 25 0 1 0 24892686 700620800 138094 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/25693/statm: 171050 138094 40 102 0 170945 0
Current children cumulated CPU time (s) 449.34
Current children cumulated vsize (KiB) 706424

[startup+522.302 s]
/proc/loadavg: 2.37 2.27 2.17 3/85 25699
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.64
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1367 35270 0 2 6 2 33987 769 16 0 1 0 24857231 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1115 409 3 0 796 0
[pid=25692] ppid=25669 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25669 25669 20624 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24892675 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25692/statm: 1339 232 193 169 0 50 0
[pid=25693] ppid=25692 vsize=878636 CPUtime=158.13
/proc/25693/stat : 25693 (picosat) R 25692 25669 20624 0 -1 4194304 192805 0 4 0 7310 8503 0 0 25 0 1 0 24892686 899723264 192795 996147200 134512640 134931368 4294956256 18446744073709551615 134520679 0 0 4096 0 0 0 0 17 1 0 0
/proc/25693/statm: 219659 192795 40 102 0 219554 0
Current children cumulated CPU time (s) 505.77
Current children cumulated vsize (KiB) 900860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+529.401 s]
/proc/loadavg: 2.34 2.27 2.17 3/85 25699
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.64
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1367 35270 0 2 6 2 33987 769 16 0 1 0 24857231 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1115 409 3 0 796 0
[pid=25692] ppid=25669 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25669 25669 20624 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24892675 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25692/statm: 1339 232 193 169 0 50 0
[pid=25693] ppid=25692 vsize=899492 CPUtime=164.52
/proc/25693/stat : 25693 (picosat) R 25692 25669 20624 0 -1 4194304 198683 0 4 0 7603 8849 0 0 25 0 1 0 24892686 921079808 198673 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25693/statm: 224873 198673 40 102 0 224768 0
Current children cumulated CPU time (s) 512.16
Current children cumulated vsize (KiB) 921716

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

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

[startup+529.522 s]
/proc/loadavg: 2.34 2.27 2.17 3/85 25699
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.64
/proc/25669/stat : 25669 (sugar) S 25667 25669 20624 0 -1 4194304 1396 35270 0 2 6 2 33987 769 16 0 1 0 24857231 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25669/statm: 4217 1115 409 3 0 796 0
[pid=25692] ppid=25669 vsize=0 CPUtime=0
/proc/25692/stat : 25692 (sh) Z 25669 25669 20624 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24892675 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25692/statm: 0 0 0 0 0 0 0
[pid=25693] ppid=1 vsize=0 CPUtime=164.63
/proc/25693/stat : 25693 (picosat) R 1 25669 20624 0 -1 4195332 198683 0 4 0 7603 8860 0 0 25 0 1 0 24892686 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25693/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 512.27
Current children cumulated vsize (KiB) 16868

[startup+529.602 s]
/proc/loadavg: 2.34 2.27 2.17 3/85 25699
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.67
/proc/25669/stat : 25669 (sugar) R 25667 25669 20624 0 -1 4194304 1425 35545 0 4 6 5 33987 769 16 0 1 0 24857231 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25669/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 347.67
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+529.602 s]
/proc/loadavg: 2.34 2.27 2.17 3/85 25699
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.67
/proc/25669/stat : 25669 (sugar) R 25667 25669 20624 0 -1 4194304 1425 35545 0 4 6 5 33987 769 16 0 1 0 24857231 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25669/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 347.67
Current children cumulated vsize (KiB) 16868

[startup+529.725 s]
/proc/loadavg: 2.34 2.27 2.17 3/85 25699
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25669] ppid=25667 vsize=16868 CPUtime=347.8
/proc/25669/stat : 25669 (sugar) D 25667 25669 20624 0 -1 4194304 1425 35545 0 4 6 18 33987 769 17 0 1 0 24857231 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25669/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 347.8
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): 164.6
#  lost CPU user time (s): 76.03
#  lost CPU system time (s): 88.57

Real time (s): 529.79
CPU time (s): 512.454
CPU user time (s): 415.974
CPU system time (s): 96.4798
CPU usage (%): 96.7278
Max. virtual memory (cumulated for all children) (KiB): 921716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.944
system time used= 7.9098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37029
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88360
involuntary context switches= 91778

runsolver used 0.6549 second user time and 1.87371 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 07:52:21
IDJOB=2083665
IDBENCH=57890
IDSOLVER=738
FILE ID=node58/2083665-1247377941
PBS_JOBID= 9507056
Free space on /tmp= 66276 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-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-2083665-1247377941/watcher-2083665-1247377941 -o /tmp/evaluation-result-2083665-1247377941/solver-2083665-1247377941 -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-2083665-1247377941.xml

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

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=956049699

node58.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.234
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.234
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:       1449520 kB
Buffers:         74752 kB
Cached:         299652 kB
SwapCached:        140 kB
Active:         406052 kB
Inactive:       136176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22240 kB
Writeback:           0 kB
Mapped:         188980 kB
Slab:            49184 kB
Committed_AS:   420288 kB
PageTables:       2140 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= 64604 MiB
End job on node58 at 2009-07-12 08:01:12