Trace number 2083105

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.21 1811.38

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-5.xml
MD5SUMfa37dee04ffe0cd0af7a8fde9f661bf5
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 benchmark48.6576
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:49 2009
0.00/0.08	c 0	PID 27686
0.07/0.08	c 0	HOST node40.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083105-1247376709.xml TO HOME/temp.csp
0.07/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-2083105-1247376709.xml' 'HOME/temp.csp'
0.97/1.07	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.97/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.08	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.15	c 1	Parsing HOME/temp.csp
1.04/1.45	c 2	parsed 7855 expressions
1.04/1.46	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.46	c 2	Converting to clausal form CSP
1.04/1.71	c 2	converted 786 (10%) expressions
3.52/3.69	c 4	converted 1571 (20%) expressions
4.80/5.00	c 5	converted 2357 (30%) expressions
5.80/5.97	c 6	converted 3142 (40%) expressions
6.68/6.87	c 7	converted 3928 (50%) expressions
8.27/8.41	c 9	converted 4713 (60%) expressions
9.26/9.44	c 10	converted 5499 (70%) expressions
10.25/10.47	c 11	converted 6284 (80%) expressions
11.64/11.82	c 12	converted 7070 (90%) expressions
12.53/12.72	c 13	converted 7855 (100%) expressions
12.53/12.72	c 13	CSP : 1396 integers, 20152 booleans, 43067 clauses, largest domain size 2721
12.53/12.72	c 13	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.53/12.72	c 13	Propagation in CSP
12.93/13.16	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.93/13.17	c 13	CSP : 1396 integers, 20152 booleans, 43067 clauses, largest domain size 2721
12.93/13.17	c 13	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.93/13.19	c 13	Simplifing CSP by introducing new Boolean variables
13.02/13.26	c 13	CSP : 1396 integers, 34950 booleans, 57865 clauses, largest domain size 2721
13.02/13.26	c 13	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.51/13.77	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.20/14.40	c 15	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
14.61/14.89	c 15	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
15.20/15.42	c 16	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
15.69/15.94	c 16	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
16.19/16.49	c 17	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
16.48/16.78	c 17	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
16.88/17.10	c 17	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
17.18/17.40	c 18	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
17.38/17.68	c 18	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
17.67/17.97	c 18	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
21.41/21.71	c 22	5787 (10%) CSP clauses are encoded (2381958 clauses, 49035144 bytes)
25.45/25.88	c 26	11573 (20%) CSP clauses are encoded (3758720 clauses, 83292175 bytes)
29.41/29.83	c 30	17360 (30%) CSP clauses are encoded (5169725 clauses, 118529169 bytes)
33.56/34.06	c 34	23146 (40%) CSP clauses are encoded (6673366 clauses, 156986732 bytes)
36.90/37.48	c 38	28933 (50%) CSP clauses are encoded (7888883 clauses, 187806733 bytes)
39.68/40.26	c 40	34719 (60%) CSP clauses are encoded (8864012 clauses, 212728278 bytes)
43.19/43.82	c 44	40506 (70%) CSP clauses are encoded (10108666 clauses, 244489156 bytes)
46.70/47.45	c 48	46292 (80%) CSP clauses are encoded (11418773 clauses, 277789351 bytes)
50.22/51.09	c 51	52079 (90%) CSP clauses are encoded (12741012 clauses, 311683708 bytes)
53.96/54.86	c 55	57865 (100%) CSP clauses are encoded (14115819 clauses, 347182532 bytes)
53.96/54.86	c 55	57865 CSP clauses encoded
53.96/54.87	c 55	Writing map file : HOME/temp.map
54.06/54.93	c 55	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
54.06/54.93	c 55	SAT : 1318142 SAT variables, 14115819 SAT clauses, 347182532 bytes
54.06/54.93	c 55	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
54.06/54.99	c 55	SOLVING HOME/temp.cnf
54.06/54.99	c 55	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
54.06/54.99	c 55	This is MiniSat 2.0 beta
54.06/54.99	c 55	WARNING: for repeatability, setting FPU to use double precision
54.06/54.99	c 55	============================[ Problem Statistics ]=============================
54.06/54.99	c 55	|                                                                             |
54.06/55.00	c 55	|  Number of variables:  1318142                                              |
54.06/55.00	c 55	|  Number of clauses:    14115819                                             |
62.51/63.53	c 64	|  Parsing time:         7.45         s                                       |
62.90/63.94	c 64	============================[ Search Statistics ]==============================
62.90/63.94	c 64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
62.90/63.94	c 64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
62.90/63.94	c 64	===============================================================================
62.90/63.94	c 64	|         0 | 1318142 14115819 39778599 |  4705273        0    nan |  0.000 % |
63.59/64.60	c 65	|       100 | 1318142 14115819 39778599 |  5175800      100      3 |  0.000 % |
66.08/67.19	c 67	|       250 | 1318139 14115819 39778599 |  5693380      247      3 |  0.006 % |
70.24/71.34	c 71	|       475 | 1318132 14115819 39778599 |  6262718      465      3 |  0.331 % |
77.27/78.49	c 79	|       812 | 1318119 14115819 39778599 |  6888990      790      3 |  0.476 % |
85.88/87.15	c 87	|      1318 | 1311635 14059795 39623539 |  7577889     1290      4 |  0.555 % |
97.77/99.17	c 99	|      2077 | 1311497 14059795 39623539 |  8335678     2038      4 |  1.981 % |
110.45/111.91	c 112	|      3218 | 1291873 13837509 38996075 |  9169245     3150      6 |  2.583 % |
128.68/130.30	c 130	|      4926 | 1279167 13691054 38581591 | 10086170     4824      7 |  4.791 % |
151.86/153.71	c 154	|      7489 | 1245993 13248064 37319870 | 11094787     7335      8 |  8.090 % |
184.85/187.04	c 187	|     11333 | 1169017 12380563 34873579 | 12204266    11080      9 | 12.169 % |
223.58/226.13	c 226	|     17099 | 1138939 12042744 33920484 | 13424693    16786     11 | 13.952 % |
281.34/284.44	c 285	|     25749 | 1088685 11569579 32602343 | 14767162    25291     13 | 17.415 % |
367.71/371.66	c 372	|     38723 | 1011359 10753197 30309775 | 16243878    38023     13 | 23.701 % |
487.87/492.92	c 493	|     58184 |  912974  9797235 27640386 | 17868266    57142     13 | 31.063 % |
653.30/659.99	c 660	|     87376 |  866412  9389752 26512179 | 19655093    85706     15 | 34.302 % |
923.14/932.35	c 932	|    131166 |  816010  8957269 25316481 | 21620602   129041     16 | 38.094 % |
1313.02/1323.98	c 1324	|    196850 |  737253  8154345 23067512 | 23782662   194116     17 | 44.069 % |
1800.03/1811.11	c ERROR INTERRUPTED
54.13/1811.21	s UNKNOWN
54.13/1811.21	c 1811	CPU 54.12 (0.05 0.02 51.7 2.35)
54.13/1811.21	c 1811	END Sun Jul 12 08:02:00 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-2083105-1247376709/watcher-2083105-1247376709 -o /tmp/evaluation-result-2083105-1247376709/solver-2083105-1247376709 -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-2083105-1247376709.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.16 2.15 2.09 4/75 27686
/proc/meminfo: memFree=1090200/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=12132 CPUtime=0
/proc/27686/stat : 27686 (sugar) R 27684 27686 22472 0 -1 4194304 220 0 0 0 0 0 0 0 20 0 1 0 24362192 12423168 188 996147200 4194304 4206940 548682068608 18446744073709551615 264519455457 0 0 4224 0 0 0 0 17 1 0 0
/proc/27686/statm: 3033 188 142 3 0 133 0

[startup+0.081326 s]
/proc/loadavg: 2.16 2.15 2.09 4/75 27686
/proc/meminfo: memFree=1090200/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16740 CPUtime=0.07
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24362192 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101906 s]
/proc/loadavg: 2.16 2.15 2.09 4/75 27686
/proc/meminfo: memFree=1090200/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=0.07
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301827 s]
/proc/loadavg: 2.16 2.15 2.09 4/75 27686
/proc/meminfo: memFree=1090200/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=0.07
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702883 s]
/proc/loadavg: 2.16 2.15 2.09 4/75 27686
/proc/meminfo: memFree=1090200/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=0.07
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 2.15 2.15 2.09 4/86 27698
/proc/meminfo: memFree=1069312/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=1.04
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1309 8262 0 1 5 2 92 5 15 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.10119 s]
/proc/loadavg: 2.15 2.15 2.09 3/86 27708
/proc/meminfo: memFree=1070016/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=1.04
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1309 8262 0 1 5 2 92 5 15 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
[pid=27699] ppid=27686 vsize=5356 CPUtime=0
/proc/27699/stat : 27699 (sh) S 27686 27686 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24362300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27699/statm: 1339 233 193 169 0 50 0
[pid=27700] ppid=27699 vsize=868604 CPUtime=1.99
/proc/27700/stat : 27700 (java) S 27699 27686 22472 0 -1 0 8563 0 1 0 194 5 0 0 19 0 9 0 24362300 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27700/statm: 217151 7716 2566 9 0 211656 0
[pid=27700/tid=27701] ppid=27699 vsize=868604 CPUtime=1.55
/proc/27700/task/27701/stat : 27701 (java) R 27699 27686 22472 0 -1 64 2770 0 1 0 154 1 0 0 25 0 9 0 24362301 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4126510053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27702] ppid=27699 vsize=868604 CPUtime=0.24
/proc/27700/task/27702/stat : 27702 (java) S 27699 27686 22472 0 -1 64 3628 0 0 0 22 2 0 0 16 0 9 0 24362302 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27703] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27703/stat : 27703 (java) S 27699 27686 22472 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24362302 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27704] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27704/stat : 27704 (java) S 27699 27686 22472 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24362302 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27705] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27705/stat : 27705 (java) S 27699 27686 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24362304 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27706] ppid=27699 vsize=868604 CPUtime=0.16
/proc/27700/task/27706/stat : 27706 (java) S 27699 27686 22472 0 -1 64 1467 0 0 0 16 0 0 0 15 0 9 0 24362305 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27707] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27707/stat : 27707 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24362305 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27708] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27708/stat : 27708 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24362305 889450496 7716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890828

[startup+6.30261 s]
/proc/loadavg: 2.15 2.15 2.09 3/86 27708
/proc/meminfo: memFree=1053504/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=1.04
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1309 8262 0 1 5 2 92 5 16 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
[pid=27699] ppid=27686 vsize=5356 CPUtime=0
/proc/27699/stat : 27699 (sh) S 27686 27686 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24362300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27699/statm: 1339 233 193 169 0 50 0
[pid=27700] ppid=27699 vsize=868604 CPUtime=5.16
/proc/27700/stat : 27700 (java) S 27699 27686 22472 0 -1 0 13146 0 1 0 507 9 0 0 19 0 9 0 24362300 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27700/statm: 217151 12110 2566 9 0 211656 0
[pid=27700/tid=27701] ppid=27699 vsize=868604 CPUtime=4.22
/proc/27700/task/27701/stat : 27701 (java) R 27699 27686 22472 0 -1 64 3168 0 1 0 420 2 0 0 25 0 9 0 24362301 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4126510015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27702] ppid=27699 vsize=868604 CPUtime=0.73
/proc/27700/task/27702/stat : 27702 (java) S 27699 27686 22472 0 -1 64 7807 0 0 0 68 5 0 0 16 0 9 0 24362302 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27703] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27703/stat : 27703 (java) S 27699 27686 22472 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24362302 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27704] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27704/stat : 27704 (java) S 27699 27686 22472 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24362302 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27705] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27705/stat : 27705 (java) S 27699 27686 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24362304 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27706] ppid=27699 vsize=868604 CPUtime=0.17
/proc/27700/task/27706/stat : 27706 (java) S 27699 27686 22472 0 -1 64 1473 0 0 0 17 0 0 0 16 0 9 0 24362305 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27707] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27707/stat : 27707 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24362305 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27708] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27708/stat : 27708 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24362305 889450496 12110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890828

[startup+12.7024 s]
/proc/loadavg: 2.12 2.14 2.09 3/86 27708
/proc/meminfo: memFree=1008064/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=1.04
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1309 8262 0 1 5 2 92 5 16 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
[pid=27699] ppid=27686 vsize=5356 CPUtime=0
/proc/27699/stat : 27699 (sh) S 27686 27686 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24362300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27699/statm: 1339 233 193 169 0 50 0
[pid=27700] ppid=27699 vsize=868604 CPUtime=11.49
/proc/27700/stat : 27700 (java) S 27699 27686 22472 0 -1 0 31835 0 1 0 1131 18 0 0 19 0 9 0 24362300 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27700/statm: 217151 23307 2567 9 0 211656 0
[pid=27700/tid=27701] ppid=27699 vsize=868604 CPUtime=9.22
/proc/27700/task/27701/stat : 27701 (java) R 27699 27686 22472 0 -1 64 3900 0 1 0 920 2 0 0 25 0 9 0 24362301 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4126546966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27702] ppid=27699 vsize=868604 CPUtime=2.06
/proc/27700/task/27702/stat : 27702 (java) S 27699 27686 22472 0 -1 64 25764 0 0 0 193 13 0 0 16 0 9 0 24362302 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27703] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27703/stat : 27703 (java) S 27699 27686 22472 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24362302 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27704] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27704/stat : 27704 (java) S 27699 27686 22472 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24362302 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27705] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27705/stat : 27705 (java) S 27699 27686 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24362304 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27706] ppid=27699 vsize=868604 CPUtime=0.17
/proc/27700/task/27706/stat : 27706 (java) S 27699 27686 22472 0 -1 64 1473 0 0 0 17 0 0 0 16 0 9 0 24362305 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27707] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27707/stat : 27707 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24362305 889450496 23307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27708] ppid=27699 vsize=868604 CPUtime=0
/proc/27700/task/27708/stat : 27708 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24362305 889450496 23307 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) 890828

[startup+25.5062 s]
/proc/loadavg: 2.18 2.16 2.09 3/86 27708
/proc/meminfo: memFree=921728/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=1.04
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1310 8262 0 1 5 2 92 5 16 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
[pid=27699] ppid=27686 vsize=5356 CPUtime=0
/proc/27699/stat : 27699 (sh) S 27686 27686 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24362300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27699/statm: 1339 233 193 169 0 50 0
[pid=27700] ppid=27699 vsize=868716 CPUtime=24.13
/proc/27700/stat : 27700 (java) S 27699 27686 22472 0 -1 0 34802 0 1 0 2343 70 0 0 19 0 9 0 24362300 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27700/statm: 217179 24397 2593 9 0 211656 0
[pid=27700/tid=27701] ppid=27699 vsize=868716 CPUtime=21.1
/proc/27700/task/27701/stat : 27701 (java) R 27699 27686 22472 0 -1 64 4287 0 1 0 2058 52 0 0 25 0 9 0 24362301 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27702] ppid=27699 vsize=868716 CPUtime=2.73
/proc/27700/task/27702/stat : 27702 (java) S 27699 27686 22472 0 -1 64 28294 0 0 0 257 16 0 0 16 0 9 0 24362302 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27703] ppid=27699 vsize=868716 CPUtime=0
/proc/27700/task/27703/stat : 27703 (java) S 27699 27686 22472 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24362302 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27704] ppid=27699 vsize=868716 CPUtime=0
/proc/27700/task/27704/stat : 27704 (java) S 27699 27686 22472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24362302 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27705] ppid=27699 vsize=868716 CPUtime=0
/proc/27700/task/27705/stat : 27705 (java) S 27699 27686 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24362304 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27706] ppid=27699 vsize=868716 CPUtime=0.27
/proc/27700/task/27706/stat : 27706 (java) S 27699 27686 22472 0 -1 64 1523 0 0 0 26 1 0 0 15 0 9 0 24362305 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27707] ppid=27699 vsize=868716 CPUtime=0
/proc/27700/task/27707/stat : 27707 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24362305 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27700/tid=27708] ppid=27699 vsize=868716 CPUtime=0
/proc/27700/task/27708/stat : 27708 (java) S 27699 27686 22472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24362305 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890940

[startup+51.1024 s]
/proc/loadavg: 2.81 2.30 2.14 3/86 27708
/proc/meminfo: memFree=691648/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=1.04
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1310 8262 0 1 5 2 92 5 16 0 1 0 24362192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27686/statm: 4217 1111 409 3 0 796 0
[pid=27699] ppid=27686 vsize=5356 CPUtime=0
/proc/27699/stat : 27699 (sh) S 27686 27686 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24362300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27699/statm: 1339 233 193 169 0 50 0
[pid=27700] ppid=27699 vsize=868716 CPUtime=49.28
/proc/27700/stat : 27700 (java) S 27699 27686 22472 0 -1 0 35483 0 1 0 4721 207 0 0 19 0 9 0 24362300 889565184 24397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27700/statm: 217179 24397 2593 9 0 211656 0

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

/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=721008 CPUtime=1417.24
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 171890 0 0 0 141607 117 0 0 25 0 1 0 24367692 738312192 171876 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180252 171876 76 150 0 180099 0
Current children cumulated CPU time (s) 1471.35
Current children cumulated vsize (KiB) 743232

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.04 4/77 27741
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=721008 CPUtime=1477.21
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 171899 0 0 0 147604 117 0 0 25 0 1 0 24367692 738312192 171885 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180252 171885 76 150 0 180099 0
Current children cumulated CPU time (s) 1531.32
Current children cumulated vsize (KiB) 743232

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.03 4/77 27741
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=721008 CPUtime=1537.19
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 171909 0 0 0 153602 117 0 0 25 0 1 0 24367692 738312192 171895 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180252 171895 76 150 0 180099 0
Current children cumulated CPU time (s) 1591.3
Current children cumulated vsize (KiB) 743232

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.02 4/77 27741
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=723056 CPUtime=1597.17
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 171993 0 0 0 159599 118 0 0 25 0 1 0 24367692 740409344 171979 996147200 134512640 135127466 4294956256 18446744073709551615 134531062 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180764 171979 76 150 0 180611 0
Current children cumulated CPU time (s) 1651.28
Current children cumulated vsize (KiB) 745280

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.02 4/77 27741
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=723056 CPUtime=1657.15
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 172002 0 0 0 165597 118 0 0 25 0 1 0 24367692 740409344 171988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180764 171988 76 150 0 180611 0
Current children cumulated CPU time (s) 1711.26
Current children cumulated vsize (KiB) 745280

[startup+1782.31 s]
/proc/loadavg: 1.99 2.00 2.01 4/77 27747
/proc/meminfo: memFree=16456/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=723056 CPUtime=1717.13
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 172011 0 0 0 171595 118 0 0 25 0 1 0 24367692 740409344 171997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180764 171997 76 150 0 180611 0
Current children cumulated CPU time (s) 1771.24
Current children cumulated vsize (KiB) 745280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 27747
/proc/meminfo: memFree=16456/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=723056 CPUtime=1745.92
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 172016 0 0 0 174474 118 0 0 25 0 1 0 24367692 740409344 172002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180764 172002 76 150 0 180611 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 745280

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

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

[startup+1811.1 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 27747
/proc/meminfo: memFree=16456/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.11
/proc/27686/stat : 27686 (sugar) S 27684 27686 22472 0 -1 4194304 1377 44162 0 2 5 2 5169 235 16 0 1 0 24362192 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27686/statm: 4217 1114 409 3 0 796 0
[pid=27709] ppid=27686 vsize=5356 CPUtime=0
/proc/27709/stat : 27709 (sh) S 27686 27686 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24367691 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27709/statm: 1339 232 193 169 0 50 0
[pid=27710] ppid=27709 vsize=723056 CPUtime=1745.92
/proc/27710/stat : 27710 (minisat) R 27709 27686 22472 0 -1 4194304 172016 0 0 0 174474 118 0 0 25 0 1 0 24367692 740409344 172002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27710/statm: 180764 172002 76 150 0 180611 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 745280

[startup+1811.22 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 27747
/proc/meminfo: memFree=16456/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.13
/proc/27686/stat : 27686 (sugar) R 27684 27686 22472 0 -1 4194304 1424 44439 0 2 5 3 5170 235 16 0 1 0 24362192 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27686/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 54.13
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1811.22 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 27747
/proc/meminfo: memFree=16456/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.13
/proc/27686/stat : 27686 (sugar) R 27684 27686 22472 0 -1 4194304 1424 44439 0 2 5 3 5170 235 16 0 1 0 24362192 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27686/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 54.13
Current children cumulated vsize (KiB) 16868

[startup+1811.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 27747
/proc/meminfo: memFree=16456/2055920 swapFree=4192812/4192956
[pid=27686] ppid=27684 vsize=16868 CPUtime=54.21
/proc/27686/stat : 27686 (sugar) R 27684 27686 22472 0 -1 4194304 1424 44439 0 2 5 11 5170 235 17 0 1 0 24362192 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27686/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 54.21
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): 1745.9
#  lost CPU user time (s): 1744.73
#  lost CPU system time (s): 1.17

Real time (s): 1811.38
CPU time (s): 1800.21
CPU user time (s): 1796.49
CPU system time (s): 3.71861
CPU usage (%): 99.3833
Max. virtual memory (cumulated for all children) (KiB): 901076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.7581
system time used= 2.54861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45922
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= 15889
involuntary context switches= 16871

runsolver used 2.54061 second user time and 5.80612 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 07:31:49
IDJOB=2083105
IDBENCH=57704
IDSOLVER=739
FILE ID=node40/2083105-1247376709
PBS_JOBID= 9507050
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= fa37dee04ffe0cd0af7a8fde9f661bf5
RANDOM SEED=964683325

node40.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.213
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.213
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:       1090680 kB
Buffers:         86024 kB
Cached:         778528 kB
SwapCached:          0 kB
Active:         231304 kB
Inactive:       655092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          32780 kB
Slab:            63956 kB
Committed_AS:   268856 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 08:02:02