Trace number 2083379

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) 324.931 353.806

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-4.xml
MD5SUMa8e79faf7692d3f5f7256e10541a9d64
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 benchmark27.0679
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
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:41:20 2009
0.00/0.08	c 0	PID 23426
0.06/0.08	c 0	HOST node27.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083379-1247377279.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-2083379-1247377279.xml' 'HOME/temp.csp'
1.15/1.22	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.15/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.24	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.17/1.32	c 1	Parsing HOME/temp.csp
1.17/1.50	c 1	parsed 10000 expressions
1.17/1.61	c 1	parsed 16058 expressions
1.17/1.62	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.17/1.62	c 1	Converting to clausal form CSP
2.81/2.96	c 3	converted 1606 (10%) expressions
5.19/5.39	c 5	converted 3212 (20%) expressions
7.37/7.57	c 7	converted 4818 (30%) expressions
9.13/9.30	c 9	converted 6424 (40%) expressions
11.02/11.21	c 11	converted 8029 (50%) expressions
12.50/12.79	c 12	converted 9635 (60%) expressions
14.19/14.40	c 14	converted 11241 (70%) expressions
16.16/16.47	c 16	converted 12847 (80%) expressions
17.74/18.07	c 18	converted 14453 (90%) expressions
19.33/19.65	c 19	converted 16058 (100%) expressions
19.33/19.65	c 19	CSP : 1994 integers, 43198 booleans, 91185 clauses, largest domain size 2741
19.33/19.65	c 19	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.33/19.65	c 19	Propagation in CSP
20.11/20.44	c 20	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.11/20.44	c 20	CSP : 1994 integers, 43198 booleans, 91185 clauses, largest domain size 2741
20.11/20.44	c 20	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.11/20.48	c 20	Simplifing CSP by introducing new Boolean variables
20.32/20.66	c 20	CSP : 1994 integers, 74284 booleans, 122271 clauses, largest domain size 2741
20.32/20.66	c 20	Heap : 87 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.91/21.27	c 21	Encoding CSP to SAT : HOME/temp.cnf
22.29/22.67	c 22	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
23.65/24.06	c 24	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
24.96/25.33	c 25	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
26.26/26.68	c 26	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
27.46/27.86	c 28	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
28.05/28.46	c 28	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
28.64/29.04	c 29	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
29.14/29.60	c 29	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
29.73/30.20	c 30	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
30.32/30.75	c 30	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
43.59/45.44	c 45	12228 (10%) CSP clauses are encoded (5883846 clauses, 130466735 bytes)
57.10/59.22	c 59	24455 (20%) CSP clauses are encoded (9753033 clauses, 233039580 bytes)
68.84/71.26	c 71	36682 (30%) CSP clauses are encoded (13440649 clauses, 330589704 bytes)
81.42/84.05	c 84	48909 (40%) CSP clauses are encoded (17396317 clauses, 435677318 bytes)
94.40/97.58	c 97	61136 (50%) CSP clauses are encoded (21560648 clauses, 546737541 bytes)
107.22/110.82	c 111	73363 (60%) CSP clauses are encoded (25693183 clauses, 656520624 bytes)
118.78/122.68	c 122	85590 (70%) CSP clauses are encoded (29516431 clauses, 758067059 bytes)
129.87/134.10	c 134	97817 (80%) CSP clauses are encoded (33097578 clauses, 854173135 bytes)
142.43/146.95	c 147	110044 (90%) CSP clauses are encoded (37183774 clauses, 963327142 bytes)
154.01/159.11	c 159	122271 (100%) CSP clauses are encoded (40925689 clauses, 1063519183 bytes)
154.01/159.11	c 159	122271 CSP clauses encoded
154.01/159.13	c 159	Writing map file : HOME/temp.map
154.05/159.28	c 159	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
154.05/159.28	c 159	SAT : 2671566 SAT variables, 40925689 SAT clauses, 1063519183 bytes
154.05/159.28	c 159	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
154.13/159.33	c 159	SOLVING HOME/temp.cnf
154.13/159.33	c 159	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
324.69/352.11	c ERROR INTERRUPTED
324.80/352.25	s UNKNOWN
324.80/352.25	c 352	CPU 154.17 (0.06 0.02 146.74 7.35)
324.80/352.25	c 352	END Sun Jul 12 07:47:12 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-2083379-1247377279/watcher-2083379-1247377279 -o /tmp/evaluation-result-2083379-1247377279/solver-2083379-1247377279 -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-2083379-1247377279.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: 3.83 2.91 2.43 4/82 23426
/proc/meminfo: memFree=1076256/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=18576 CPUtime=0
/proc/23426/stat : 23426 (runsolver) R 23424 23426 22161 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24794221 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23426/statm: 4644 284 249 26 0 2626 0

[startup+0.08238 s]
/proc/loadavg: 3.83 2.91 2.43 4/82 23426
/proc/meminfo: memFree=1076256/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16740 CPUtime=0.06
/proc/23426/stat : 23426 (sugar) R 23424 23426 22161 0 -1 4194304 1140 0 0 0 5 1 0 0 18 0 1 0 24794221 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233588714143 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23426/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101381 s]
/proc/loadavg: 3.83 2.91 2.43 4/82 23426
/proc/meminfo: memFree=1076256/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=0.06
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301414 s]
/proc/loadavg: 3.83 2.91 2.43 4/82 23426
/proc/meminfo: memFree=1076256/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=0.06
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701485 s]
/proc/loadavg: 3.83 2.91 2.43 4/82 23426
/proc/meminfo: memFree=1076256/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=0.06
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 3.83 2.91 2.43 3/93 23438
/proc/meminfo: memFree=1039880/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=1.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1309 11252 0 1 5 1 103 8 15 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 16868

[startup+3.10292 s]
/proc/loadavg: 3.83 2.91 2.43 3/93 23448
/proc/meminfo: memFree=1040904/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=1.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1309 11252 0 1 5 1 103 8 16 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
[pid=23439] ppid=23426 vsize=5356 CPUtime=0
/proc/23439/stat : 23439 (sh) S 23426 23426 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23439/statm: 1339 233 193 169 0 50 0
[pid=23440] ppid=23439 vsize=868604 CPUtime=1.84
/proc/23440/stat : 23440 (java) S 23439 23426 22161 0 -1 0 8966 0 1 0 178 6 0 0 18 0 9 0 24794345 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 217151 7997 2567 9 0 211656 0
[pid=23440/tid=23441] ppid=23439 vsize=868604 CPUtime=1.39
/proc/23440/task/23441/stat : 23441 (java) R 23439 23426 22161 0 -1 64 2696 0 1 0 137 2 0 0 25 0 9 0 24794346 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4126507883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23442] ppid=23439 vsize=868604 CPUtime=0.26
/proc/23440/task/23442/stat : 23442 (java) S 23439 23426 22161 0 -1 64 4091 0 0 0 24 2 0 0 16 0 9 0 24794347 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23439 23426 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794348 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23439 23426 22161 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24794348 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794350 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23439 vsize=868604 CPUtime=0.16
/proc/23440/task/23446/stat : 23446 (java) S 23439 23426 22161 0 -1 64 1475 0 0 0 16 0 0 0 15 0 9 0 24794350 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23447] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794350 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794350 889450496 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890828

[startup+6.3015 s]
/proc/loadavg: 3.77 2.91 2.43 3/93 23448
/proc/meminfo: memFree=1011784/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=1.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1309 11252 0 1 5 1 103 8 16 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
[pid=23439] ppid=23426 vsize=5356 CPUtime=0
/proc/23439/stat : 23439 (sh) S 23426 23426 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23439/statm: 1339 233 193 169 0 50 0
[pid=23440] ppid=23439 vsize=868604 CPUtime=5.01
/proc/23440/stat : 23440 (java) S 23439 23426 22161 0 -1 0 12229 0 1 0 490 11 0 0 18 0 9 0 24794345 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 217151 10967 2568 9 0 211656 0
[pid=23440/tid=23441] ppid=23439 vsize=868604 CPUtime=4.18
/proc/23440/task/23441/stat : 23441 (java) R 23439 23426 22161 0 -1 64 3047 0 1 0 414 4 0 0 25 0 9 0 24794346 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23442] ppid=23439 vsize=868604 CPUtime=0.6
/proc/23440/task/23442/stat : 23442 (java) S 23439 23426 22161 0 -1 64 6994 0 0 0 56 4 0 0 16 0 9 0 24794347 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23439 23426 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794348 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23439 23426 22161 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24794348 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794350 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23439 vsize=868604 CPUtime=0.18
/proc/23440/task/23446/stat : 23446 (java) S 23439 23426 22161 0 -1 64 1484 0 0 0 18 0 0 0 16 0 9 0 24794350 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794350 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794350 889450496 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890828

[startup+12.7027 s]
/proc/loadavg: 3.70 2.91 2.43 3/93 23448
/proc/meminfo: memFree=947080/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=1.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1309 11252 0 1 5 1 103 8 16 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
[pid=23439] ppid=23426 vsize=5356 CPUtime=0
/proc/23439/stat : 23439 (sh) S 23426 23426 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23439/statm: 1339 233 193 169 0 50 0
[pid=23440] ppid=23439 vsize=868604 CPUtime=11.33
/proc/23440/stat : 23440 (java) S 23439 23426 22161 0 -1 0 23282 0 1 0 1113 20 0 0 18 0 9 0 24794345 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 217151 17645 2569 9 0 211656 0
[pid=23440/tid=23441] ppid=23439 vsize=868604 CPUtime=9.51
/proc/23440/task/23441/stat : 23441 (java) R 23439 23426 22161 0 -1 64 3659 0 1 0 945 6 0 0 25 0 9 0 24794346 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4126448563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23442] ppid=23439 vsize=868604 CPUtime=1.61
/proc/23440/task/23442/stat : 23442 (java) S 23439 23426 22161 0 -1 64 17435 0 0 0 149 12 0 0 16 0 9 0 24794347 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23439 23426 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794348 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23444] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23439 23426 22161 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24794348 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23445] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794350 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23439 vsize=868604 CPUtime=0.18
/proc/23440/task/23446/stat : 23446 (java) S 23439 23426 22161 0 -1 64 1484 0 0 0 18 0 0 0 16 0 9 0 24794350 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794350 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23439 vsize=868604 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794350 889450496 17645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890828

[startup+25.502 s]
/proc/loadavg: 3.55 2.92 2.44 3/93 23448
/proc/meminfo: memFree=824072/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=1.18
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1310 11252 0 1 6 1 103 8 16 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
[pid=23439] ppid=23426 vsize=5356 CPUtime=0
/proc/23439/stat : 23439 (sh) S 23426 23426 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23439/statm: 1339 233 193 169 0 50 0
[pid=23440] ppid=23439 vsize=868716 CPUtime=23.98
/proc/23440/stat : 23440 (java) S 23439 23426 22161 0 -1 0 36510 0 1 0 2368 30 0 0 18 0 9 0 24794345 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 217179 28136 2593 9 0 211656 0
[pid=23440/tid=23441] ppid=23439 vsize=868716 CPUtime=20.4
/proc/23440/task/23441/stat : 23441 (java) R 23439 23426 22161 0 -1 64 4349 0 1 0 2030 10 0 0 25 0 9 0 24794346 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4126929480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23442] ppid=23439 vsize=868716 CPUtime=3.31
/proc/23440/task/23442/stat : 23442 (java) S 23439 23426 22161 0 -1 64 29940 0 0 0 313 18 0 0 16 0 9 0 24794347 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23443] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23439 23426 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794348 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23439 23426 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794348 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794350 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23439 vsize=868716 CPUtime=0.25
/proc/23440/task/23446/stat : 23446 (java) S 23439 23426 22161 0 -1 64 1517 0 0 0 24 1 0 0 15 0 9 0 24794350 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794350 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794350 889565184 28136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890940

[startup+51.1016 s]
/proc/loadavg: 3.42 2.94 2.46 3/93 23448
/proc/meminfo: memFree=512008/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=1.18
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1310 11252 0 1 6 1 103 8 16 0 1 0 24794221 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1111 409 3 0 796 0
[pid=23439] ppid=23426 vsize=5356 CPUtime=0
/proc/23439/stat : 23439 (sh) S 23426 23426 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23439/statm: 1339 233 193 169 0 50 0
[pid=23440] ppid=23439 vsize=868716 CPUtime=48.02
/proc/23440/stat : 23440 (java) S 23439 23426 22161 0 -1 0 36988 0 1 0 4661 141 0 0 18 0 9 0 24794345 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23440/statm: 217179 28159 2593 9 0 211656 0

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

[pid=23440/tid=23442] ppid=23439 vsize=868716 CPUtime=4.4
/proc/23440/task/23442/stat : 23442 (java) S 23439 23426 22161 0 -1 64 29940 0 0 0 411 29 0 0 16 0 9 0 24794347 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23443] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23443/stat : 23443 (java) S 23439 23426 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794348 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23444] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23444/stat : 23444 (java) S 23439 23426 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794348 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23445] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23445/stat : 23445 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794350 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23446] ppid=23439 vsize=868716 CPUtime=0.29
/proc/23440/task/23446/stat : 23446 (java) S 23439 23426 22161 0 -1 64 1537 0 0 0 28 1 0 0 16 0 9 0 24794350 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23440/tid=23447] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23447/stat : 23447 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794350 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23440/tid=23448] ppid=23439 vsize=868716 CPUtime=0
/proc/23440/task/23448/stat : 23448 (java) S 23439 23426 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794350 889565184 28159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.11
Current children cumulated vsize (KiB) 890940

[startup+162.303 s]
/proc/loadavg: 3.08 2.97 2.53 3/85 23450
/proc/meminfo: memFree=71816/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1366 50890 0 4 6 2 14674 735 16 0 1 0 24794221 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1114 409 3 0 796 0
[pid=23449] ppid=23426 vsize=5356 CPUtime=0
/proc/23449/stat : 23449 (sh) S 23426 23426 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24810154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23449/statm: 1339 232 193 169 0 50 0
[pid=23450] ppid=23449 vsize=44624 CPUtime=2.73
/proc/23450/stat : 23450 (picosat) R 23449 23426 22161 0 -1 4194304 9156 0 4 0 128 145 0 0 25 0 1 0 24810162 45694976 9146 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23450/statm: 11156 9146 40 102 0 11051 0
Current children cumulated CPU time (s) 156.9
Current children cumulated vsize (KiB) 66848

[startup+222.303 s]
/proc/loadavg: 3.08 2.99 2.56 3/85 23450
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1366 50890 0 4 6 2 14674 735 16 0 1 0 24794221 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1114 409 3 0 796 0
[pid=23449] ppid=23426 vsize=5356 CPUtime=0
/proc/23449/stat : 23449 (sh) S 23426 23426 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24810154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23449/statm: 1339 232 193 169 0 50 0
[pid=23450] ppid=23449 vsize=475560 CPUtime=56.11
/proc/23450/stat : 23450 (picosat) R 23449 23426 22161 0 -1 4194304 95045 0 4 0 2587 3024 0 0 25 0 1 0 24810162 486973440 95035 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23450/statm: 118890 95035 40 102 0 118785 0
Current children cumulated CPU time (s) 210.28
Current children cumulated vsize (KiB) 497784

[startup+282.301 s]
/proc/loadavg: 2.68 2.90 2.55 3/85 23450
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1366 50890 0 4 6 2 14674 735 16 0 1 0 24794221 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1114 409 3 0 796 0
[pid=23449] ppid=23426 vsize=5356 CPUtime=0
/proc/23449/stat : 23449 (sh) S 23426 23426 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24810154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23449/statm: 1339 232 193 169 0 50 0
[pid=23450] ppid=23449 vsize=696708 CPUtime=108.91
/proc/23450/stat : 23450 (picosat) R 23449 23426 22161 0 -1 4194304 143488 0 4 0 5023 5868 0 0 25 0 1 0 24810162 713428992 143478 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23450/statm: 174177 143478 40 102 0 174072 0
Current children cumulated CPU time (s) 263.08
Current children cumulated vsize (KiB) 718932

[startup+342.301 s]
/proc/loadavg: 2.25 2.73 2.51 3/85 23450
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1366 50890 0 4 6 2 14674 735 16 0 1 0 24794221 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1114 409 3 0 796 0
[pid=23449] ppid=23426 vsize=5356 CPUtime=0
/proc/23449/stat : 23449 (sh) S 23426 23426 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24810154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23449/statm: 1339 232 193 169 0 50 0
[pid=23450] ppid=23449 vsize=871344 CPUtime=161.92
/proc/23450/stat : 23450 (picosat) R 23449 23426 22161 0 -1 4194304 192643 0 4 0 7467 8725 0 0 25 0 1 0 24810162 892256256 192633 996147200 134512640 134931368 4294956256 18446744073709551615 134549275 0 0 4096 0 0 0 0 17 1 0 0
/proc/23450/statm: 217836 192633 40 102 0 217731 0
Current children cumulated CPU time (s) 316.09
Current children cumulated vsize (KiB) 893568



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+352.101 s]
/proc/loadavg: 2.21 2.71 2.51 3/85 23450
/proc/meminfo: memFree=14344/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1366 50890 0 4 6 2 14674 735 16 0 1 0 24794221 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1114 409 3 0 796 0
[pid=23449] ppid=23426 vsize=5356 CPUtime=0
/proc/23449/stat : 23449 (sh) S 23426 23426 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24810154 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23449/statm: 1339 232 193 169 0 50 0
[pid=23450] ppid=23449 vsize=899460 CPUtime=170.52
/proc/23450/stat : 23450 (picosat) R 23449 23426 22161 0 -1 4194304 200573 0 4 0 7855 9197 0 0 25 0 1 0 24810162 921047040 200563 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23450/statm: 224865 200563 40 102 0 224760 0
Current children cumulated CPU time (s) 324.69
Current children cumulated vsize (KiB) 921684

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

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

[startup+352.219 s]
/proc/loadavg: 2.21 2.71 2.51 3/85 23450
/proc/meminfo: memFree=14344/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) S 23424 23426 22161 0 -1 4194304 1395 50890 0 4 6 2 14674 735 16 0 1 0 24794221 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23426/statm: 4217 1114 409 3 0 796 0
[pid=23449] ppid=23426 vsize=0 CPUtime=0
/proc/23449/stat : 23449 (sh) Z 23426 23426 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24810154 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23449/statm: 0 0 0 0 0 0 0
[pid=23450] ppid=1 vsize=0 CPUtime=170.63
/proc/23450/stat : 23450 (picosat) R 1 23426 22161 0 -1 4195332 200573 0 4 0 7855 9208 0 0 25 0 1 0 24810162 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/23450/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.8
Current children cumulated vsize (KiB) 16868

[startup+352.302 s]
/proc/loadavg: 2.21 2.71 2.51 3/85 23450
/proc/meminfo: memFree=14344/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.17
/proc/23426/stat : 23426 (sugar) D 23424 23426 22161 0 -1 4194304 1424 51166 0 5 6 2 14674 735 16 0 1 0 24794221 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23426/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.17
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+352.601 s]
/proc/loadavg: 2.21 2.71 2.51 3/85 23450
/proc/meminfo: memFree=14344/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.2
/proc/23426/stat : 23426 (sugar) D 23424 23426 22161 0 -1 4194304 1424 51166 0 5 6 5 14674 735 16 0 1 0 24794221 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23426/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.2
Current children cumulated vsize (KiB) 16868

[startup+353.402 s]
/proc/loadavg: 2.21 2.71 2.51 2/84 23451
/proc/meminfo: memFree=918480/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.23
/proc/23426/stat : 23426 (sugar) R 23424 23426 22161 0 -1 4194304 1424 51166 0 5 6 8 14674 735 16 0 1 0 24794221 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23426/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.23
Current children cumulated vsize (KiB) 16868

[startup+353.803 s]
/proc/loadavg: 2.21 2.71 2.51 2/84 23451
/proc/meminfo: memFree=918480/2055920 swapFree=4192812/4192956
[pid=23426] ppid=23424 vsize=16868 CPUtime=154.27
/proc/23426/stat : 23426 (sugar) D 23424 23426 22161 0 -1 4194304 1424 51166 0 5 6 12 14674 735 17 0 1 0 24794221 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23426/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 154.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): 170.63
#  lost CPU user time (s): 78.55
#  lost CPU system time (s): 92.08

Real time (s): 353.806
CPU time (s): 324.931
CPU user time (s): 225.365
CPU system time (s): 99.5659
CPU usage (%): 91.8386
Max. virtual memory (cumulated for all children) (KiB): 921684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.815
system time used= 7.48586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52649
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36687
involuntary context switches= 38745

runsolver used 0.439933 second user time and 1.24681 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 07:41:20
IDJOB=2083379
IDBENCH=57796
IDSOLVER=738
FILE ID=node27/2083379-1247377279
PBS_JOBID= 9507124
Free space on /tmp= 65624 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-4.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-2083379-1247377279/watcher-2083379-1247377279 -o /tmp/evaluation-result-2083379-1247377279/solver-2083379-1247377279 -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-2083379-1247377279.xml

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

MD5SUM BENCH= a8e79faf7692d3f5f7256e10541a9d64
RANDOM SEED=89439058

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1076800 kB
Buffers:          5376 kB
Cached:         767852 kB
SwapCached:          0 kB
Active:         892132 kB
Inactive:        20560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1076800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206632 kB
Writeback:           0 kB
Mapped:         160800 kB
Slab:            51296 kB
Committed_AS:   351192 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 63544 MiB
End job on node27 at 2009-07-12 07:47:14