Trace number 2080245

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.02 1801.77

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-9.xml
MD5SUMf1b65786d4cc212820340d13acbe5b6b
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 benchmark277.083
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1383
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 05:30:09 2009
0.05/0.08	c 0	PID 23319
0.05/0.08	c 0	HOST node36.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2080245-1247369408.xml TO HOME/temp.csp
0.05/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-2080245-1247369408.xml' 'HOME/temp.csp'
0.06/0.93	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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'
0.88/1.06	c 1	Parsing HOME/temp.csp
1.19/1.31	c 1	parsed 3732 expressions
1.19/1.32	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.32	c 1	Converting to clausal form CSP
1.19/1.34	c 1	converted 374 (10%) expressions
1.28/1.41	c 1	converted 747 (20%) expressions
1.38/1.54	c 1	converted 1120 (30%) expressions
1.38/1.58	c 1	converted 1493 (40%) expressions
1.38/1.60	c 1	converted 1866 (50%) expressions
1.50/1.61	c 1	converted 2240 (60%) expressions
1.50/1.62	c 1	converted 2613 (70%) expressions
1.50/1.64	c 1	converted 2986 (80%) expressions
1.50/1.65	c 1	converted 3359 (90%) expressions
1.50/1.66	c 1	converted 3732 (100%) expressions
1.50/1.66	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1356
1.50/1.66	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.66	c 1	Propagation in CSP
1.69/1.81	c 1	90990 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.81	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 780
1.69/1.81	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.81	c 1	Simplifing CSP by introducing new Boolean variables
1.79/1.91	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 780
1.79/1.91	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.79/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.89/2.00	c 2	30 (10%) CSP integer variables are encoded (18555 clauses, 256219 bytes)
1.89/2.02	c 2	60 (20%) CSP integer variables are encoded (37395 clauses, 538819 bytes)
1.89/2.05	c 2	90 (30%) CSP integer variables are encoded (56010 clauses, 818044 bytes)
1.89/2.08	c 2	120 (40%) CSP integer variables are encoded (76530 clauses, 1125844 bytes)
1.99/2.11	c 2	150 (50%) CSP integer variables are encoded (94545 clauses, 1396069 bytes)
1.99/2.14	c 2	180 (60%) CSP integer variables are encoded (113400 clauses, 1706011 bytes)
1.99/2.16	c 2	210 (70%) CSP integer variables are encoded (129915 clauses, 1986766 bytes)
1.99/2.20	c 2	240 (80%) CSP integer variables are encoded (150930 clauses, 2344021 bytes)
2.08/2.24	c 2	270 (90%) CSP integer variables are encoded (171345 clauses, 2691076 bytes)
2.08/2.27	c 2	300 (100%) CSP integer variables are encoded (187605 clauses, 2967496 bytes)
2.48/2.70	c 2	883 (10%) CSP clauses are encoded (378317 clauses, 7149728 bytes)
2.98/3.19	c 3	1766 (20%) CSP clauses are encoded (620499 clauses, 12713130 bytes)
3.46/3.61	c 3	2649 (30%) CSP clauses are encoded (820231 clauses, 17329321 bytes)
3.96/4.12	c 4	3532 (40%) CSP clauses are encoded (1075294 clauses, 23233353 bytes)
4.34/4.58	c 4	4415 (50%) CSP clauses are encoded (1294051 clauses, 28311593 bytes)
4.85/5.01	c 5	5298 (60%) CSP clauses are encoded (1504956 clauses, 33195831 bytes)
5.34/5.51	c 5	6181 (70%) CSP clauses are encoded (1745215 clauses, 38779746 bytes)
5.73/5.95	c 6	7064 (80%) CSP clauses are encoded (1963360 clauses, 43898871 bytes)
6.22/6.41	c 6	7947 (90%) CSP clauses are encoded (2180183 clauses, 49141322 bytes)
6.72/6.91	c 6	8830 (100%) CSP clauses are encoded (2437807 clauses, 55125446 bytes)
6.72/6.91	c 6	8830 CSP clauses encoded
6.72/6.91	c 6	Writing map file : HOME/temp.map
6.72/6.92	c 6	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.72/6.92	c 6	SAT : 193605 SAT variables, 2437807 SAT clauses, 55125446 bytes
6.72/6.92	c 6	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.72/6.93	c 6	SOLVING HOME/temp.cnf
6.72/6.93	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.72/6.94	c 6	This is MiniSat 2.0 beta
6.72/6.94	c 6	WARNING: for repeatability, setting FPU to use double precision
6.72/6.94	c 6	============================[ Problem Statistics ]=============================
6.72/6.94	c 6	|                                                                             |
6.72/6.94	c 7	|  Number of variables:  193605                                               |
6.72/6.94	c 7	|  Number of clauses:    2437807                                              |
8.20/8.46	c 8	|  Parsing time:         1.30         s                                       |
8.31/8.54	c 8	============================[ Search Statistics ]==============================
8.31/8.54	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.31/8.54	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.31/8.54	c 8	===============================================================================
8.31/8.54	c 8	|         0 |  193123  2437325  6940498 |   812441        0    nan |  0.000 % |
9.88/10.16	c 10	|       101 |  193123  2437325  6940498 |   893685      101     15 |  0.249 % |
10.97/11.29	c 11	|       252 |  193123  2437325  6940498 |   983054      252     12 |  0.249 % |
13.55/13.85	c 13	|       479 |  193123  2437325  6940498 |  1081359      479     17 |  0.249 % |
16.62/16.90	c 16	|       816 |  193123  2437325  6940498 |  1189495      816     17 |  0.249 % |
22.17/22.57	c 22	|      1322 |  193123  2437325  6940498 |  1308445     1322     19 |  0.249 % |
29.59/30.02	c 30	|      2082 |  193123  2437325  6940498 |  1439289     2082     27 |  0.249 % |
37.22/37.76	c 37	|      3221 |  193123  2437325  6940498 |  1583218     3221     28 |  0.249 % |
52.58/53.29	c 53	|      4929 |  193123  2437325  6940498 |  1741540     4929     24 |  0.249 % |
82.09/83.04	c 83	|      7491 |  193123  2437325  6940498 |  1915694     7491     30 |  0.249 % |
121.60/122.65	c 122	|     11335 |  193123  2437325  6940498 |  2107264    11335     31 |  0.249 % |
171.46/172.53	c 172	|     17101 |  193123  2437325  6940498 |  2317990    17101     33 |  0.249 % |
263.51/264.68	c 264	|     25750 |  193123  2437325  6940498 |  2549789    25750     39 |  0.249 % |
383.88/385.07	c 385	|     38724 |  193123  2437325  6940498 |  2804768    38724     44 |  0.249 % |
574.69/575.98	c 576	|     58186 |  193123  2437325  6940498 |  3085245    58186     45 |  0.249 % |
851.39/852.70	c 852	|     87378 |  193123  2437325  6940498 |  3393770    87378     45 |  0.249 % |
1348.58/1350.14	c 1350	|    131167 |  193123  2437325  6940498 |  3733147   131167     43 |  0.249 % |
1800.02/1801.72	c ERROR INTERRUPTED
1800.02/1801.74	s UNKNOWN
1800.02/1801.74	c 1801	CPU 6.77 (0.06 0.02 6.11 0.58)
1800.02/1801.74	c 1801	END Sun Jul 12 06:00:10 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080245-1247369408/watcher-2080245-1247369408 -o /tmp/evaluation-result-2080245-1247369408/solver-2080245-1247369408 -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-2080245-1247369408.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.32 2.10 2.03 4/82 23319
/proc/meminfo: memFree=975664/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=4708 CPUtime=0
/proc/23319/stat : 23319 (sugar) R 23317 23319 18511 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24005530 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 240905124189 0 0 4096 0 0 0 0 17 1 0 0
/proc/23319/statm: 1177 43 33 3 0 8 0

[startup+0.0691569 s]
/proc/loadavg: 2.32 2.10 2.03 4/82 23319
/proc/meminfo: memFree=975664/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16212 CPUtime=0.05
/proc/23319/stat : 23319 (sugar) R 23317 23319 18511 0 -1 4194304 978 0 0 0 4 1 0 0 18 0 1 0 24005530 16601088 946 996147200 4194304 4206940 548682068608 18446744073709551615 240925836256 0 0 4224 0 0 0 0 17 1 0 0
/proc/23319/statm: 4053 946 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101164 s]
/proc/loadavg: 2.32 2.10 2.03 4/82 23319
/proc/meminfo: memFree=975664/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=0.06
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24005530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301175 s]
/proc/loadavg: 2.32 2.10 2.03 4/82 23319
/proc/meminfo: memFree=975664/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=0.06
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24005530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70122 s]
/proc/loadavg: 2.32 2.10 2.03 4/82 23319
/proc/meminfo: memFree=975664/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=0.06
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24005530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50131 s]
/proc/loadavg: 2.38 2.11 2.04 3/86 23334
/proc/meminfo: memFree=970960/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=0.89
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1309 6842 0 1 5 2 78 4 15 0 1 0 24005530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1111 409 3 0 796 0
[pid=23332] ppid=23319 vsize=5356 CPUtime=0
/proc/23332/stat : 23332 (sh) S 23319 23319 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24005628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23332/statm: 1339 233 193 169 0 50 0
[pid=23333] ppid=23332 vsize=867120 CPUtime=0.49
/proc/23333/stat : 23333 (java) S 23332 23319 18511 0 -1 0 4847 0 1 0 47 2 0 0 18 0 9 0 24005629 887930880 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23333/statm: 216780 4312 1742 9 0 211285 0
[pid=23333/tid=23334] ppid=23332 vsize=867120 CPUtime=0.35
/proc/23333/task/23334/stat : 23334 (java) R 23332 23319 18511 0 -1 64 2657 0 1 0 34 1 0 0 20 0 9 0 24005630 887930880 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 889344

[startup+3.10246 s]
/proc/loadavg: 2.38 2.11 2.04 3/93 23341
/proc/meminfo: memFree=953880/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=0.9
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1310 6842 0 1 6 2 78 4 15 0 1 0 24005530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1111 409 3 0 796 0
[pid=23332] ppid=23319 vsize=5356 CPUtime=0
/proc/23332/stat : 23332 (sh) S 23319 23319 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24005628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23332/statm: 1339 233 193 169 0 50 0
[pid=23333] ppid=23332 vsize=868716 CPUtime=2.08
/proc/23333/stat : 23333 (java) S 23332 23319 18511 0 -1 0 7875 0 1 0 195 13 0 0 18 0 9 0 24005629 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23333/statm: 217179 6780 2590 9 0 211656 0
[pid=23333/tid=23334] ppid=23332 vsize=868716 CPUtime=1.61
/proc/23333/task/23334/stat : 23334 (java) R 23332 23319 18511 0 -1 64 3063 0 1 0 152 9 0 0 25 0 9 0 24005630 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4126844760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23335] ppid=23332 vsize=868716 CPUtime=0.23
/proc/23333/task/23335/stat : 23335 (java) S 23332 23319 18511 0 -1 64 2611 0 0 0 21 2 0 0 16 0 9 0 24005631 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23336] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23336/stat : 23336 (java) S 23332 23319 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24005631 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23337] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23337/stat : 23337 (java) S 23332 23319 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24005631 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23338] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23338/stat : 23338 (java) S 23332 23319 18511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24005634 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23339] ppid=23332 vsize=868716 CPUtime=0.2
/proc/23333/task/23339/stat : 23339 (java) S 23332 23319 18511 0 -1 64 1502 0 0 0 20 0 0 0 16 0 9 0 24005634 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23340] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23340/stat : 23340 (java) S 23332 23319 18511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24005634 889565184 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23341] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23341/stat : 23341 (java) S 23332 23319 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24005634 889565184 6780 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) 890940

[startup+6.30178 s]
/proc/loadavg: 2.43 2.13 2.04 3/93 23341
/proc/meminfo: memFree=917080/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=0.9
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1310 6842 0 1 6 2 78 4 15 0 1 0 24005530 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1111 409 3 0 796 0
[pid=23332] ppid=23319 vsize=5356 CPUtime=0
/proc/23332/stat : 23332 (sh) S 23319 23319 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24005628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23332/statm: 1339 233 193 169 0 50 0
[pid=23333] ppid=23332 vsize=868716 CPUtime=5.22
/proc/23333/stat : 23333 (java) S 23332 23319 18511 0 -1 0 8827 0 1 0 475 47 0 0 18 0 9 0 24005629 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23333/statm: 217179 6786 2590 9 0 211656 0
[pid=23333/tid=23334] ppid=23332 vsize=868716 CPUtime=4.49
/proc/23333/task/23334/stat : 23334 (java) R 23332 23319 18511 0 -1 64 4009 0 1 0 413 36 0 0 25 0 9 0 24005630 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23335] ppid=23332 vsize=868716 CPUtime=0.48
/proc/23333/task/23335/stat : 23335 (java) S 23332 23319 18511 0 -1 64 2611 0 0 0 39 9 0 0 16 0 9 0 24005631 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23336] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23336/stat : 23336 (java) S 23332 23319 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24005631 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23337] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23337/stat : 23337 (java) S 23332 23319 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24005631 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23338] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23338/stat : 23338 (java) S 23332 23319 18511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24005634 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23339] ppid=23332 vsize=868716 CPUtime=0.21
/proc/23333/task/23339/stat : 23339 (java) R 23332 23319 18511 0 -1 64 1508 0 0 0 21 0 0 0 17 0 9 0 24005634 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 102047952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23340] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23340/stat : 23340 (java) S 23332 23319 18511 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24005634 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23333/tid=23341] ppid=23332 vsize=868716 CPUtime=0
/proc/23333/task/23341/stat : 23341 (java) S 23332 23319 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24005634 889565184 6786 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890940

[startup+12.7024 s]
/proc/loadavg: 2.55 2.16 2.05 3/85 23343
/proc/meminfo: memFree=800856/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=121460 CPUtime=5.69
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 28817 0 0 0 547 22 0 0 25 0 1 0 24006224 124375040 28803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23343/statm: 30365 28803 75 150 0 30212 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 143684

[startup+25.5017 s]
/proc/loadavg: 2.47 2.15 2.05 3/85 23343
/proc/meminfo: memFree=799960/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=122252 CPUtime=18.37
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 29049 0 0 0 1814 23 0 0 25 0 1 0 24006224 125186048 29035 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23343/statm: 30563 29035 75 150 0 30410 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 144476

[startup+51.1012 s]
/proc/loadavg: 2.48 2.18 2.06 4/85 23343
/proc/meminfo: memFree=797272/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=122648 CPUtime=43.73
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 29131 0 0 0 4350 23 0 0 25 0 1 0 24006224 125591552 29117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23343/statm: 30662 29117 75 150 0 30509 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 144872

[startup+102.306 s]
/proc/loadavg: 2.32 2.18 2.07 3/84 23385
/proc/meminfo: memFree=1174184/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=123472 CPUtime=94.54
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 29361 0 0 0 9429 25 0 0 25 0 1 0 24006224 126435328 29347 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 30868 29347 75 150 0 30715 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 145696

[startup+162.301 s]
/proc/loadavg: 2.11 2.15 2.06 3/84 23385
/proc/meminfo: memFree=1172968/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1147240/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=150096 CPUtime=1354.02
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 36005 0 0 0 135366 36 0 0 25 0 1 0 24006224 153698304 35991 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 37524 35991 75 150 0 37371 0
Current children cumulated CPU time (s) 1360.79
Current children cumulated vsize (KiB) 172320

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1146280/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=151044 CPUtime=1414
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 36250 0 0 0 141364 36 0 0 25 0 1 0 24006224 154669056 36236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 37761 36236 75 150 0 37608 0
Current children cumulated CPU time (s) 1420.77
Current children cumulated vsize (KiB) 173268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1145064/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=152632 CPUtime=1473.97
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 36561 0 0 0 147360 37 0 0 25 0 1 0 24006224 156295168 36547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 38158 36547 75 150 0 38005 0
Current children cumulated CPU time (s) 1480.74
Current children cumulated vsize (KiB) 174856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1143784/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=153820 CPUtime=1533.94
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 36884 0 0 0 153357 37 0 0 25 0 1 0 24006224 157511680 36870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 38455 36870 75 150 0 38302 0
Current children cumulated CPU time (s) 1540.71
Current children cumulated vsize (KiB) 176044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1142760/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=154876 CPUtime=1593.93
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 37148 0 0 0 159355 38 0 0 25 0 1 0 24006224 158593024 37134 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 38719 37134 75 150 0 38566 0
Current children cumulated CPU time (s) 1600.7
Current children cumulated vsize (KiB) 177100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1141480/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=156068 CPUtime=1653.9
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 37468 0 0 0 165352 38 0 0 25 0 1 0 24006224 159813632 37454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 39017 37454 75 150 0 38864 0
Current children cumulated CPU time (s) 1660.67
Current children cumulated vsize (KiB) 178292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1140136/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=157388 CPUtime=1713.88
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 37800 0 0 0 171349 39 0 0 25 0 1 0 24006224 161165312 37786 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 39347 37786 75 150 0 39194 0
Current children cumulated CPU time (s) 1720.65
Current children cumulated vsize (KiB) 179612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1138664/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=158840 CPUtime=1773.85
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 38144 0 0 0 177345 40 0 0 25 0 1 0 24006224 162652160 38130 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 39710 38130 75 150 0 39557 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (KiB) 181064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1138344/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=159104 CPUtime=1793.25
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 38233 0 0 0 179285 40 0 0 25 0 1 0 24006224 162922496 38219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 39776 38219 75 150 0 39623 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 181328

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

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

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23387
/proc/meminfo: memFree=1138344/2055920 swapFree=4192956/4192956
[pid=23319] ppid=23317 vsize=16868 CPUtime=6.77
/proc/23319/stat : 23319 (sugar) S 23317 23319 18511 0 -1 4194304 1376 16165 0 2 6 2 611 58 16 0 1 0 24005530 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23319/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23319 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23319 23319 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24006224 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 232 193 169 0 50 0
[pid=23343] ppid=23342 vsize=159104 CPUtime=1793.25
/proc/23343/stat : 23343 (minisat) R 23342 23319 18511 0 -1 4194304 38233 0 0 0 179285 40 0 0 25 0 1 0 24006224 162922496 38219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23343/statm: 39776 38219 75 150 0 39623 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 181328

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23319 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=180060
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=636903
# CPU time returned by wait4() is 6.81696
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.77
CPU time (s): 1800.02
CPU user time (s): 1799.02
CPU system time (s): 1
CPU usage (%): 99.9031
Max. virtual memory (cumulated for all children) (KiB): 890940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.18006
system time used= 0.636903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17924
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= 14781
involuntary context switches= 14823

runsolver used 2.13767 second user time and 6.07208 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 05:30:09
IDJOB=2080245
IDBENCH=57044
IDSOLVER=739
FILE ID=node36/2080245-1247369408
PBS_JOBID= 9506989
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-9.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-2080245-1247369408/watcher-2080245-1247369408 -o /tmp/evaluation-result-2080245-1247369408/solver-2080245-1247369408 -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-2080245-1247369408.xml

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

MD5SUM BENCH= f1b65786d4cc212820340d13acbe5b6b
RANDOM SEED=96928519

node36.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.238
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.238
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:        976144 kB
Buffers:         74180 kB
Cached:         487296 kB
SwapCached:          0 kB
Active:         591664 kB
Inactive:       419084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        976144 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         469632 kB
Slab:            53496 kB
Committed_AS:   638324 kB
PageTables:       2624 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= 66392 MiB
End job on node36 at 2009-07-12 06:00:12