Trace number 2084084

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+minisat? (TO) 1554.58 2000.53

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-10.xml
MD5SUM0c9bd9627ff304e4b5c8ec56755ce638
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 benchmark10.0325
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data

0.05/0.23	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.23	c 0	BEGIN Sun Jul 12 08:06:29 2009
0.05/0.23	c 0	PID 28324
0.05/0.23	c 0	HOST node80.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-2084084-1247378789.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084084-1247378789.xml' 'HOME/temp.csp'
1.01/1.25	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
1.01/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.01/1.28	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.08/1.35	c 1	Parsing HOME/temp.csp
1.08/1.57	c 2	parsed 9815 expressions
1.08/1.58	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/1.58	c 2	Converting to clausal form CSP
1.98/2.22	c 2	converted 982 (10%) expressions
4.48/4.79	c 5	converted 1963 (20%) expressions
6.57/6.88	c 7	converted 2945 (30%) expressions
8.27/8.50	c 8	converted 3926 (40%) expressions
9.88/10.12	c 10	converted 4908 (50%) expressions
11.78/12.06	c 12	converted 5889 (60%) expressions
13.17/13.43	c 13	converted 6871 (70%) expressions
14.37/14.66	c 15	converted 7852 (80%) expressions
16.37/16.64	c 17	converted 8834 (90%) expressions
17.77/18.02	c 18	converted 9815 (100%) expressions
17.77/18.02	c 18	CSP : 1600 integers, 25569 booleans, 50458 clauses, largest domain size 2717
17.77/18.02	c 18	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.77/18.02	c 18	Propagation in CSP
18.27/18.58	c 19	50 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.27/18.58	c 19	CSP : 1600 integers, 25569 booleans, 50458 clauses, largest domain size 2717
18.27/18.58	c 19	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.37/18.62	c 19	Simplifing CSP by introducing new Boolean variables
18.47/18.71	c 19	CSP : 1600 integers, 42663 booleans, 67552 clauses, largest domain size 2717
18.47/18.71	c 19	Heap : 110 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.17/19.46	c 19	Encoding CSP to SAT : HOME/temp.cnf
19.77/20.00	c 20	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
20.17/20.40	c 20	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
20.57/20.88	c 21	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
21.06/21.34	c 21	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
21.57/21.83	c 22	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
21.77/22.05	c 22	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
21.96/22.24	c 22	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
22.16/22.44	c 22	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
22.36/22.66	c 23	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
22.56/22.84	c 23	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
25.12/25.45	c 25	6756 (10%) CSP clauses are encoded (1621459 clauses, 31598811 bytes)
27.50/27.88	c 28	13511 (20%) CSP clauses are encoded (2349165 clauses, 48624465 bytes)
30.09/30.46	c 30	20266 (30%) CSP clauses are encoded (3172363 clauses, 68097425 bytes)
33.08/33.40	c 33	27021 (40%) CSP clauses are encoded (4163198 clauses, 91955837 bytes)
34.88/35.25	c 35	33776 (50%) CSP clauses are encoded (4787316 clauses, 106812173 bytes)
37.05/38.10	c 38	40532 (60%) CSP clauses are encoded (5507824 clauses, 124074918 bytes)
39.22/40.39	c 40	47287 (70%) CSP clauses are encoded (6293598 clauses, 142909183 bytes)
42.09/43.21	c 43	54042 (80%) CSP clauses are encoded (7301326 clauses, 166994805 bytes)
44.06/45.23	c 45	60797 (90%) CSP clauses are encoded (7999209 clauses, 183784242 bytes)
46.56/47.72	c 48	67552 (100%) CSP clauses are encoded (8878492 clauses, 204887955 bytes)
46.56/47.72	c 48	67552 CSP clauses encoded
46.56/47.72	c 48	Writing map file : HOME/temp.map
46.58/414.47	c 414	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
46.66/414.94	c 414	SAT : 984961 SAT variables, 8878492 SAT clauses, 204887955 bytes
46.66/414.94	c 414	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
46.66/414.94	c 414	SOLVING HOME/temp.cnf
46.66/414.94	c 414	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.66/419.08	c 419	This is MiniSat 2.0 beta
46.66/419.09	c 419	WARNING: for repeatability, setting FPU to use double precision
46.66/419.22	c 419	============================[ Problem Statistics ]=============================
46.66/419.22	c 419	|                                                                             |
46.66/425.03	c 425	|  Number of variables:  984961                                               |
46.66/425.03	c 425	|  Number of clauses:    8878492                                              |
51.75/489.60	c 490	|  Parsing time:         4.34         s                                       |
51.94/489.85	c 490	============================[ Search Statistics ]==============================
51.94/489.85	c 490	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.94/489.85	c 490	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.94/489.85	c 490	===============================================================================
51.94/489.85	c 490	|         0 |  984946  8878432 24743219 |  2959477        0    nan |  0.000 % |
52.83/490.94	c 491	|       100 |  984946  8878432 24743219 |  3255425      100      3 |  0.002 % |
54.28/492.50	c 492	|       250 |  984940  8878432 24743219 |  3580967      246      3 |  0.037 % |
57.66/495.84	c 496	|       475 |  984914  8878432 24743219 |  3939064      461      3 |  0.042 % |
63.24/501.44	c 501	|       812 |  984273  8874215 24731973 |  4332970      788      3 |  0.079 % |
76.06/514.34	c 514	|      1318 |  978718  8812181 24557171 |  4766267     1268      3 |  0.639 % |
88.98/527.30	c 527	|      2077 |  968230  8666653 24141606 |  5242894     1992      4 |  2.252 % |
106.49/544.94	c 545	|      3216 |  958305  8594925 23946712 |  5767184     3087      4 |  2.718 % |
134.73/573.30	c 573	|      4924 |  939730  8393366 23379772 |  6343902     4739      5 |  4.738 % |
175.00/613.81	c 614	|      7486 |  907126  8033582 22366114 |  6978292     7244      5 |  7.922 % |
228.63/667.74	c 668	|     11330 |  880364  7752689 21577157 |  7676122    10998      6 | 11.103 % |
318.77/758.25	c 758	|     17096 |  828786  7063323 19612786 |  8443734    16677      7 | 16.330 % |
438.34/878.09	c 878	|     25745 |  750939  6335601 17585952 |  9288107    25194      7 | 24.257 % |
643.93/1084.94	c 1085	|     38719 |  659033  5521442 15327859 | 10216918    38031      8 | 33.101 % |
880.55/1322.74	c 1323	|     58180 |  534681  4448115 12357274 | 11238610    57297      8 | 45.716 % |
1217.79/1661.66	c 1662	|     87372 |  469217  3905074 10859522 | 12362471    86333      8 | 52.362 % |
1554.54/2000.02	c ERROR INTERRUPTED
1554.54/2000.09	s UNKNOWN
1554.54/2000.09	c 2000	CPU 46.67 (0.06 0.02 44.96 1.63)
1554.54/2000.09	c 2000	END Sun Jul 12 08:39:49 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-2084084-1247378789/watcher-2084084-1247378789 -o /tmp/evaluation-result-2084084-1247378789/solver-2084084-1247378789 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084084-1247378789.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.79 3.96 3.79 4/83 28324
/proc/meminfo: memFree=1418400/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=12268 CPUtime=0
/proc/28324/stat : 28324 (sugar) D 28322 28324 26798 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24943477 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28324/statm: 3067 320 242 3 0 167 0

[startup+0.0690161 s]
/proc/loadavg: 2.79 3.96 3.79 4/83 28324
/proc/meminfo: memFree=1418400/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=12272 CPUtime=0
/proc/28324/stat : 28324 (sugar) D 28322 28324 26798 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24943477 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28324/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.100887 s]
/proc/loadavg: 2.79 3.96 3.79 4/83 28324
/proc/meminfo: memFree=1418400/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=12544 CPUtime=0
/proc/28324/stat : 28324 (sugar) R 28322 28324 26798 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 24943477 12845056 469 996147200 4194304 4206940 548682068608 18446744073709551615 226705020416 0 0 4224 0 0 0 0 17 0 0 0
/proc/28324/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301932 s]
/proc/loadavg: 2.79 3.96 3.79 4/83 28324
/proc/meminfo: memFree=1418400/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.07
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702012 s]
/proc/loadavg: 2.79 3.96 3.79 4/83 28324
/proc/meminfo: memFree=1418400/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=0.07
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.79 3.96 3.79 3/94 28336
/proc/meminfo: memFree=1397384/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=1.08
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1309 8969 0 1 5 2 94 7 16 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 16868

[startup+3.1015 s]
/proc/loadavg: 2.73 3.93 3.78 3/94 28346
/proc/meminfo: memFree=1395912/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=1.08
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1309 8969 0 1 5 2 94 7 16 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868600 CPUtime=1.79
/proc/28338/stat : 28338 (java) S 28337 28324 26798 0 -1 0 8921 0 1 0 175 4 0 0 20 0 9 0 24943606 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28338/statm: 217150 8068 2567 9 0 211655 0
[pid=28338/tid=28339] ppid=28337 vsize=868600 CPUtime=1.39
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 26798 0 -1 64 2759 0 1 0 138 1 0 0 25 0 9 0 24943607 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4126513472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868600 CPUtime=0.22
/proc/28338/task/28340/stat : 28340 (java) S 28337 28324 26798 0 -1 64 4026 0 0 0 21 1 0 0 16 0 9 0 24943608 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943608 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24943608 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 26798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24943610 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868600 CPUtime=0.16
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 26798 0 -1 64 1437 0 0 0 15 1 0 0 15 0 9 0 24943610 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24943610 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943610 889446400 8068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890824

[startup+6.30215 s]
/proc/loadavg: 2.73 3.93 3.78 3/94 28346
/proc/meminfo: memFree=1375888/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=1.08
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1309 8969 0 1 5 2 94 7 16 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868600 CPUtime=5
/proc/28338/stat : 28338 (java) S 28337 28324 26798 0 -1 0 13652 0 1 0 491 9 0 0 20 0 9 0 24943606 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28338/statm: 217150 12633 2566 9 0 211655 0
[pid=28338/tid=28339] ppid=28337 vsize=868600 CPUtime=4.12
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 26798 0 -1 64 3150 0 1 0 410 2 0 0 25 0 9 0 24943607 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4126548856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868600 CPUtime=0.68
/proc/28338/task/28340/stat : 28340 (java) S 28337 28324 26798 0 -1 64 8359 0 0 0 63 5 0 0 16 0 9 0 24943608 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943608 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24943608 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 26798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24943610 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868600 CPUtime=0.17
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 26798 0 -1 64 1444 0 0 0 16 1 0 0 15 0 9 0 24943610 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24943610 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943610 889446400 12633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 890824

[startup+12.7015 s]
/proc/loadavg: 2.62 3.86 3.76 4/94 28346
/proc/meminfo: memFree=1326288/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=1.08
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1309 8969 0 1 5 2 94 7 16 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868600 CPUtime=11.39
/proc/28338/stat : 28338 (java) S 28337 28324 26798 0 -1 0 33115 0 1 0 1121 18 0 0 20 0 9 0 24943606 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28338/statm: 217150 24291 2567 9 0 211655 0
[pid=28338/tid=28339] ppid=28337 vsize=868600 CPUtime=9.2
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 26798 0 -1 64 3924 0 1 0 917 3 0 0 25 0 9 0 24943607 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868600 CPUtime=1.99
/proc/28338/task/28340/stat : 28340 (java) R 28337 28324 26798 0 -1 64 27048 0 0 0 186 13 0 0 15 0 9 0 24943608 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943608 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24943608 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 26798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24943610 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868600 CPUtime=0.17
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 26798 0 -1 64 1445 0 0 0 16 1 0 0 17 0 9 0 24943610 889446400 24291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24943610 889446400 24292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868600 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943610 889446400 24292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890824

[startup+25.5021 s]
/proc/loadavg: 2.59 3.82 3.75 3/94 28346
/proc/meminfo: memFree=1236880/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=1.08
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1310 8969 0 1 5 2 94 7 16 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868712 CPUtime=24.15
/proc/28338/stat : 28338 (java) S 28337 28324 26798 0 -1 0 50732 0 1 0 2368 47 0 0 20 0 9 0 24943606 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28338/statm: 217178 35993 2593 9 0 211655 0
[pid=28338/tid=28339] ppid=28337 vsize=868712 CPUtime=19.91
/proc/28338/task/28339/stat : 28339 (java) R 28337 28324 26798 0 -1 64 4774 0 1 0 1968 23 0 0 25 0 9 0 24943607 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4127013024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28340] ppid=28337 vsize=868712 CPUtime=3.95
/proc/28338/task/28340/stat : 28340 (java) S 28337 28324 26798 0 -1 64 43759 0 0 0 374 21 0 0 16 0 9 0 24943608 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28341] ppid=28337 vsize=868712 CPUtime=0
/proc/28338/task/28341/stat : 28341 (java) S 28337 28324 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943608 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28342] ppid=28337 vsize=868712 CPUtime=0
/proc/28338/task/28342/stat : 28342 (java) S 28337 28324 26798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24943608 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28343] ppid=28337 vsize=868712 CPUtime=0
/proc/28338/task/28343/stat : 28343 (java) S 28337 28324 26798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24943610 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28344] ppid=28337 vsize=868712 CPUtime=0.26
/proc/28338/task/28344/stat : 28344 (java) S 28337 28324 26798 0 -1 64 1500 0 0 0 25 1 0 0 16 0 9 0 24943610 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28338/tid=28345] ppid=28337 vsize=868712 CPUtime=0
/proc/28338/task/28345/stat : 28345 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24943610 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28338/tid=28346] ppid=28337 vsize=868712 CPUtime=0
/proc/28338/task/28346/stat : 28346 (java) S 28337 28324 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943610 889561088 35993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 890936

[startup+51.1023 s]
/proc/loadavg: 3.26 3.86 3.76 2/98 28350
/proc/meminfo: memFree=686128/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=1.08
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1310 8969 0 1 5 2 94 7 16 0 1 0 24943477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28324/statm: 4217 1111 409 3 0 796 0
[pid=28337] ppid=28324 vsize=5356 CPUtime=0
/proc/28337/stat : 28337 (sh) S 28324 28324 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28337/statm: 1339 233 193 169 0 50 0
[pid=28338] ppid=28337 vsize=868712 CPUtime=45.5
/proc/28338/stat : 28338 (java) S 28337 28324 26798 0 -1 0 51096 0 1 0 4397 153 0 0 20 0 9 0 24943606 889561088 35996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28338/statm: 217178 35996 2593 9 0 211655 0

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

/proc/28395/statm: 114927 110080 76 150 0 114774 0
Current children cumulated CPU time (s) 1218.49
Current children cumulated vsize (KiB) 481932
heavy processes:

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.66 3/85 28634
/proc/meminfo: memFree=1464016/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459708 CPUtime=1231.52
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110088 0 11 0 123042 110 0 0 25 0 1 0 24985244 470740992 110085 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114927 110085 76 150 0 114774 0
Current children cumulated CPU time (s) 1278.19
Current children cumulated vsize (KiB) 481932
heavy processes:

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.61 3/85 28634
/proc/meminfo: memFree=1463888/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459888 CPUtime=1291.22
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110099 0 11 0 129012 110 0 0 25 0 1 0 24985244 470925312 110096 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114972 110096 76 150 0 114819 0
Current children cumulated CPU time (s) 1337.89
Current children cumulated vsize (KiB) 482112
heavy processes:

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.57 3/85 28634
/proc/meminfo: memFree=1463696/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459888 CPUtime=1350.93
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110105 0 11 0 134983 110 0 0 25 0 1 0 24985244 470925312 110102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114972 110102 76 150 0 114819 0
Current children cumulated CPU time (s) 1397.6
Current children cumulated vsize (KiB) 482112
heavy processes:

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 2.53 3/85 28634
/proc/meminfo: memFree=1463632/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459888 CPUtime=1410.63
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110118 0 11 0 140953 110 0 0 25 0 1 0 24985244 470925312 110115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114972 110115 76 150 0 114819 0
Current children cumulated CPU time (s) 1457.3
Current children cumulated vsize (KiB) 482112
heavy processes:

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.50 3/85 28634
/proc/meminfo: memFree=1463568/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459888 CPUtime=1470.34
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110127 0 11 0 146923 111 0 0 25 0 1 0 24985244 470925312 110124 996147200 134512640 135127466 4294956256 18446744073709551615 134521795 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114972 110124 76 150 0 114819 0
Current children cumulated CPU time (s) 1517.01
Current children cumulated vsize (KiB) 482112
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2000.01 s]
/proc/loadavg: 2.00 2.02 2.48 3/85 28634
/proc/meminfo: memFree=1463568/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459888 CPUtime=1507.87
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110130 0 11 0 150676 111 0 0 25 0 1 0 24985244 470925312 110127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114972 110127 76 150 0 114819 0
Current children cumulated CPU time (s) 1554.54
Current children cumulated vsize (KiB) 482112
heavy processes:

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

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

[startup+2000.01 s]
/proc/loadavg: 2.00 2.02 2.48 3/85 28634
/proc/meminfo: memFree=1463568/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) S 28322 28324 26798 0 -1 4194304 1377 60378 0 2 6 2 4496 163 16 0 1 0 24943477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28324/statm: 4217 1114 409 3 0 796 0
[pid=28394] ppid=28324 vsize=5356 CPUtime=0
/proc/28394/stat : 28394 (sh) S 28324 28324 26798 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24984928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28394/statm: 1339 232 193 169 0 50 0
[pid=28395] ppid=28394 vsize=459888 CPUtime=1507.87
/proc/28395/stat : 28395 (minisat) R 28394 28324 26798 0 -1 4194304 110130 0 11 0 150676 111 0 0 25 0 1 0 24985244 470925312 110127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28395/statm: 114972 110127 76 150 0 114819 0
Current children cumulated CPU time (s) 1554.54
Current children cumulated vsize (KiB) 482112

[startup+2000.12 s]
/proc/loadavg: 2.00 2.02 2.48 3/85 28634
/proc/meminfo: memFree=1463568/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.67
/proc/28324/stat : 28324 (sugar) D 28322 28324 26798 0 -1 4194304 1424 60654 0 3 6 2 4496 163 16 0 1 0 24943477 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28324/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 46.67
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+2000.4 s]
/proc/loadavg: 2.00 2.02 2.48 3/85 28634
/proc/meminfo: memFree=1463568/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.69
/proc/28324/stat : 28324 (sugar) D 28322 28324 26798 0 -1 4194304 1424 60654 0 3 6 4 4496 163 15 0 1 0 24943477 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28324/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 46.69
Current children cumulated vsize (KiB) 16868

[startup+2000.5 s]
/proc/loadavg: 2.00 2.02 2.48 3/85 28634
/proc/meminfo: memFree=1463568/2055920 swapFree=4192812/4192956
[pid=28324] ppid=28322 vsize=16868 CPUtime=46.69
/proc/28324/stat : 28324 (sugar) D 28322 28324 26798 0 -1 4194304 1424 60654 0 3 6 4 4496 163 15 0 1 0 24943477 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28324/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 46.69
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): 1507.87
#  lost CPU user time (s): 1506.76
#  lost CPU system time (s): 1.11

Real time (s): 2000.53
CPU time (s): 1554.58
CPU user time (s): 1551.79
CPU system time (s): 2.79374
CPU usage (%): 77.7087
Max. virtual memory (cumulated for all children) (KiB): 903636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.0312
system time used= 1.68374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62137
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17920
involuntary context switches= 10530

runsolver used 2.6106 second user time and 6.69698 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 08:06:29
IDJOB=2084084
IDBENCH=58032
IDSOLVER=739
FILE ID=node80/2084084-1247378789
PBS_JOBID= 9507145
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084084-1247378789/watcher-2084084-1247378789 -o /tmp/evaluation-result-2084084-1247378789/solver-2084084-1247378789 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084084-1247378789.xml

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

MD5SUM BENCH= 0c9bd9627ff304e4b5c8ec56755ce638
RANDOM SEED=1362032738

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1418880 kB
Buffers:          5820 kB
Cached:          69728 kB
SwapCached:          0 kB
Active:         562364 kB
Inactive:        18560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14860 kB
Writeback:           0 kB
Mapped:         525460 kB
Slab:            40244 kB
Committed_AS:   934612 kB
PageTables:       2892 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= 66364 MiB
End job on node80 at 2009-07-12 08:39:51