Trace number 2083390

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) 325.224 328.808

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
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.3708
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.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:41:42 2009
0.06/0.08	c 0	PID 23677
0.06/0.08	c 0	HOST node47.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083390-1247377302.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-2083390-1247377302.xml' 'HOME/temp.csp'
1.26/1.36	c 2	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.32/1.41	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.32/1.41	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.32/1.49	c 2	Parsing HOME/temp.csp
1.33/1.80	c 2	parsed 10000 expressions
1.33/1.91	c 2	parsed 16058 expressions
1.33/1.92	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.92	c 2	Converting to clausal form CSP
3.08/3.26	c 3	converted 1606 (10%) expressions
5.36/5.54	c 6	converted 3212 (20%) expressions
7.34/7.53	c 8	converted 4818 (30%) expressions
8.92/9.10	c 9	converted 6424 (40%) expressions
10.60/10.83	c 11	converted 8029 (50%) expressions
11.99/12.27	c 12	converted 9635 (60%) expressions
13.47/13.74	c 14	converted 11241 (70%) expressions
15.35/15.63	c 16	converted 12847 (80%) expressions
16.74/17.07	c 17	converted 14453 (90%) expressions
18.22/18.50	c 19	converted 16058 (100%) expressions
18.22/18.51	c 19	CSP : 1994 integers, 43198 booleans, 91197 clauses, largest domain size 2741
18.22/18.51	c 19	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.22/18.51	c 19	Propagation in CSP
18.91/19.21	c 19	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.91/19.21	c 19	CSP : 1994 integers, 43198 booleans, 91197 clauses, largest domain size 2741
18.91/19.21	c 19	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.91/19.25	c 19	Simplifing CSP by introducing new Boolean variables
19.12/19.43	c 20	CSP : 1994 integers, 74256 booleans, 122255 clauses, largest domain size 2741
19.12/19.43	c 20	Heap : 86 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.71/20.01	c 20	Encoding CSP to SAT : HOME/temp.cnf
21.20/21.51	c 22	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
22.58/22.95	c 23	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
23.97/24.38	c 25	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
25.45/25.87	c 26	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
26.74/27.19	c 27	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
27.43/27.80	c 28	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
27.93/28.37	c 29	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
28.52/28.94	c 29	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
29.12/29.54	c 30	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
29.61/30.10	c 30	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
42.73/43.33	c 44	12226 (10%) CSP clauses are encoded (5879036 clauses, 130342915 bytes)
56.15/56.90	c 57	24451 (20%) CSP clauses are encoded (9739607 clauses, 232682347 bytes)
67.73/68.74	c 69	36677 (30%) CSP clauses are encoded (13420602 clauses, 330055296 bytes)
80.12/81.39	c 82	48902 (40%) CSP clauses are encoded (17368969 clauses, 434946969 bytes)
93.03/94.48	c 95	61128 (50%) CSP clauses are encoded (21523724 clauses, 545749406 bytes)
105.72/107.30	c 107	73353 (60%) CSP clauses are encoded (25649497 clauses, 655350870 bytes)
117.25/119.01	c 119	85579 (70%) CSP clauses are encoded (29466735 clauses, 756734981 bytes)
128.18/130.17	c 130	97804 (80%) CSP clauses are encoded (33041132 clauses, 852657861 bytes)
140.58/142.74	c 143	110030 (90%) CSP clauses are encoded (37120240 clauses, 961618707 bytes)
152.01/154.30	c 154	122255 (100%) CSP clauses are encoded (40853297 clauses, 1061570025 bytes)
152.01/154.30	c 154	122255 CSP clauses encoded
152.01/154.30	c 154	Writing map file : HOME/temp.map
152.01/154.39	c 155	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.01/154.39	c 155	SAT : 2671538 SAT variables, 40853297 SAT clauses, 1061570025 bytes
152.01/154.39	c 155	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.10/154.46	c 155	SOLVING HOME/temp.cnf
152.10/154.46	c 155	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
324.61/328.12	c ERROR INTERRUPTED
324.73/328.25	s UNKNOWN
324.73/328.25	c 328	CPU 152.16 (0.07 0.01 145.27 6.81)
324.73/328.25	c 328	END Sun Jul 12 07:47:10 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-2083390-1247377302/watcher-2083390-1247377302 -o /tmp/evaluation-result-2083390-1247377302/solver-2083390-1247377302 -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-2083390-1247377302.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: 1.91 1.98 1.99 4/72 23677
/proc/meminfo: memFree=1261392/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=12268 CPUtime=0
/proc/23677/stat : 23677 (sugar) R 23675 23677 17977 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24793926 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23677/statm: 3067 316 241 3 0 167 0

[startup+0.0744781 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 23677
/proc/meminfo: memFree=1261392/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16608 CPUtime=0.06
/proc/23677/stat : 23677 (sugar) R 23675 23677 17977 0 -1 4194304 1058 0 0 0 5 1 0 0 18 0 1 0 24793926 17006592 1026 996147200 4194304 4206940 548682068608 18446744073709551615 208735195033 0 0 4224 0 0 0 0 17 1 0 0
/proc/23677/statm: 4152 1026 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.102437 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 23677
/proc/meminfo: memFree=1261392/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=0.07
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301454 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 23677
/proc/meminfo: memFree=1261392/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=0.07
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701503 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 23677
/proc/meminfo: memFree=1261392/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=0.07
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50159 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 23689
/proc/meminfo: memFree=1234552/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1309 11267 0 1 6 1 119 7 15 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16868

[startup+3.10276 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 23699
/proc/meminfo: memFree=1243704/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1309 11267 0 1 6 1 119 7 16 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
[pid=23690] ppid=23677 vsize=5356 CPUtime=0
/proc/23690/stat : 23690 (sh) S 23677 23677 17977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23690/statm: 1339 233 193 169 0 50 0
[pid=23691] ppid=23690 vsize=868608 CPUtime=1.65
/proc/23691/stat : 23691 (java) S 23690 23677 17977 0 -1 0 8640 0 1 0 160 5 0 0 18 0 9 0 24794068 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23691/statm: 217152 7698 2567 9 0 211657 0
[pid=23691/tid=23692] ppid=23690 vsize=868608 CPUtime=1.23
/proc/23691/task/23692/stat : 23692 (java) R 23690 23677 17977 0 -1 64 2669 0 1 0 122 1 0 0 25 0 9 0 24794069 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4126547806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23693] ppid=23690 vsize=868608 CPUtime=0.22
/proc/23691/task/23693/stat : 23693 (java) S 23690 23677 17977 0 -1 64 3806 0 0 0 20 2 0 0 16 0 9 0 24794070 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23694] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23694/stat : 23694 (java) S 23690 23677 17977 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794070 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23695] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23695/stat : 23695 (java) S 23690 23677 17977 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24794070 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23696] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23696/stat : 23696 (java) S 23690 23677 17977 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24794072 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23697] ppid=23690 vsize=868608 CPUtime=0.17
/proc/23691/task/23697/stat : 23697 (java) S 23690 23677 17977 0 -1 64 1462 0 0 0 17 0 0 0 16 0 9 0 24794072 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23698] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23698/stat : 23698 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794072 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23699] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23699/stat : 23699 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794072 889454592 7698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890832

[startup+6.30211 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23699
/proc/meminfo: memFree=1227192/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1309 11267 0 1 6 1 119 7 16 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
[pid=23690] ppid=23677 vsize=5356 CPUtime=0
/proc/23690/stat : 23690 (sh) S 23677 23677 17977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23690/statm: 1339 233 193 169 0 50 0
[pid=23691] ppid=23690 vsize=868608 CPUtime=4.83
/proc/23691/stat : 23691 (java) S 23690 23677 17977 0 -1 0 12189 0 1 0 474 9 0 0 18 0 9 0 24794068 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23691/statm: 217152 10927 2568 9 0 211657 0
[pid=23691/tid=23692] ppid=23690 vsize=868608 CPUtime=4.02
/proc/23691/task/23692/stat : 23692 (java) R 23690 23677 17977 0 -1 64 3045 0 1 0 400 2 0 0 25 0 9 0 24794069 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4126510013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23693] ppid=23690 vsize=868608 CPUtime=0.58
/proc/23691/task/23693/stat : 23693 (java) S 23690 23677 17977 0 -1 64 6968 0 0 0 53 5 0 0 16 0 9 0 24794070 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23694] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23694/stat : 23694 (java) S 23690 23677 17977 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794070 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23695] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23695/stat : 23695 (java) S 23690 23677 17977 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24794070 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23696] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23696/stat : 23696 (java) S 23690 23677 17977 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24794072 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23697] ppid=23690 vsize=868608 CPUtime=0.19
/proc/23691/task/23697/stat : 23697 (java) S 23690 23677 17977 0 -1 64 1473 0 0 0 19 0 0 0 16 0 9 0 24794072 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23698] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23698/stat : 23698 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794072 889454592 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23699] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23699/stat : 23699 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794072 889454592 10927 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) 890832

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23699
/proc/meminfo: memFree=1196984/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1309 11267 0 1 6 1 119 7 16 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
[pid=23690] ppid=23677 vsize=5356 CPUtime=0
/proc/23690/stat : 23690 (sh) S 23677 23677 17977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23690/statm: 1339 233 193 169 0 50 0
[pid=23691] ppid=23690 vsize=868608 CPUtime=11.16
/proc/23691/stat : 23691 (java) S 23690 23677 17977 0 -1 0 23972 0 1 0 1099 17 0 0 18 0 9 0 24794068 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23691/statm: 217152 18335 2569 9 0 211657 0
[pid=23691/tid=23692] ppid=23690 vsize=868608 CPUtime=9.37
/proc/23691/task/23692/stat : 23692 (java) R 23690 23677 17977 0 -1 64 3688 0 1 0 934 3 0 0 25 0 9 0 24794069 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4126510126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23693] ppid=23690 vsize=868608 CPUtime=1.56
/proc/23691/task/23693/stat : 23693 (java) S 23690 23677 17977 0 -1 64 18108 0 0 0 144 12 0 0 16 0 9 0 24794070 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23694] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23694/stat : 23694 (java) S 23690 23677 17977 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794070 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23695] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23695/stat : 23695 (java) S 23690 23677 17977 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24794070 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23696] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23696/stat : 23696 (java) S 23690 23677 17977 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24794072 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23697] ppid=23690 vsize=868608 CPUtime=0.19
/proc/23691/task/23697/stat : 23697 (java) S 23690 23677 17977 0 -1 64 1473 0 0 0 19 0 0 0 16 0 9 0 24794072 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23698] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23698/stat : 23698 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794072 889454592 18335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23699] ppid=23690 vsize=868608 CPUtime=0
/proc/23691/task/23699/stat : 23699 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794072 889454592 18335 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) 890832

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23699
/proc/meminfo: memFree=1150584/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1310 11267 0 1 6 1 119 7 16 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
[pid=23690] ppid=23677 vsize=5356 CPUtime=0
/proc/23690/stat : 23690 (sh) S 23677 23677 17977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23690/statm: 1339 233 193 169 0 50 0
[pid=23691] ppid=23690 vsize=868720 CPUtime=23.82
/proc/23691/stat : 23691 (java) S 23690 23677 17977 0 -1 0 36307 0 1 0 2357 25 0 0 18 0 9 0 24794068 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23691/statm: 217180 28261 2593 9 0 211657 0
[pid=23691/tid=23692] ppid=23690 vsize=868720 CPUtime=20.38
/proc/23691/task/23692/stat : 23692 (java) R 23690 23677 17977 0 -1 64 4307 0 1 0 2032 6 0 0 25 0 9 0 24794069 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4126930364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23693] ppid=23690 vsize=868720 CPUtime=3.16
/proc/23691/task/23693/stat : 23693 (java) S 23690 23677 17977 0 -1 64 29789 0 0 0 299 17 0 0 16 0 9 0 24794070 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23694] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23694/stat : 23694 (java) S 23690 23677 17977 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794070 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23695] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23695/stat : 23695 (java) S 23690 23677 17977 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794070 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23696] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23696/stat : 23696 (java) S 23690 23677 17977 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24794072 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23697] ppid=23690 vsize=868720 CPUtime=0.25
/proc/23691/task/23697/stat : 23697 (java) S 23690 23677 17977 0 -1 64 1508 0 0 0 25 0 0 0 16 0 9 0 24794072 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23698] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23698/stat : 23698 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794072 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23699] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23699/stat : 23699 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794072 889569280 28261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890944

[startup+51.103 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 23699
/proc/meminfo: memFree=971128/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1310 11267 0 1 6 1 119 7 16 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
[pid=23690] ppid=23677 vsize=5356 CPUtime=0
/proc/23690/stat : 23690 (sh) S 23677 23677 17977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23690/statm: 1339 233 193 169 0 50 0
[pid=23691] ppid=23690 vsize=868720 CPUtime=49.1
/proc/23691/stat : 23691 (java) S 23690 23677 17977 0 -1 0 36829 0 1 0 4773 137 0 0 18 0 9 0 24794068 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23691/statm: 217180 28283 2593 9 0 211657 0

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

/proc/23691/task/23696/stat : 23696 (java) S 23690 23677 17977 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23697] ppid=23690 vsize=868720 CPUtime=0.3
/proc/23691/task/23697/stat : 23697 (java) S 23690 23677 17977 0 -1 64 1528 0 0 0 29 1 0 0 16 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23698] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23698/stat : 23698 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23699] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23699/stat : 23699 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 890944

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 2.00 3/83 23699
/proc/meminfo: memFree=541496/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=1.33
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1310 11267 0 1 6 1 119 7 16 0 1 0 24793926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1111 409 3 0 796 0
[pid=23690] ppid=23677 vsize=5356 CPUtime=0
/proc/23690/stat : 23690 (sh) S 23677 23677 17977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23690/statm: 1339 233 193 169 0 50 0
[pid=23691] ppid=23690 vsize=868720 CPUtime=99.48
/proc/23691/stat : 23691 (java) S 23690 23677 17977 0 -1 0 37964 0 1 0 9554 394 0 0 18 0 9 0 24794068 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23691/statm: 217180 28283 2593 9 0 211657 0
[pid=23691/tid=23692] ppid=23690 vsize=868720 CPUtime=94.97
/proc/23691/task/23692/stat : 23692 (java) R 23690 23677 17977 0 -1 64 5944 0 1 0 9132 365 0 0 25 0 9 0 24794069 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4126841250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23693] ppid=23690 vsize=868720 CPUtime=4.19
/proc/23691/task/23693/stat : 23693 (java) S 23690 23677 17977 0 -1 64 29789 0 0 0 392 27 0 0 16 0 9 0 24794070 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23694] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23694/stat : 23694 (java) S 23690 23677 17977 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794070 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23695] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23695/stat : 23695 (java) S 23690 23677 17977 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794070 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23696] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23696/stat : 23696 (java) S 23690 23677 17977 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23697] ppid=23690 vsize=868720 CPUtime=0.3
/proc/23691/task/23697/stat : 23697 (java) S 23690 23677 17977 0 -1 64 1528 0 0 0 29 1 0 0 16 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23698] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23698/stat : 23698 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23691/tid=23699] ppid=23690 vsize=868720 CPUtime=0
/proc/23691/task/23699/stat : 23699 (java) S 23690 23677 17977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794072 889569280 28283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 890944

[startup+162.303 s]
/proc/loadavg: 2.24 2.08 2.02 3/75 23701
/proc/meminfo: memFree=100408/2055920 swapFree=4192820/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.15
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1366 50738 0 2 7 1 14527 680 16 0 1 0 24793926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1114 409 3 0 796 0
[pid=23700] ppid=23677 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (sh) S 23677 23677 17977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24809373 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23700/statm: 1339 232 193 169 0 50 0
[pid=23701] ppid=23700 vsize=162296 CPUtime=7.77
/proc/23701/stat : 23701 (picosat) R 23700 23677 17977 0 -1 4194304 25651 0 0 0 347 430 0 0 25 0 1 0 24809373 166191104 25637 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23701/statm: 40574 25637 40 102 0 40469 0
Current children cumulated CPU time (s) 159.92
Current children cumulated vsize (KiB) 184520

[startup+222.302 s]
/proc/loadavg: 2.13 2.08 2.02 4/75 23701
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.15
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1366 50738 0 2 7 1 14527 680 16 0 1 0 24793926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1114 409 3 0 796 0
[pid=23700] ppid=23677 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (sh) S 23677 23677 17977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24809373 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23700/statm: 1339 232 193 169 0 50 0
[pid=23701] ppid=23700 vsize=526396 CPUtime=67.38
/proc/23701/stat : 23701 (picosat) R 23700 23677 17977 0 -1 4194304 104776 0 0 0 3095 3643 0 0 25 0 1 0 24809373 539029504 104762 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23701/statm: 131599 104762 40 102 0 131494 0
Current children cumulated CPU time (s) 219.53
Current children cumulated vsize (KiB) 548620

[startup+282.303 s]
/proc/loadavg: 2.08 2.08 2.02 3/75 23701
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.15
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1366 50738 0 2 7 1 14527 680 16 0 1 0 24793926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1114 409 3 0 796 0
[pid=23700] ppid=23677 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (sh) S 23677 23677 17977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24809373 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23700/statm: 1339 232 193 169 0 50 0
[pid=23701] ppid=23700 vsize=752280 CPUtime=126.97
/proc/23701/stat : 23701 (picosat) R 23700 23677 17977 0 -1 4194304 159111 0 0 0 5859 6838 0 0 25 0 1 0 24809373 770334720 159097 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23701/statm: 188070 159097 40 102 0 187965 0
Current children cumulated CPU time (s) 279.12
Current children cumulated vsize (KiB) 774504



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+328.102 s]
/proc/loadavg: 2.03 2.06 2.01 3/75 23701
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.15
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1366 50738 0 2 7 1 14527 680 16 0 1 0 24793926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1114 409 3 0 796 0
[pid=23700] ppid=23677 vsize=5356 CPUtime=0
/proc/23700/stat : 23700 (sh) S 23677 23677 17977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24809373 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23700/statm: 1339 232 193 169 0 50 0
[pid=23701] ppid=23700 vsize=899460 CPUtime=172.46
/proc/23701/stat : 23701 (picosat) R 23700 23677 17977 0 -1 4194304 200582 0 0 0 7958 9288 0 0 25 0 1 0 24809373 921047040 200568 996147200 134512640 134931368 4294956256 18446744073709551615 134545865 0 0 4096 0 0 0 0 17 1 0 0
/proc/23701/statm: 224865 200568 40 102 0 224760 0
Current children cumulated CPU time (s) 324.61
Current children cumulated vsize (KiB) 921684

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

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

[startup+328.22 s]
/proc/loadavg: 2.03 2.06 2.01 3/75 23701
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.15
/proc/23677/stat : 23677 (sugar) S 23675 23677 17977 0 -1 4194304 1395 50738 0 2 7 1 14527 680 16 0 1 0 24793926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23677/statm: 4217 1114 409 3 0 796 0
[pid=23700] ppid=23677 vsize=0 CPUtime=0
/proc/23700/stat : 23700 (sh) Z 23677 23677 17977 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24809373 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23700/statm: 0 0 0 0 0 0 0
[pid=23701] ppid=1 vsize=0 CPUtime=172.58
/proc/23701/stat : 23701 (picosat) R 1 23677 17977 0 -1 4195332 200582 0 0 0 7958 9300 0 0 25 0 1 0 24809373 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/23701/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.73
Current children cumulated vsize (KiB) 16868

[startup+328.302 s]
/proc/loadavg: 2.03 2.06 2.01 3/75 23701
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.18
/proc/23677/stat : 23677 (sugar) R 23675 23677 17977 0 -1 4194304 1424 51015 0 2 7 3 14527 681 16 0 1 0 24793926 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23677/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.18
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+328.602 s]
/proc/loadavg: 2.03 2.06 2.01 3/75 23701
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=16868 CPUtime=152.48
/proc/23677/stat : 23677 (sugar) R 23675 23677 17977 0 -1 4194304 1424 51015 0 2 7 33 14527 681 18 0 1 0 24793926 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23677/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.48
Current children cumulated vsize (KiB) 16868

[startup+328.802 s]
/proc/loadavg: 2.03 2.06 2.01 2/74 23702
/proc/meminfo: memFree=1872512/2055920 swapFree=4192812/4192956
[pid=23677] ppid=23675 vsize=0 CPUtime=152.66
/proc/23677/stat : 23677 (sugar) R 23675 23677 17977 0 -1 4194308 1483 51015 0 2 7 51 14527 681 19 0 1 0 24793926 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23677/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.66
Current children cumulated vsize (KiB) 0

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): 172.55
#  lost CPU user time (s): 79.58
#  lost CPU system time (s): 92.97

Real time (s): 328.808
CPU time (s): 325.224
CPU user time (s): 224.928
CPU system time (s): 100.296
CPU usage (%): 98.91
Max. virtual memory (cumulated for all children) (KiB): 921684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.348
system time used= 7.32589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52498
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= 36666
involuntary context switches= 39128

runsolver used 0.494924 second user time and 1.05684 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 07:41:42
IDJOB=2083390
IDBENCH=57801
IDSOLVER=738
FILE ID=node47/2083390-1247377302
PBS_JOBID= 9507066
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=1023492365

node47.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.218
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.218
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:       1261872 kB
Buffers:         71464 kB
Cached:         542984 kB
SwapCached:        136 kB
Active:         178376 kB
Inactive:       546216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261872 kB
SwapTotal:     4192956 kB
SwapFree:      4192820 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:         121476 kB
Slab:            54604 kB
Committed_AS:   327456 kB
PageTables:       2108 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= 66460 MiB
End job on node47 at 2009-07-12 07:47:12