Trace number 2086647

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.08 1802.07

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-91-39-3-13_glb.xml
MD5SUMf0b8525de157abaf0371fb6f4e629882
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.289955
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of constraints2030
Maximum constraint arity91
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1911
Global constraints used (with number of constraints)weightedsum(119)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:28:56 2009
0.00/0.08	c 0	PID 27677
0.06/0.08	c 0	HOST node69.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2086647-1247383736.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-2086647-1247383736.xml' 'HOME/temp.csp'
0.06/0.70	c 1	1 domains, 2548 variables, 1 predicates, 0 relations, 2030 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.64/0.83	c 1	Parsing HOME/temp.csp
0.64/0.96	c 1	parsed 4580 expressions
0.64/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.97	c 1	Converting to clausal form CSP
0.87/1.00	c 1	converted 458 (10%) expressions
0.87/1.01	c 1	converted 916 (20%) expressions
0.87/1.01	c 1	converted 1374 (30%) expressions
0.87/1.02	c 1	converted 1832 (40%) expressions
0.87/1.02	c 1	converted 2290 (50%) expressions
1.06/1.28	c 2	converted 2748 (60%) expressions
1.27/1.47	c 2	converted 3206 (70%) expressions
1.46/1.67	c 2	converted 3664 (80%) expressions
1.56/1.79	c 2	converted 4122 (90%) expressions
2.06/2.21	c 2	converted 4580 (100%) expressions
2.06/2.21	c 2	CSP : 7546 integers, 3822 booleans, 21700 clauses, largest domain size 32
2.06/2.21	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.06/2.21	c 2	Propagation in CSP
2.16/2.31	c 3	273 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.16/2.31	c 3	CSP : 7546 integers, 3822 booleans, 21700 clauses, largest domain size 32
2.16/2.31	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.16/2.32	c 3	Simplifing CSP by introducing new Boolean variables
2.16/2.34	c 3	CSP : 7546 integers, 3822 booleans, 21700 clauses, largest domain size 32
2.16/2.34	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.25/2.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.25/2.46	c 3	755 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.47	c 3	1510 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.47	c 3	2264 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.49	c 3	3019 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.49	c 3	3773 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.49	c 3	4528 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.49	c 3	5283 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.49	c 3	6037 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.35/2.50	c 3	6792 (90%) CSP integer variables are encoded (4859 clauses, 66250 bytes)
2.35/2.51	c 3	7546 (100%) CSP integer variables are encoded (12747 clauses, 184570 bytes)
2.35/2.56	c 3	2170 (10%) CSP clauses are encoded (14917 clauses, 215714 bytes)
2.35/2.58	c 3	4340 (20%) CSP clauses are encoded (17087 clauses, 247106 bytes)
2.35/2.60	c 3	6510 (30%) CSP clauses are encoded (19257 clauses, 278904 bytes)
2.45/2.61	c 3	8680 (40%) CSP clauses are encoded (21427 clauses, 311454 bytes)
2.45/2.63	c 3	10850 (50%) CSP clauses are encoded (23597 clauses, 344004 bytes)
2.45/2.64	c 3	13020 (60%) CSP clauses are encoded (25767 clauses, 376554 bytes)
2.45/2.66	c 3	15190 (70%) CSP clauses are encoded (27937 clauses, 409104 bytes)
2.45/2.67	c 3	17360 (80%) CSP clauses are encoded (30107 clauses, 441654 bytes)
2.85/3.05	c 3	19530 (90%) CSP clauses are encoded (80383 clauses, 1494941 bytes)
5.74/5.96	c 6	21700 (100%) CSP clauses are encoded (437675 clauses, 10666871 bytes)
5.74/5.96	c 6	21700 CSP clauses encoded
5.74/5.96	c 6	Writing map file : HOME/temp.map
5.74/5.98	c 6	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.74/5.98	c 6	SAT : 24115 SAT variables, 437675 SAT clauses, 10666871 bytes
5.74/5.98	c 6	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.81/6.03	c 6	SOLVING HOME/temp.cnf
5.81/6.03	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.81/6.03	c 6	This is MiniSat 2.0 beta
5.81/6.03	c 6	WARNING: for repeatability, setting FPU to use double precision
5.81/6.03	c 6	============================[ Problem Statistics ]=============================
5.81/6.03	c 6	|                                                                             |
5.81/6.03	c 6	|  Number of variables:  24115                                                |
5.81/6.03	c 6	|  Number of clauses:    437675                                               |
5.86/6.31	c 7	|  Parsing time:         0.23         s                                       |
5.86/6.32	c 7	============================[ Search Statistics ]==============================
5.86/6.32	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.86/6.32	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.86/6.32	c 7	===============================================================================
5.86/6.33	c 7	|         0 |   24115   437675  1787233 |   145891        0    nan |  0.000 % |
5.86/6.35	c 7	|       102 |   24115   437675  1787233 |   160480      102     43 |  0.000 % |
5.86/6.37	c 7	|       253 |   24115   437675  1787233 |   176528      253     47 |  0.000 % |
5.86/6.47	c 7	|       479 |   24115   437675  1787233 |   194181      479     35 |  0.000 % |
6.61/6.84	c 7	|       816 |   24115   437675  1787233 |   213599      816     33 |  0.000 % |
6.91/7.19	c 7	|      1322 |   24115   437675  1787233 |   234959     1322     33 |  0.000 % |
7.51/7.72	c 8	|      2081 |   24115   437675  1787233 |   258455     2081     29 |  0.000 % |
8.10/8.37	c 9	|      3220 |   24115   437675  1787233 |   284301     3220     33 |  0.000 % |
9.10/9.34	c 10	|      4928 |   24115   437675  1787233 |   312731     4928     36 |  0.000 % |
10.49/10.72	c 11	|      7490 |   24115   437675  1787233 |   344004     7490     46 |  0.000 % |
11.68/11.96	c 12	|     11335 |   24115   437675  1787233 |   378405    11335     42 |  0.000 % |
14.67/14.97	c 15	|     17101 |   24115   437675  1787233 |   416245    17101     46 |  0.000 % |
19.25/19.54	c 20	|     25750 |   24115   437675  1787233 |   457870    25750     49 |  0.000 % |
23.13/23.49	c 24	|     38724 |   24115   437675  1787233 |   503657    38724     50 |  0.000 % |
32.18/32.52	c 33	|     58185 |   24115   437675  1787233 |   554023    58185     54 |  0.000 % |
48.90/49.33	c 50	|     87378 |   24115   437675  1787233 |   609425    87378     64 |  0.000 % |
82.93/83.57	c 84	|    131167 |   24115   437675  1787233 |   670368   131167     63 |  0.000 % |
151.91/152.82	c 153	|    196852 |   24115   437675  1787233 |   737405   196852     64 |  0.000 % |
309.94/311.36	c 312	|    295379 |   24115   437675  1787233 |   811145   295379     81 |  0.000 % |
567.95/569.47	c 570	|    443168 |   24115   437675  1787233 |   892260   443168     82 |  0.000 % |
1074.45/1076.11	c 1076	|    664852 |   24115   437675  1787233 |   981486   664852     82 |  0.000 % |
1800.08/1802.01	c ERROR INTERRUPTED
1800.08/1802.06	s UNKNOWN
1800.08/1802.06	c 1802	CPU 5.86 (0.05 0.03 5.57 0.21)
1800.08/1802.06	c 1802	END Sun Jul 12 09:58:58 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-2086647-1247383736/watcher-2086647-1247383736 -o /tmp/evaluation-result-2086647-1247383736/solver-2086647-1247383736 -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-2086647-1247383736.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.04 2.00 4/72 27677
/proc/meminfo: memFree=1864600/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=18576 CPUtime=0
/proc/27677/stat : 27677 (runsolver) R 27675 27677 26306 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25436329 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27677/statm: 4644 284 249 26 0 2626 0

[startup+0.0819711 s]
/proc/loadavg: 1.94 2.04 2.00 4/72 27677
/proc/meminfo: memFree=1864600/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16872 CPUtime=0.06
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1159 0 0 0 4 2 0 0 20 0 1 0 25436329 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16872

[startup+0.101976 s]
/proc/loadavg: 1.94 2.04 2.00 4/72 27677
/proc/meminfo: memFree=1864600/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=0.06
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1227 128 0 0 4 2 0 0 21 0 1 0 25436329 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301994 s]
/proc/loadavg: 1.94 2.04 2.00 4/72 27677
/proc/meminfo: memFree=1864600/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=0.06
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1227 128 0 0 4 2 0 0 21 0 1 0 25436329 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701028 s]
/proc/loadavg: 1.94 2.04 2.00 4/72 27677
/proc/meminfo: memFree=1864600/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=0.06
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1227 128 0 0 4 2 0 0 21 0 1 0 25436329 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 1.94 2.04 2.00 3/83 27699
/proc/meminfo: memFree=1853824/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=0.64
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1309 6778 0 1 4 2 53 5 16 0 1 0 25436329 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1111 409 3 0 796 0
[pid=27690] ppid=27677 vsize=5356 CPUtime=0
/proc/27690/stat : 27690 (sh) S 27677 27677 26306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25436405 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27690/statm: 1339 233 193 169 0 50 0
[pid=27691] ppid=27690 vsize=868560 CPUtime=0.73
/proc/27691/stat : 27691 (java) S 27690 27677 26306 0 -1 0 7571 0 1 0 68 5 0 0 18 0 9 0 25436405 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 217140 6812 2566 9 0 211645 0
[pid=27691/tid=27692] ppid=27690 vsize=868560 CPUtime=0.42
/proc/27691/task/27692/stat : 27692 (java) R 27690 27677 26306 0 -1 64 2679 0 1 0 40 2 0 0 22 0 9 0 25436406 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4126436160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27693] ppid=27690 vsize=868560 CPUtime=0.1
/proc/27691/task/27693/stat : 27693 (java) S 27690 27677 26306 0 -1 64 2711 0 0 0 9 1 0 0 16 0 9 0 25436407 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27690 vsize=868560 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27690 27677 26306 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25436407 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27690 vsize=868560 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27690 27677 26306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25436407 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27690 vsize=868560 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27690 27677 26306 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25436410 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27690 vsize=868560 CPUtime=0.17
/proc/27691/task/27697/stat : 27697 (java) S 27690 27677 26306 0 -1 64 1482 0 0 0 17 0 0 0 16 0 9 0 25436410 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27690 vsize=868560 CPUtime=0
/proc/27691/task/27698/stat : 27698 (java) S 27690 27677 26306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25436410 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27690 vsize=868560 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27690 27677 26306 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25436410 889405440 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 890784

[startup+3.10122 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 27699
/proc/meminfo: memFree=1835712/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=0.64
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1310 6778 0 1 4 2 53 5 15 0 1 0 25436329 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1111 409 3 0 796 0
[pid=27690] ppid=27677 vsize=5356 CPUtime=0
/proc/27690/stat : 27690 (sh) S 27677 27677 26306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25436405 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27690/statm: 1339 233 193 169 0 50 0
[pid=27691] ppid=27690 vsize=868720 CPUtime=2.31
/proc/27691/stat : 27691 (java) S 27690 27677 26306 0 -1 0 10271 0 1 0 222 9 0 0 18 0 9 0 25436405 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 217180 9200 2590 9 0 211657 0
[pid=27691/tid=27692] ppid=27690 vsize=868720 CPUtime=1.53
/proc/27691/task/27692/stat : 27692 (java) R 27690 27677 26306 0 -1 64 2968 0 1 0 150 3 0 0 25 0 9 0 25436406 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4126431494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27693] ppid=27690 vsize=868720 CPUtime=0.48
/proc/27691/task/27693/stat : 27693 (java) S 27690 27677 26306 0 -1 64 5062 0 0 0 45 3 0 0 16 0 9 0 25436407 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27690 vsize=868720 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27690 27677 26306 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25436407 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27690 vsize=868720 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27690 27677 26306 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25436407 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27690 vsize=868720 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27690 27677 26306 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25436410 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27690 vsize=868720 CPUtime=0.26
/proc/27691/task/27697/stat : 27697 (java) S 27690 27677 26306 0 -1 64 1542 0 0 0 25 1 0 0 16 0 9 0 25436410 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27690 vsize=868720 CPUtime=0
/proc/27691/task/27698/stat : 27698 (java) S 27690 27677 26306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25436410 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27690 vsize=868720 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27690 27677 26306 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25436410 889569280 9200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890944

[startup+6.30148 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 27699
/proc/meminfo: memFree=1825408/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 16868

[startup+12.702 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 27701
/proc/meminfo: memFree=1823040/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=28440 CPUtime=6.62
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 6947 0 0 0 657 5 0 0 25 0 1 0 25436932 29122560 6933 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27701/statm: 7110 6933 76 150 0 6957 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 50664

[startup+25.501 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 27701
/proc/meminfo: memFree=1814592/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=37052 CPUtime=19.36
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 9079 0 0 0 1927 9 0 0 25 0 1 0 25436932 37941248 9065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27701/statm: 9263 9065 76 150 0 9110 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 59276

[startup+51.1011 s]
/proc/loadavg: 2.01 2.04 2.00 3/75 27701
/proc/meminfo: memFree=1798784/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=52920 CPUtime=44.83
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 13048 0 0 0 4470 13 0 0 25 0 1 0 25436932 54190080 13034 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/27701/statm: 13230 13034 76 150 0 13077 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 75144

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 27701
/proc/meminfo: memFree=1779712/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=71964 CPUtime=95.78
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 17748 0 0 0 9560 18 0 0 25 0 1 0 25436932 73691136 17734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27701/statm: 17991 17734 76 150 0 17838 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 94188

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 27701
/proc/meminfo: memFree=1763776/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=87736 CPUtime=155.5
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 21758 0 0 0 15527 23 0 0 25 0 1 0 25436932 89841664 21744 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/27701/statm: 21934 21744 76 150 0 21781 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 109960

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

/proc/meminfo: memFree=1513072/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=300572 CPUtime=1294.72
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 74483 0 0 0 129393 79 0 0 25 0 1 0 25436932 307785728 74469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 75143 74469 76 150 0 74990 0
Current children cumulated CPU time (s) 1300.58
Current children cumulated vsize (KiB) 322796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1506160/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=307488 CPUtime=1354.69
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 76220 0 0 0 135388 81 0 0 25 0 1 0 25436932 314867712 76206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 76872 76206 76 150 0 76719 0
Current children cumulated CPU time (s) 1360.55
Current children cumulated vsize (KiB) 329712

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1496560/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=316940 CPUtime=1414.67
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 78603 0 0 0 141384 83 0 0 25 0 1 0 25436932 324546560 78589 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 79235 78589 76 150 0 79082 0
Current children cumulated CPU time (s) 1420.53
Current children cumulated vsize (KiB) 339164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=323600 CPUtime=1474.64
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 80278 0 0 0 147379 85 0 0 25 0 1 0 25436932 331366400 80264 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 80900 80264 76 150 0 80747 0
Current children cumulated CPU time (s) 1480.5
Current children cumulated vsize (KiB) 345824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1483248/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=329952 CPUtime=1534.62
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 81885 0 0 0 153375 87 0 0 25 0 1 0 25436932 337870848 81871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 82488 81871 76 150 0 82335 0
Current children cumulated CPU time (s) 1540.48
Current children cumulated vsize (KiB) 352176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1475056/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=338076 CPUtime=1594.6
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 83940 0 0 0 159371 89 0 0 25 0 1 0 25436932 346189824 83926 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 84519 83926 76 150 0 84366 0
Current children cumulated CPU time (s) 1600.46
Current children cumulated vsize (KiB) 360300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1468144/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=344784 CPUtime=1654.57
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 85621 0 0 0 165367 90 0 0 25 0 1 0 25436932 353058816 85607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 86196 85607 76 150 0 86043 0
Current children cumulated CPU time (s) 1660.43
Current children cumulated vsize (KiB) 367008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1463408/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=349516 CPUtime=1714.56
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 86814 0 0 0 171364 92 0 0 25 0 1 0 25436932 357904384 86800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 87379 86800 76 150 0 87226 0
Current children cumulated CPU time (s) 1720.42
Current children cumulated vsize (KiB) 371740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1458224/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=354416 CPUtime=1774.53
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 88051 0 0 0 177360 93 0 0 25 0 1 0 25436932 362921984 88037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 88604 88037 76 150 0 88451 0
Current children cumulated CPU time (s) 1780.39
Current children cumulated vsize (KiB) 376640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27787
/proc/meminfo: memFree=1456432/2055920 swapFree=4192812/4192956
[pid=27677] ppid=27675 vsize=16868 CPUtime=5.86
/proc/27677/stat : 27677 (sugar) S 27675 27677 26306 0 -1 4194304 1376 17575 0 2 5 3 557 21 16 0 1 0 25436329 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27677/statm: 4217 1113 409 3 0 796 0
[pid=27700] ppid=27677 vsize=5356 CPUtime=0
/proc/27700/stat : 27700 (sh) S 27677 27677 26306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25436932 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27700/statm: 1339 232 193 169 0 50 0
[pid=27701] ppid=27700 vsize=356272 CPUtime=1794.22
/proc/27701/stat : 27701 (minisat) R 27700 27677 26306 0 -1 4194304 88495 0 0 0 179329 93 0 0 25 0 1 0 25436932 364822528 88481 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27701/statm: 89068 88481 76 150 0 88915 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 378496

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27677 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=631143
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=250961
# CPU time returned by wait4() is 5.8821
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.07
CPU time (s): 1800.08
CPU user time (s): 1798.91
CPU system time (s): 1.17
CPU usage (%): 99.8897
Max. virtual memory (cumulated for all children) (KiB): 891084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.63114
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19334
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= 5294
involuntary context switches= 5260

runsolver used 1.9867 second user time and 6.22605 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 09:28:56
IDJOB=2086647
IDBENCH=58611
IDSOLVER=739
FILE ID=node69/2086647-1247383736
PBS_JOBID= 9507198
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-91-39-3-13_glb.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-2086647-1247383736/watcher-2086647-1247383736 -o /tmp/evaluation-result-2086647-1247383736/solver-2086647-1247383736 -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-2086647-1247383736.xml

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

MD5SUM BENCH= f0b8525de157abaf0371fb6f4e629882
RANDOM SEED=1903231873

node69.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.211
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.211
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:       1865080 kB
Buffers:         11660 kB
Cached:          75516 kB
SwapCached:          0 kB
Active:         115756 kB
Inactive:        23996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          64188 kB
Slab:            36416 kB
Committed_AS:   212272 kB
PageTables:       1904 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= 66504 MiB
End job on node69 at 2009-07-12 09:59:00