Trace number 2083116

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) 1800.33 1808.61

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-8.xml
MD5SUM76f5c8323181a5b7c43a501cf4eaddc1
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 benchmark33.9748
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:31:59 2009
0.00/0.08	c 0	PID 25536
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083116-1247376719.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-2083116-1247376719.xml' 'HOME/temp.csp'
0.96/1.07	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
1.03/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.13	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.04/1.21	c 1	Parsing HOME/temp.csp
1.04/1.37	c 2	parsed 7855 expressions
1.04/1.38	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.38	c 2	Converting to clausal form CSP
1.04/1.64	c 2	converted 786 (10%) expressions
3.38/3.54	c 4	converted 1571 (20%) expressions
4.77/4.94	c 5	converted 2357 (30%) expressions
5.76/5.94	c 6	converted 3142 (40%) expressions
6.66/6.85	c 7	converted 3928 (50%) expressions
8.26/8.44	c 9	converted 4713 (60%) expressions
9.24/9.48	c 10	converted 5499 (70%) expressions
10.34/10.50	c 11	converted 6284 (80%) expressions
11.64/11.90	c 12	converted 7070 (90%) expressions
12.53/12.79	c 13	converted 7855 (100%) expressions
12.53/12.79	c 13	CSP : 1396 integers, 20152 booleans, 42899 clauses, largest domain size 2721
12.53/12.79	c 13	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.53/12.79	c 13	Propagation in CSP
13.02/13.24	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.02/13.24	c 13	CSP : 1396 integers, 20152 booleans, 42899 clauses, largest domain size 2721
13.02/13.24	c 13	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.02/13.27	c 13	Simplifing CSP by introducing new Boolean variables
13.12/13.37	c 14	CSP : 1396 integers, 35020 booleans, 57767 clauses, largest domain size 2721
13.12/13.37	c 14	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.62/13.88	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.31/14.52	c 15	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
14.82/15.01	c 15	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
15.31/15.54	c 16	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
15.80/16.05	c 16	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
16.31/16.60	c 17	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
16.60/16.89	c 17	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
16.99/17.22	c 17	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
17.29/17.53	c 18	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
17.58/17.80	c 18	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
17.78/18.10	c 18	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
21.65/21.92	c 22	5777 (10%) CSP clauses are encoded (2384802 clauses, 49106203 bytes)
25.91/26.22	c 26	11554 (20%) CSP clauses are encoded (3774948 clauses, 83706496 bytes)
29.89/30.22	c 30	17331 (30%) CSP clauses are encoded (5169100 clauses, 118552421 bytes)
34.14/34.58	c 35	23107 (40%) CSP clauses are encoded (6692455 clauses, 157499159 bytes)
37.61/38.09	c 38	28884 (50%) CSP clauses are encoded (7926431 clauses, 188776722 bytes)
40.47/40.99	c 41	34661 (60%) CSP clauses are encoded (8913332 clauses, 214003068 bytes)
44.13/44.60	c 45	40437 (70%) CSP clauses are encoded (10165053 clauses, 245946660 bytes)
47.77/48.33	c 48	46214 (80%) CSP clauses are encoded (11483731 clauses, 279471571 bytes)
51.40/52.07	c 52	51991 (90%) CSP clauses are encoded (12813807 clauses, 313572313 bytes)
55.25/55.96	c 56	57767 (100%) CSP clauses are encoded (14198806 clauses, 349337952 bytes)
55.25/55.96	c 56	57767 CSP clauses encoded
55.25/55.96	c 56	Writing map file : HOME/temp.map
55.34/56.02	c 56	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.34/56.02	c 56	SAT : 1318212 SAT variables, 14198806 SAT clauses, 349337952 bytes
55.34/56.02	c 56	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.34/56.09	c 56	SOLVING HOME/temp.cnf
55.34/56.09	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
55.34/56.09	c 56	This is MiniSat 2.0 beta
55.34/56.09	c 56	WARNING: for repeatability, setting FPU to use double precision
55.34/56.09	c 56	============================[ Problem Statistics ]=============================
55.34/56.09	c 56	|                                                                             |
55.34/56.10	c 56	|  Number of variables:  1318212                                              |
55.34/56.10	c 56	|  Number of clauses:    14198806                                             |
64.23/65.01	c 65	|  Parsing time:         7.60         s                                       |
64.63/65.44	c 66	============================[ Search Statistics ]==============================
64.63/65.45	c 66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
64.63/65.45	c 66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
64.63/65.45	c 66	===============================================================================
64.63/65.45	c 66	|         0 | 1318212 14198806 40027902 |  4732935        0    nan |  0.000 % |
65.42/66.27	c 66	|       100 | 1318211 14198806 40027902 |  5206228       99      3 |  0.009 % |
67.82/68.64	c 69	|       250 | 1318208 14198806 40027902 |  5726851      246      3 |  0.334 % |
74.29/75.11	c 75	|       475 | 1318198 14198806 40027902 |  6299536      462      3 |  0.340 % |
81.15/82.04	c 82	|       813 | 1318187 14198806 40027902 |  6929490      791      3 |  0.349 % |
96.08/97.00	c 97	|      1319 | 1313594 14145364 39876842 |  7622439     1285      3 |  0.731 % |
109.42/110.46	c 111	|      2078 | 1304296 14053976 39621365 |  8384683     2036      4 |  1.056 % |
123.75/124.80	c 125	|      3217 | 1289915 13893422 39168538 |  9223152     3154      5 |  2.527 % |
144.05/145.25	c 145	|      4925 | 1258020 13497159 38043835 | 10145467     4834      6 |  5.217 % |
170.42/171.71	c 172	|      7487 | 1233725 13184360 37154241 | 11160013     7357      7 |  7.066 % |
206.85/208.36	c 209	|     11333 | 1176427 12449816 35065654 | 12276015    11168     10 | 10.756 % |
255.91/257.62	c 258	|     17099 | 1123679 11694844 32906809 | 13503616    16870     12 | 15.084 % |
324.59/326.66	c 327	|     25748 | 1067377 11030120 31026047 | 14853978    25435     14 | 19.374 % |
418.83/421.30	c 421	|     38722 | 1011165 10355643 29115358 | 16339376    38311     16 | 24.292 % |
552.48/555.61	c 556	|     58183 |  938243  9393123 26374665 | 17973314    57483     17 | 29.187 % |
748.25/751.67	c 752	|     87375 |  860565  8558581 24027786 | 19770645    86542     19 | 34.760 % |
1055.52/1059.04	c 1059	|    131164 |  767018  7738920 21756743 | 21747710   130136     20 | 41.814 % |
1545.89/1551.71	c 1552	|    196850 |  643916  6366052 17885984 | 23922481   195033     22 | 51.873 % |
1800.08/1808.32	c ERROR INTERRUPTED
1800.19/1808.43	s UNKNOWN
1800.19/1808.43	c 1809	CPU 55.39 (0.05 0.02 52.75 2.57)
1800.19/1808.43	c 1809	END Sun Jul 12 08:02:08 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-2083116-1247376719/watcher-2083116-1247376719 -o /tmp/evaluation-result-2083116-1247376719/solver-2083116-1247376719 -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-2083116-1247376719.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.08 2.04 2.01 4/81 25536
/proc/meminfo: memFree=1631712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=4708 CPUtime=0
/proc/25536/stat : 25536 (sugar) R 25534 25536 20789 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24735365 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 246403888521 0 0 4096 0 0 0 0 17 1 0 0
/proc/25536/statm: 1177 43 33 3 0 8 0

[startup+0.0824631 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 25536
/proc/meminfo: memFree=1631712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16740 CPUtime=0.06
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24735365 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102636 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 25536
/proc/meminfo: memFree=1631712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=0.06
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30243 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 25536
/proc/meminfo: memFree=1631712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=0.06
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702472 s]
/proc/loadavg: 2.08 2.04 2.01 4/81 25536
/proc/meminfo: memFree=1631712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=0.06
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50255 s]
/proc/loadavg: 2.15 2.06 2.01 3/92 25548
/proc/meminfo: memFree=1610888/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=1.04
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1309 8259 0 1 5 1 92 6 16 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.1017 s]
/proc/loadavg: 2.15 2.06 2.01 3/92 25558
/proc/meminfo: memFree=1611336/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=1.04
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1309 8259 0 1 5 1 92 6 16 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
[pid=25549] ppid=25536 vsize=5356 CPUtime=0
/proc/25549/stat : 25549 (sh) S 25536 25536 20789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735478 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25549/statm: 1339 233 193 169 0 50 0
[pid=25550] ppid=25549 vsize=868564 CPUtime=1.94
/proc/25550/stat : 25550 (java) S 25549 25536 20789 0 -1 0 8622 0 1 0 189 5 0 0 19 0 9 0 24735479 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25550/statm: 217141 7758 2566 9 0 211646 0
[pid=25550/tid=25551] ppid=25549 vsize=868564 CPUtime=1.51
/proc/25550/task/25551/stat : 25551 (java) R 25549 25536 20789 0 -1 64 2775 0 1 0 149 2 0 0 25 0 9 0 24735479 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4126546644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25552] ppid=25549 vsize=868564 CPUtime=0.24
/proc/25550/task/25552/stat : 25552 (java) S 25549 25536 20789 0 -1 64 3673 0 0 0 23 1 0 0 16 0 9 0 24735481 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25553] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25553/stat : 25553 (java) S 25549 25536 20789 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735481 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25554] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25554/stat : 25554 (java) S 25549 25536 20789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24735481 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25555] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25555/stat : 25555 (java) S 25549 25536 20789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735483 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25556] ppid=25549 vsize=868564 CPUtime=0.17
/proc/25550/task/25556/stat : 25556 (java) S 25549 25536 20789 0 -1 64 1476 0 0 0 16 1 0 0 16 0 9 0 24735483 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25557] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25557/stat : 25557 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735483 889409536 7758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25558] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25558/stat : 25558 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735483 889409536 7758 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) 890788

[startup+6.30346 s]
/proc/loadavg: 2.15 2.06 2.01 3/92 25558
/proc/meminfo: memFree=1594888/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=1.04
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1309 8259 0 1 5 1 92 6 16 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
[pid=25549] ppid=25536 vsize=5356 CPUtime=0
/proc/25549/stat : 25549 (sh) S 25536 25536 20789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735478 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25549/statm: 1339 233 193 169 0 50 0
[pid=25550] ppid=25549 vsize=868564 CPUtime=5.13
/proc/25550/stat : 25550 (java) S 25549 25536 20789 0 -1 0 13184 0 1 0 504 9 0 0 19 0 9 0 24735479 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25550/statm: 217141 12135 2566 9 0 211646 0
[pid=25550/tid=25551] ppid=25549 vsize=868564 CPUtime=4.14
/proc/25550/task/25551/stat : 25551 (java) R 25549 25536 20789 0 -1 64 3185 0 1 0 412 2 0 0 25 0 9 0 24735479 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25552] ppid=25549 vsize=868564 CPUtime=0.78
/proc/25550/task/25552/stat : 25552 (java) S 25549 25536 20789 0 -1 64 7819 0 0 0 73 5 0 0 15 0 9 0 24735481 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25553] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25553/stat : 25553 (java) S 25549 25536 20789 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735481 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25554] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25554/stat : 25554 (java) S 25549 25536 20789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24735481 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25555] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25555/stat : 25555 (java) S 25549 25536 20789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735483 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25556] ppid=25549 vsize=868564 CPUtime=0.18
/proc/25550/task/25556/stat : 25556 (java) S 25549 25536 20789 0 -1 64 1482 0 0 0 17 1 0 0 16 0 9 0 24735483 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25557] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25557/stat : 25557 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735483 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25558] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25558/stat : 25558 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735483 889409536 12135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890788

[startup+12.7026 s]
/proc/loadavg: 2.13 2.06 2.01 3/92 25558
/proc/meminfo: memFree=1550280/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=1.04
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1309 8259 0 1 5 1 92 6 16 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
[pid=25549] ppid=25536 vsize=5356 CPUtime=0
/proc/25549/stat : 25549 (sh) S 25536 25536 20789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735478 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25549/statm: 1339 233 193 169 0 50 0
[pid=25550] ppid=25549 vsize=868564 CPUtime=11.49
/proc/25550/stat : 25550 (java) S 25549 25536 20789 0 -1 0 31898 0 1 0 1130 19 0 0 19 0 9 0 24735479 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25550/statm: 217141 23038 2567 9 0 211646 0
[pid=25550/tid=25551] ppid=25549 vsize=868564 CPUtime=9.1
/proc/25550/task/25551/stat : 25551 (java) R 25549 25536 20789 0 -1 64 3930 0 1 0 907 3 0 0 25 0 9 0 24735479 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4126511907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25552] ppid=25549 vsize=868564 CPUtime=2.18
/proc/25550/task/25552/stat : 25552 (java) S 25549 25536 20789 0 -1 64 25788 0 0 0 204 14 0 0 16 0 9 0 24735481 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25553] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25553/stat : 25553 (java) S 25549 25536 20789 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735481 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25554] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25554/stat : 25554 (java) S 25549 25536 20789 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24735481 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25555] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25555/stat : 25555 (java) S 25549 25536 20789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735483 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25556] ppid=25549 vsize=868564 CPUtime=0.18
/proc/25550/task/25556/stat : 25556 (java) S 25549 25536 20789 0 -1 64 1482 0 0 0 17 1 0 0 16 0 9 0 24735483 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25557] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25557/stat : 25557 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735483 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25558] ppid=25549 vsize=868564 CPUtime=0
/proc/25550/task/25558/stat : 25558 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735483 889409536 23038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890788

[startup+25.5018 s]
/proc/loadavg: 2.19 2.07 2.01 3/92 25558
/proc/meminfo: memFree=1465672/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=1.04
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1310 8259 0 1 5 1 92 6 16 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
[pid=25549] ppid=25536 vsize=5356 CPUtime=0
/proc/25549/stat : 25549 (sh) S 25536 25536 20789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735478 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25549/statm: 1339 233 193 169 0 50 0
[pid=25550] ppid=25549 vsize=868676 CPUtime=24.18
/proc/25550/stat : 25550 (java) S 25549 25536 20789 0 -1 0 34739 0 1 0 2342 76 0 0 19 0 9 0 24735479 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25550/statm: 217169 24329 2593 9 0 211646 0
[pid=25550/tid=25551] ppid=25549 vsize=868676 CPUtime=20.99
/proc/25550/task/25551/stat : 25551 (java) R 25549 25536 20789 0 -1 64 4261 0 1 0 2043 56 0 0 25 0 9 0 24735479 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4126997772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25552] ppid=25549 vsize=868676 CPUtime=2.91
/proc/25550/task/25552/stat : 25552 (java) S 25549 25536 20789 0 -1 64 28247 0 0 0 273 18 0 0 16 0 9 0 24735481 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25553] ppid=25549 vsize=868676 CPUtime=0
/proc/25550/task/25553/stat : 25553 (java) S 25549 25536 20789 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735481 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25554] ppid=25549 vsize=868676 CPUtime=0
/proc/25550/task/25554/stat : 25554 (java) S 25549 25536 20789 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24735481 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25555] ppid=25549 vsize=868676 CPUtime=0
/proc/25550/task/25555/stat : 25555 (java) S 25549 25536 20789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735483 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25556] ppid=25549 vsize=868676 CPUtime=0.26
/proc/25550/task/25556/stat : 25556 (java) S 25549 25536 20789 0 -1 64 1533 0 0 0 25 1 0 0 16 0 9 0 24735483 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25557] ppid=25549 vsize=868676 CPUtime=0
/proc/25550/task/25557/stat : 25557 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735483 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25550/tid=25558] ppid=25549 vsize=868676 CPUtime=0
/proc/25550/task/25558/stat : 25558 (java) S 25549 25536 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735483 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 890900

[startup+51.1023 s]
/proc/loadavg: 2.18 2.08 2.02 5/92 25558
/proc/meminfo: memFree=1240072/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=1.05
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1310 8259 0 1 5 2 92 6 16 0 1 0 24735365 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1111 409 3 0 796 0
[pid=25549] ppid=25536 vsize=5356 CPUtime=0
/proc/25549/stat : 25549 (sh) S 25536 25536 20789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735478 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25549/statm: 1339 233 193 169 0 50 0
[pid=25550] ppid=25549 vsize=868676 CPUtime=49.47
/proc/25550/stat : 25550 (java) S 25549 25536 20789 0 -1 0 35401 0 1 0 4728 219 0 0 19 0 9 0 24735479 889524224 24329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25550/statm: 217169 24329 2593 9 0 211646 0

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

/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172762 0 0 0 136088 142 0 0 25 0 1 0 24740975 743206912 172748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181447 172748 76 150 0 181294 0
Current children cumulated CPU time (s) 1417.69
Current children cumulated vsize (KiB) 748012

[startup+1482.3 s]
/proc/loadavg: 2.14 2.11 2.03 3/83 25794
/proc/meminfo: memFree=429544/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=725788 CPUtime=1421.74
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172776 0 0 0 142032 142 0 0 25 0 1 0 24740975 743206912 172762 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181447 172762 76 150 0 181294 0
Current children cumulated CPU time (s) 1477.13
Current children cumulated vsize (KiB) 748012

[startup+1542.3 s]
/proc/loadavg: 2.27 2.13 2.04 3/83 25794
/proc/meminfo: memFree=429480/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=725788 CPUtime=1481.18
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172784 0 0 0 147976 142 0 0 25 0 1 0 24740975 743206912 172770 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181447 172770 76 150 0 181294 0
Current children cumulated CPU time (s) 1536.57
Current children cumulated vsize (KiB) 748012

[startup+1602.3 s]
/proc/loadavg: 2.10 2.11 2.04 3/83 25794
/proc/meminfo: memFree=429096/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=725788 CPUtime=1540.63
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172838 0 0 0 153920 143 0 0 25 0 1 0 24740975 743206912 172824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181447 172824 76 150 0 181294 0
Current children cumulated CPU time (s) 1596.02
Current children cumulated vsize (KiB) 748012

[startup+1662.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/83 25794
/proc/meminfo: memFree=429032/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=726192 CPUtime=1600.07
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172846 0 0 0 159864 143 0 0 25 0 1 0 24740975 743620608 172832 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181548 172832 76 150 0 181395 0
Current children cumulated CPU time (s) 1655.46
Current children cumulated vsize (KiB) 748416

[startup+1722.3 s]
/proc/loadavg: 2.01 2.07 2.02 3/83 25794
/proc/meminfo: memFree=428968/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=726192 CPUtime=1659.51
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172854 0 0 0 165808 143 0 0 25 0 1 0 24740975 743620608 172840 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181548 172840 76 150 0 181395 0
Current children cumulated CPU time (s) 1714.9
Current children cumulated vsize (KiB) 748416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 25800
/proc/meminfo: memFree=428712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=726192 CPUtime=1718.93
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172862 0 0 0 171750 143 0 0 25 0 1 0 24740975 743620608 172848 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181548 172848 76 150 0 181395 0
Current children cumulated CPU time (s) 1774.32
Current children cumulated vsize (KiB) 748416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 25800
/proc/meminfo: memFree=428712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1377 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=5356 CPUtime=0
/proc/25559/stat : 25559 (sh) S 25536 25536 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24740974 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25559/statm: 1339 232 193 169 0 50 0
[pid=25560] ppid=25559 vsize=726192 CPUtime=1744.69
/proc/25560/stat : 25560 (minisat) R 25559 25536 20789 0 -1 4194304 172865 0 0 0 174326 143 0 0 25 0 1 0 24740975 743620608 172851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 181548 172851 76 150 0 181395 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 748416

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

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

[startup+1808.42 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 25800
/proc/meminfo: memFree=428712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.39
/proc/25536/stat : 25536 (sugar) S 25534 25536 20789 0 -1 4194304 1399 44097 0 2 5 2 5275 257 16 0 1 0 24735365 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25536/statm: 4217 1114 409 3 0 796 0
[pid=25559] ppid=25536 vsize=0 CPUtime=0
/proc/25559/stat : 25559 (sh) Z 25536 25536 20789 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24740974 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25559/statm: 0 0 0 0 0 0 0
[pid=25560] ppid=1 vsize=0 CPUtime=1744.8
/proc/25560/stat : 25560 (minisat) R 1 25536 20789 0 -1 4195332 172865 0 0 0 174326 154 0 0 25 0 1 0 24740975 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25560/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 16868

[startup+1808.5 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 25800
/proc/meminfo: memFree=428712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.46
/proc/25536/stat : 25536 (sugar) R 25534 25536 20789 0 -1 4194304 1424 44374 0 2 5 9 5275 257 16 0 1 0 24735365 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25536/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 55.46
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.61 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 25800
/proc/meminfo: memFree=428712/2055920 swapFree=4192812/4192956
[pid=25536] ppid=25534 vsize=16868 CPUtime=55.57
/proc/25536/stat : 25536 (sugar) R 25534 25536 20789 0 -1 4194304 1424 44374 0 2 5 20 5275 257 16 0 1 0 24735365 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25536/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 55.57
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): 1744.73
#  lost CPU user time (s): 1743.26
#  lost CPU system time (s): 1.47

Real time (s): 1808.61
CPU time (s): 1800.33
CPU user time (s): 1796.08
CPU system time (s): 4.24958
CPU usage (%): 99.5422
Max. virtual memory (cumulated for all children) (KiB): 901036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.818
system time used= 2.77958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45857
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= 16078
involuntary context switches= 16811

runsolver used 2.17667 second user time and 6.10707 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 07:31:59
IDJOB=2083116
IDBENCH=57705
IDSOLVER=739
FILE ID=node61/2083116-1247376719
PBS_JOBID= 9507020
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-8.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-2083116-1247376719/watcher-2083116-1247376719 -o /tmp/evaluation-result-2083116-1247376719/solver-2083116-1247376719 -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-2083116-1247376719.xml

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

MD5SUM BENCH= 76f5c8323181a5b7c43a501cf4eaddc1
RANDOM SEED=12681848

node61.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.229
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.229
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:       1632192 kB
Buffers:         67876 kB
Cached:         174068 kB
SwapCached:          0 kB
Active:         274036 kB
Inactive:        94308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:         146824 kB
Slab:            40444 kB
Committed_AS:   379536 kB
PageTables:       2028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 08:02:09