Trace number 2083456

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) 301.736 305.856

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-10.xml
MD5SUM68a6e67c26555a55d1774467340b6ea2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.7865
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
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 07:43:38 2009
0.00/0.08	c 0	PID 25101
0.07/0.09	c 0	HOST node52.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2083456-1247377418.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083456-1247377418.xml' 'HOME/temp.csp'
0.07/0.90	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
0.07/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	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'
0.90/1.02	c 1	Parsing HOME/temp.csp
0.99/1.20	c 1	parsed 9353 expressions
1.09/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.21	c 1	Converting to clausal form CSP
1.88/2.06	c 2	converted 936 (10%) expressions
3.67/3.81	c 4	converted 1871 (20%) expressions
5.04/5.27	c 5	converted 2806 (30%) expressions
6.43/6.63	c 7	converted 3742 (40%) expressions
7.61/7.86	c 8	converted 4677 (50%) expressions
8.69/8.99	c 9	converted 5612 (60%) expressions
10.18/10.45	c 10	converted 6548 (70%) expressions
11.28/11.54	c 12	converted 7483 (80%) expressions
12.27/12.59	c 13	converted 8418 (90%) expressions
13.35/13.65	c 14	converted 9353 (100%) expressions
13.35/13.65	c 14	CSP : 1292 integers, 24789 booleans, 52634 clauses, largest domain size 3209
13.35/13.65	c 14	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.35/13.65	c 14	Propagation in CSP
13.94/14.25	c 14	164 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.94/14.25	c 14	CSP : 1292 integers, 24789 booleans, 52634 clauses, largest domain size 3209
13.94/14.25	c 14	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.94/14.28	c 14	Simplifing CSP by introducing new Boolean variables
14.44/14.73	c 15	CSP : 1292 integers, 41905 booleans, 69750 clauses, largest domain size 3209
14.44/14.73	c 15	Heap : 54 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.84/15.14	c 15	Encoding CSP to SAT : HOME/temp.cnf
16.22/16.57	c 17	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
17.61/17.91	c 18	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.86/19.27	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
20.06/20.44	c 20	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
21.16/21.58	c 22	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.66/22.03	c 22	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
22.05/22.43	c 22	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
22.45/22.84	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
22.75/23.18	c 23	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
23.14/23.51	c 24	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
34.00/34.88	c 35	6975 (10%) CSP clauses are encoded (3971196 clauses, 85559255 bytes)
44.10/45.02	c 45	13950 (20%) CSP clauses are encoded (6298189 clauses, 145422633 bytes)
52.56/53.50	c 54	20925 (30%) CSP clauses are encoded (8577570 clauses, 204460477 bytes)
61.30/62.32	c 62	27900 (40%) CSP clauses are encoded (10933736 clauses, 265851495 bytes)
70.68/71.86	c 72	34875 (50%) CSP clauses are encoded (13597712 clauses, 335930471 bytes)
77.62/78.86	c 79	41850 (60%) CSP clauses are encoded (15690541 clauses, 390502538 bytes)
85.68/87.17	c 87	48825 (70%) CSP clauses are encoded (17906950 clauses, 448223923 bytes)
93.00/94.59	c 95	55800 (80%) CSP clauses are encoded (20088709 clauses, 505186862 bytes)
101.43/103.00	c 103	62775 (90%) CSP clauses are encoded (22548288 clauses, 569706008 bytes)
108.95/110.64	c 111	69750 (100%) CSP clauses are encoded (24808065 clauses, 628807860 bytes)
108.95/110.64	c 111	69750 CSP clauses encoded
108.95/110.65	c 111	Writing map file : HOME/temp.map
109.04/110.73	c 111	Heap : 55 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
109.04/110.73	c 111	SAT : 1858643 SAT variables, 24808065 SAT clauses, 628807860 bytes
109.04/110.73	c 111	Heap : 55 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
109.04/110.77	c 111	SOLVING HOME/temp.cnf
109.04/110.77	c 111	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
301.46/305.01	c ERROR INTERRUPTED
301.57/305.14	s UNKNOWN
301.57/305.14	c 305	CPU 109.11 (0.07 0.01 104.91 4.12)
301.57/305.14	c 305	END Sun Jul 12 07:48:43 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-2083456-1247377418/watcher-2083456-1247377418 -o /tmp/evaluation-result-2083456-1247377418/solver-2083456-1247377418 -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-2083456-1247377418.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.81 2.32 2.11 4/82 25101
/proc/meminfo: memFree=758904/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=12132 CPUtime=0
/proc/25101/stat : 25101 (sugar) R 25099 25101 6860 0 -1 4194304 217 0 0 0 0 0 0 0 22 0 1 0 24805268 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 273653600993 0 0 4224 0 0 0 0 17 1 0 0
/proc/25101/statm: 3033 185 142 3 0 133 0

[startup+0.0899779 s]
/proc/loadavg: 2.81 2.32 2.11 4/82 25101
/proc/meminfo: memFree=758904/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16740 CPUtime=0.07
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24805268 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/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.81 2.32 2.11 4/82 25101
/proc/meminfo: memFree=758904/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.07
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301912 s]
/proc/loadavg: 2.81 2.32 2.11 4/82 25101
/proc/meminfo: memFree=758904/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.07
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701936 s]
/proc/loadavg: 2.81 2.32 2.11 4/82 25101
/proc/meminfo: memFree=758904/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.07
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 2.81 2.32 2.11 4/93 25123
/proc/meminfo: memFree=742752/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.85
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1309 8836 0 1 6 1 72 6 16 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
[pid=25114] ppid=25101 vsize=5356 CPUtime=0
/proc/25114/stat : 25114 (sh) S 25101 25101 6860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25114/statm: 1339 233 193 169 0 50 0
[pid=25115] ppid=25114 vsize=864204 CPUtime=0.54
/proc/25115/stat : 25115 (java) S 25114 25101 6860 0 -1 0 6067 0 1 0 52 2 0 0 18 0 9 0 24805362 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 216051 5305 2566 9 0 210556 0
[pid=25115/tid=25116] ppid=25114 vsize=864204 CPUtime=0.36
/proc/25115/task/25116/stat : 25116 (java) R 25114 25101 6860 0 -1 64 2672 0 1 0 35 1 0 0 19 0 9 0 24805363 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4126509260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25114 vsize=864204 CPUtime=0.08
/proc/25115/task/25117/stat : 25117 (java) S 25114 25101 6860 0 -1 64 2364 0 0 0 8 0 0 0 16 0 9 0 24805364 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25114 vsize=864204 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25114 25101 6860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805364 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25114 vsize=864204 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25114 25101 6860 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805364 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25114 vsize=864204 CPUtime=0
/proc/25115/task/25120/stat : 25120 (java) S 25114 25101 6860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24805366 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25114 vsize=864204 CPUtime=0.07
/proc/25115/task/25121/stat : 25121 (java) S 25114 25101 6860 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 24805366 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25114 vsize=864204 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24805366 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25123] ppid=25114 vsize=864204 CPUtime=0
/proc/25115/task/25123/stat : 25123 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24805366 884944896 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886428

[startup+3.1021 s]
/proc/loadavg: 2.81 2.32 2.11 3/93 25123
/proc/meminfo: memFree=718624/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.85
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1309 8836 0 1 6 1 72 6 16 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
[pid=25114] ppid=25101 vsize=5356 CPUtime=0
/proc/25114/stat : 25114 (sh) S 25101 25101 6860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25114/statm: 1339 233 193 169 0 50 0
[pid=25115] ppid=25114 vsize=868572 CPUtime=2.12
/proc/25115/stat : 25115 (java) S 25114 25101 6860 0 -1 0 8434 0 1 0 207 5 0 0 18 0 9 0 24805362 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 217143 7469 2566 9 0 211648 0
[pid=25115/tid=25116] ppid=25114 vsize=868572 CPUtime=1.66
/proc/25115/task/25116/stat : 25116 (java) R 25114 25101 6860 0 -1 64 2835 0 1 0 164 2 0 0 25 0 9 0 24805363 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25114 vsize=868572 CPUtime=0.27
/proc/25115/task/25117/stat : 25117 (java) S 25114 25101 6860 0 -1 64 3425 0 0 0 26 1 0 0 16 0 9 0 24805364 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25114 25101 6860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805364 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25114 25101 6860 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805364 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25120/stat : 25120 (java) S 25114 25101 6860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24805366 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25114 vsize=868572 CPUtime=0.17
/proc/25115/task/25121/stat : 25121 (java) S 25114 25101 6860 0 -1 64 1475 0 0 0 16 1 0 0 15 0 9 0 24805366 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24805366 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25123] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25123/stat : 25123 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24805366 889417728 7469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890796

[startup+6.30131 s]
/proc/loadavg: 2.83 2.33 2.12 3/93 25123
/proc/meminfo: memFree=677344/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.85
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1309 8836 0 1 6 1 72 6 16 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
[pid=25114] ppid=25101 vsize=5356 CPUtime=0
/proc/25114/stat : 25114 (sh) S 25101 25101 6860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25114/statm: 1339 233 193 169 0 50 0
[pid=25115] ppid=25114 vsize=868572 CPUtime=5.28
/proc/25115/stat : 25115 (java) S 25114 25101 6860 0 -1 0 11522 0 1 0 517 11 0 0 18 0 9 0 24805362 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 217143 10266 2566 9 0 211648 0
[pid=25115/tid=25116] ppid=25114 vsize=868572 CPUtime=4.47
/proc/25115/task/25116/stat : 25116 (java) R 25114 25101 6860 0 -1 64 3207 0 1 0 441 6 0 0 25 0 9 0 24805363 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4126513013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25114 vsize=868572 CPUtime=0.62
/proc/25115/task/25117/stat : 25117 (java) S 25114 25101 6860 0 -1 64 6136 0 0 0 58 4 0 0 16 0 9 0 24805364 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25114 25101 6860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805364 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25114 25101 6860 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805364 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25120/stat : 25120 (java) S 25114 25101 6860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24805366 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25114 vsize=868572 CPUtime=0.18
/proc/25115/task/25121/stat : 25121 (java) S 25114 25101 6860 0 -1 64 1480 0 0 0 17 1 0 0 15 0 9 0 24805366 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24805366 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25123] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25123/stat : 25123 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24805366 889417728 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890796

[startup+12.7027 s]
/proc/loadavg: 3.00 2.38 2.13 3/93 25123
/proc/meminfo: memFree=585696/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.85
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1309 8836 0 1 6 1 72 6 16 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
[pid=25114] ppid=25101 vsize=5356 CPUtime=0
/proc/25114/stat : 25114 (sh) S 25101 25101 6860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25114/statm: 1339 233 193 169 0 50 0
[pid=25115] ppid=25114 vsize=868572 CPUtime=11.61
/proc/25115/stat : 25115 (java) S 25114 25101 6860 0 -1 0 20948 0 1 0 1143 18 0 0 18 0 9 0 24805362 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 217143 17215 2569 9 0 211648 0
[pid=25115/tid=25116] ppid=25114 vsize=868572 CPUtime=9.8
/proc/25115/task/25116/stat : 25116 (java) R 25114 25101 6860 0 -1 64 3798 0 1 0 973 7 0 0 25 0 9 0 24805363 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4126448594 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25114 vsize=868572 CPUtime=1.6
/proc/25115/task/25117/stat : 25117 (java) S 25114 25101 6860 0 -1 64 14967 0 0 0 151 9 0 0 16 0 9 0 24805364 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25114 25101 6860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805364 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25114 25101 6860 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805364 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25120/stat : 25120 (java) S 25114 25101 6860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24805366 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25114 vsize=868572 CPUtime=0.19
/proc/25115/task/25121/stat : 25121 (java) S 25114 25101 6860 0 -1 64 1484 0 0 0 18 1 0 0 16 0 9 0 24805366 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24805366 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25123] ppid=25114 vsize=868572 CPUtime=0
/proc/25115/task/25123/stat : 25123 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24805366 889417728 17215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890796

[startup+25.5026 s]
/proc/loadavg: 2.99 2.41 2.15 4/85 25125
/proc/meminfo: memFree=13536/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.85
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1310 8836 0 1 6 1 72 6 16 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
[pid=25114] ppid=25101 vsize=5356 CPUtime=0
/proc/25114/stat : 25114 (sh) S 25101 25101 6860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25114/statm: 1339 233 193 169 0 50 0
[pid=25115] ppid=25114 vsize=868684 CPUtime=23.96
/proc/25115/stat : 25115 (java) S 25114 25101 6860 0 -1 0 26214 0 1 0 2350 46 0 0 18 0 9 0 24805362 889532416 20338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 217171 20338 2593 9 0 211648 0
[pid=25115/tid=25116] ppid=25114 vsize=868684 CPUtime=21.11
/proc/25115/task/25116/stat : 25116 (java) R 25114 25101 6860 0 -1 64 4490 0 1 0 2081 30 0 0 25 0 9 0 24805363 889532416 20338 996147200 134512640 134550932 4294955936 18446744073709551615 4126924553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25117] ppid=25114 vsize=868684 CPUtime=2.56
/proc/25115/task/25117/stat : 25117 (java) S 25114 25101 6860 0 -1 64 19497 0 0 0 243 13 0 0 16 0 9 0 24805364 889532416 20338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25118] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25114 25101 6860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805364 889532416 20338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25114 25101 6860 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24805364 889532416 20338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25114 vsize=868684 CPUtime=0

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


[startup+102.303 s]
/proc/loadavg: 3.02 2.55 2.21 3/93 25201
/proc/meminfo: memFree=1215896/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=0.85
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1310 8836 0 1 6 1 72 6 16 0 1 0 24805268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 4217 1111 409 3 0 796 0
[pid=25114] ppid=25101 vsize=5356 CPUtime=0
/proc/25114/stat : 25114 (sh) S 25101 25101 6860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25114/statm: 1339 233 193 169 0 50 0
[pid=25115] ppid=25114 vsize=868684 CPUtime=99.89
/proc/25115/stat : 25115 (java) S 25114 25101 6860 0 -1 0 28170 0 1 0 9624 365 0 0 18 0 9 0 24805362 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25115/statm: 217171 20345 2593 9 0 211648 0
[pid=25115/tid=25116] ppid=25114 vsize=868684 CPUtime=95.98
/proc/25115/task/25116/stat : 25116 (java) R 25114 25101 6860 0 -1 64 6439 0 1 0 9262 336 0 0 25 0 9 0 24805363 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25115/tid=25117] ppid=25114 vsize=868684 CPUtime=3.61
/proc/25115/task/25117/stat : 25117 (java) S 25114 25101 6860 0 -1 64 19497 0 0 0 335 26 0 0 16 0 9 0 24805364 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25115/tid=25118] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25118/stat : 25118 (java) S 25114 25101 6860 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805364 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25119] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25119/stat : 25119 (java) S 25114 25101 6860 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24805364 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25120] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25120/stat : 25120 (java) S 25114 25101 6860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24805366 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25121] ppid=25114 vsize=868684 CPUtime=0.27
/proc/25115/task/25121/stat : 25121 (java) S 25114 25101 6860 0 -1 64 1535 0 0 0 26 1 0 0 16 0 9 0 24805366 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25122] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25122/stat : 25122 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24805366 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25115/tid=25123] ppid=25114 vsize=868684 CPUtime=0
/proc/25115/task/25123/stat : 25123 (java) S 25114 25101 6860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24805366 889532416 20345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 890908

[startup+162.302 s]
/proc/loadavg: 2.48 2.49 2.21 3/85 25203
/proc/meminfo: memFree=730328/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.11
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1366 37558 0 2 7 1 10491 412 17 0 1 0 24805268 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1114 409 3 0 796 0
[pid=25202] ppid=25101 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (sh) S 25101 25101 6860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24816345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 232 193 169 0 50 0
[pid=25203] ppid=25202 vsize=324104 CPUtime=51.03
/proc/25203/stat : 25203 (picosat) R 25202 25101 6860 0 -1 4194304 76825 0 0 0 2343 2760 0 0 25 0 1 0 24816346 331882496 76811 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25203/statm: 81026 76811 40 102 0 80921 0
Current children cumulated CPU time (s) 160.14
Current children cumulated vsize (KiB) 346328

[startup+222.307 s]
/proc/loadavg: 2.23 2.41 2.20 3/85 25203
/proc/meminfo: memFree=294616/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.11
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1366 37558 0 2 7 1 10491 412 17 0 1 0 24805268 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1114 409 3 0 796 0
[pid=25202] ppid=25101 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (sh) S 25101 25101 6860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24816345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 232 193 169 0 50 0
[pid=25203] ppid=25202 vsize=565844 CPUtime=110.45
/proc/25203/stat : 25203 (picosat) R 25202 25101 6860 0 -1 4194304 131045 0 0 0 5075 5970 0 0 25 0 1 0 24816346 579424256 131031 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25203/statm: 141461 131031 40 102 0 141356 0
Current children cumulated CPU time (s) 219.56
Current children cumulated vsize (KiB) 588068

[startup+282.302 s]
/proc/loadavg: 2.13 2.35 2.19 3/85 25203
/proc/meminfo: memFree=15832/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.11
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1366 37558 0 2 7 1 10491 412 17 0 1 0 24805268 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1114 409 3 0 796 0
[pid=25202] ppid=25101 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (sh) S 25101 25101 6860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24816345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 232 193 169 0 50 0
[pid=25203] ppid=25202 vsize=757772 CPUtime=169.8
/proc/25203/stat : 25203 (picosat) R 25202 25101 6860 0 -1 4194304 185098 0 0 0 7792 9188 0 0 25 0 1 0 24816346 775958528 185084 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25203/statm: 189443 185084 40 102 0 189338 0
Current children cumulated CPU time (s) 278.91
Current children cumulated vsize (KiB) 779996



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+305.001 s]
/proc/loadavg: 2.29 2.37 2.20 3/85 25203
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.11
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1366 37558 0 2 7 1 10491 412 17 0 1 0 24805268 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1114 409 3 0 796 0
[pid=25202] ppid=25101 vsize=5356 CPUtime=0
/proc/25202/stat : 25202 (sh) S 25101 25101 6860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24816345 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25202/statm: 1339 232 193 169 0 50 0
[pid=25203] ppid=25202 vsize=899472 CPUtime=192.35
/proc/25203/stat : 25203 (picosat) R 25202 25101 6860 0 -1 4194304 206535 0 0 0 8833 10402 0 0 25 0 1 0 24816346 921059328 206521 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/25203/statm: 224868 206521 40 102 0 224763 0
Current children cumulated CPU time (s) 301.46
Current children cumulated vsize (KiB) 921696

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

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

[startup+305.118 s]
/proc/loadavg: 2.29 2.37 2.20 3/85 25203
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.11
/proc/25101/stat : 25101 (sugar) S 25099 25101 6860 0 -1 4194304 1395 37558 0 2 7 1 10491 412 16 0 1 0 24805268 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 4217 1114 409 3 0 796 0
[pid=25202] ppid=25101 vsize=0 CPUtime=0
/proc/25202/stat : 25202 (sh) Z 25101 25101 6860 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24816345 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25202/statm: 0 0 0 0 0 0 0
[pid=25203] ppid=1 vsize=0 CPUtime=192.46
/proc/25203/stat : 25203 (picosat) R 1 25101 6860 0 -1 4195332 206535 0 0 0 8833 10413 0 0 25 0 1 0 24816346 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/25203/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 301.57
Current children cumulated vsize (KiB) 16868

[startup+305.201 s]
/proc/loadavg: 2.29 2.37 2.20 3/85 25203
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.12
/proc/25101/stat : 25101 (sugar) R 25099 25101 6860 0 -1 4194304 1424 37835 0 2 7 2 10491 412 17 0 1 0 24805268 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25101/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 109.12
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+305.501 s]
/proc/loadavg: 2.29 2.37 2.20 3/85 25203
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.26
/proc/25101/stat : 25101 (sugar) D 25099 25101 6860 0 -1 4194304 1424 37835 0 2 7 16 10491 412 18 0 1 0 24805268 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25101/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 109.26
Current children cumulated vsize (KiB) 16868

[startup+305.702 s]
/proc/loadavg: 2.29 2.37 2.20 3/85 25203
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.27
/proc/25101/stat : 25101 (sugar) D 25099 25101 6860 0 -1 4194304 1424 37835 0 2 7 17 10491 412 18 0 1 0 24805268 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25101/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 109.27
Current children cumulated vsize (KiB) 16868

[startup+305.801 s]
/proc/loadavg: 2.29 2.37 2.20 2/84 25204
/proc/meminfo: memFree=1127328/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=16868 CPUtime=109.27
/proc/25101/stat : 25101 (sugar) D 25099 25101 6860 0 -1 4194304 1424 37835 0 2 7 17 10491 412 18 0 1 0 24805268 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25101/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 109.27
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): 192.45
#  lost CPU user time (s): 88.33
#  lost CPU system time (s): 104.12

Real time (s): 305.856
CPU time (s): 301.736
CPU user time (s): 193.318
CPU system time (s): 108.418
CPU usage (%): 98.6532
Max. virtual memory (cumulated for all children) (KiB): 921696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.988
system time used= 4.29835
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39318
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= 31705
involuntary context switches= 31660

runsolver used 0.377942 second user time and 1.08283 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 07:43:38
IDJOB=2083456
IDBENCH=57818
IDSOLVER=738
FILE ID=node52/2083456-1247377418
PBS_JOBID= 9507108
Free space on /tmp= 65296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-10.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-2083456-1247377418/watcher-2083456-1247377418 -o /tmp/evaluation-result-2083456-1247377418/solver-2083456-1247377418 -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-2083456-1247377418.xml

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

MD5SUM BENCH= 68a6e67c26555a55d1774467340b6ea2
RANDOM SEED=1339462682

node52.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.236
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.236
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:        759384 kB
Buffers:         44800 kB
Cached:        1047892 kB
SwapCached:          0 kB
Active:        1121968 kB
Inactive:        92408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        759384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207164 kB
Writeback:           0 kB
Mapped:         143000 kB
Slab:            67036 kB
Committed_AS:   360832 kB
PageTables:       2244 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= 65472 MiB
End job on node52 at 2009-07-12 07:48:45