Trace number 2058410

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.07 1806.72

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-4_ext.xml
MD5SUMd1d9cc820d1d3adf14ecf6ce9d680fea
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.0591
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 16:13:58 2009
0.00/0.07	c 0	PID 11822
0.00/0.07	c 0	HOST node63.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2058410-1247321638.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2058410-1247321638.xml' 'HOME/temp.csp'
0.06/0.59	c 0	1 domains, 45 variables, 0 predicates, 476 relations, 476 constraints
0.06/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	c 0	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.56/0.67	c 0	Parsing HOME/temp.csp
0.56/0.97	c 1	parsed 998 expressions
0.56/0.98	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.98	c 1	Converting to clausal form CSP
0.95/1.01	c 1	converted 100 (10%) expressions
0.95/1.01	c 1	converted 200 (20%) expressions
0.95/1.01	c 1	converted 300 (30%) expressions
0.95/1.02	c 1	converted 400 (40%) expressions
0.95/1.02	c 1	converted 499 (50%) expressions
1.05/1.11	c 1	converted 599 (60%) expressions
1.05/1.14	c 1	converted 699 (70%) expressions
1.05/1.17	c 1	converted 799 (80%) expressions
1.05/1.19	c 1	converted 899 (90%) expressions
1.14/1.22	c 1	converted 998 (100%) expressions
1.14/1.22	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.14/1.22	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.22	c 1	Propagation in CSP
1.14/1.22	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.22	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.14/1.22	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.23	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.14/1.23	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.28	c 1	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.14/1.28	c 1	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.14/1.29	c 1	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.14/1.29	c 1	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.14/1.29	c 1	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.14/1.29	c 1	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.14/1.29	c 1	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.14/1.29	c 1	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.14/1.29	c 1	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.14/1.29	c 1	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.25/1.35	c 1	48 (10%) CSP clauses are encoded (4399 clauses, 68675 bytes)
1.25/1.37	c 1	96 (20%) CSP clauses are encoded (7996 clauses, 130170 bytes)
1.25/1.40	c 1	143 (30%) CSP clauses are encoded (11462 clauses, 195726 bytes)
1.34/1.42	c 1	191 (40%) CSP clauses are encoded (14994 clauses, 262672 bytes)
1.34/1.44	c 1	238 (50%) CSP clauses are encoded (18460 clauses, 328280 bytes)
1.34/1.46	c 1	286 (60%) CSP clauses are encoded (21994 clauses, 395175 bytes)
1.34/1.48	c 1	334 (70%) CSP clauses are encoded (25510 clauses, 461815 bytes)
1.34/1.50	c 1	381 (80%) CSP clauses are encoded (29026 clauses, 528260 bytes)
1.45/1.52	c 1	429 (90%) CSP clauses are encoded (32593 clauses, 595594 bytes)
1.45/1.54	c 1	476 (100%) CSP clauses are encoded (36104 clauses, 662072 bytes)
1.45/1.54	c 1	476 CSP clauses encoded
1.45/1.54	c 1	Writing map file : HOME/temp.map
1.45/1.54	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.54	c 1	SAT : 900 SAT variables, 36104 SAT clauses, 662072 bytes
1.45/1.54	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.59	c 1	SOLVING HOME/temp.cnf
1.45/1.59	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.45/1.59	c 1	This is MiniSat 2.0 beta
1.45/1.59	c 1	WARNING: for repeatability, setting FPU to use double precision
1.45/1.59	c 1	============================[ Problem Statistics ]=============================
1.45/1.59	c 1	|                                                                             |
1.45/1.59	c 1	|  Number of variables:  900                                                  |
1.45/1.59	c 1	|  Number of clauses:    36104                                                |
1.51/1.61	c 1	|  Parsing time:         0.02         s                                       |
1.51/1.61	c 1	============================[ Search Statistics ]==============================
1.51/1.61	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.61	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.61	c 1	===============================================================================
1.51/1.61	c 1	|         0 |     900    36104   134352 |    12034        0    nan |  0.000 % |
1.51/1.63	c 1	|       102 |     900    36104   134352 |    13238      102     11 |  0.000 % |
1.51/1.65	c 1	|       252 |     900    36104   134352 |    14561      252     12 |  0.004 % |
1.51/1.69	c 1	|       477 |     900    36104   134352 |    16018      477     12 |  0.004 % |
1.51/1.73	c 1	|       814 |     900    36104   134352 |    17619      814     12 |  0.005 % |
1.51/1.80	c 2	|      1320 |     900    36104   134352 |    19381     1320     12 |  0.005 % |
1.51/1.91	c 2	|      2080 |     900    36104   134352 |    21320     2080     13 |  0.005 % |
1.51/2.08	c 2	|      3219 |     900    36104   134352 |    23452     3219     13 |  0.005 % |
2.21/2.34	c 2	|      4927 |     900    36104   134352 |    25797     4927     13 |  0.005 % |
2.61/2.79	c 3	|      7489 |     900    36104   134352 |    28377     7489     14 |  0.005 % |
3.40/3.52	c 3	|     11333 |     900    36104   134352 |    31214    11333     14 |  0.005 % |
4.61/4.80	c 5	|     17100 |     900    36104   134352 |    34336    17100     14 |  0.005 % |
7.00/7.19	c 7	|     25749 |     900    36104   134352 |    37769    25749     15 |  0.005 % |
11.70/11.84	c 12	|     38723 |     900    36104   134352 |    41546    14599     15 |  0.005 % |
17.89/18.06	c 18	|     58186 |     900    36104   134352 |    45701    34062     16 |  0.005 % |
29.10/29.27	c 29	|     87379 |     900    36104   134352 |    50271    32543     15 |  0.006 % |
47.98/48.13	c 48	|    131168 |     900    36104   134352 |    55298    41021     17 |  0.006 % |
73.59/73.72	c 73	|    196853 |     900    36104   134352 |    60828    22668     18 |  0.002 % |
115.77/115.92	c 116	|    295379 |     900    36104   134352 |    66911    29122     18 |  0.002 % |
184.36/184.51	c 184	|    443169 |     900    36104   134352 |    73602    18829     18 |  0.002 % |
292.52/292.70	c 292	|    664852 |     900    36104   134352 |    80963    65504     21 |  0.002 % |
474.48/474.79	c 474	|    997377 |     900    36104   134352 |    89059    76648     16 |  0.009 % |
756.77/758.38	c 758	|   1496165 |     899    36017   134104 |    97965    54427     20 |  0.111 % |
1249.25/1253.28	c 1253	|   2244347 |     896    35666   132890 |   107762    44830     17 |  0.445 % |
1800.02/1806.71	sh: line 1: 11846 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1806.71	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.71	c 1806	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1806.71	c ERROR INTERRUPTED
1800.02/1806.71	s UNKNOWN
1800.02/1806.71	c 1806	CPU 1800.05 (0.06 0.01 1799.77 0.21)
1800.02/1806.71	c 1806	END Sat Jul 11 16:44:04 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-2058410-1247321638/watcher-2058410-1247321638 -o /tmp/evaluation-result-2058410-1247321638/solver-2058410-1247321638 -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-2058410-1247321638.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.93 1.98 1.90 4/81 11822
/proc/meminfo: memFree=1610992/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=12272 CPUtime=0
/proc/11822/stat : 11822 (sugar) R 11820 11822 11341 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19226334 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244285750270 0 0 4224 0 0 0 0 17 1 0 0
/proc/11822/statm: 3068 327 246 3 0 168 0

[startup+0.00813496 s]
/proc/loadavg: 1.93 1.98 1.90 4/81 11822
/proc/meminfo: memFree=1610992/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=12272 CPUtime=0
/proc/11822/stat : 11822 (sugar) R 11820 11822 11341 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 19226334 12566528 374 996147200 4194304 4206940 548682068608 18446744073709551615 244276695777 0 0 4224 0 0 0 0 17 1 0 0
/proc/11822/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101155 s]
/proc/loadavg: 1.93 1.98 1.90 4/81 11822
/proc/meminfo: memFree=1610992/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=0.06
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19226334 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30117 s]
/proc/loadavg: 1.93 1.98 1.90 4/81 11822
/proc/meminfo: memFree=1610992/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=0.06
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19226334 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701209 s]
/proc/loadavg: 1.93 1.98 1.90 4/81 11822
/proc/meminfo: memFree=1610992/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=0.56
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1309 4934 0 1 5 1 46 4 16 0 1 0 19226334 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 1.93 1.98 1.90 3/92 11844
/proc/meminfo: memFree=1595664/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=0.56
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1310 4934 0 1 5 1 46 4 15 0 1 0 19226334 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1111 409 3 0 796 0
[pid=11835] ppid=11822 vsize=5356 CPUtime=0
/proc/11835/stat : 11835 (sh) S 11822 11822 11341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19226394 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11835/statm: 1339 233 193 169 0 50 0
[pid=11836] ppid=11835 vsize=864292 CPUtime=0.89
/proc/11836/stat : 11836 (java) S 11835 11822 11341 0 -1 0 7877 0 1 0 84 5 0 0 18 0 9 0 19226394 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11836/statm: 216073 7076 2591 9 0 210550 0
[pid=11836/tid=11837] ppid=11835 vsize=864292 CPUtime=0.53
/proc/11836/task/11837/stat : 11837 (java) R 11835 11822 11341 0 -1 64 2707 0 1 0 51 2 0 0 19 0 9 0 19226395 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11838] ppid=11835 vsize=864292 CPUtime=0.25
/proc/11836/task/11838/stat : 11838 (java) R 11835 11822 11341 0 -1 64 4132 0 0 0 24 1 0 0 16 0 9 0 19226396 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11839] ppid=11835 vsize=864292 CPUtime=0
/proc/11836/task/11839/stat : 11839 (java) S 11835 11822 11341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19226396 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11840] ppid=11835 vsize=864292 CPUtime=0
/proc/11836/task/11840/stat : 11840 (java) S 11835 11822 11341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 19226396 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11841] ppid=11835 vsize=864292 CPUtime=0
/proc/11836/task/11841/stat : 11841 (java) S 11835 11822 11341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19226398 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11842] ppid=11835 vsize=864292 CPUtime=0.08
/proc/11836/task/11842/stat : 11842 (java) S 11835 11822 11341 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 19226398 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11843] ppid=11835 vsize=864292 CPUtime=0
/proc/11836/task/11843/stat : 11843 (java) S 11835 11822 11341 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19226398 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11836/tid=11844] ppid=11835 vsize=864292 CPUtime=0
/proc/11836/task/11844/stat : 11844 (java) S 11835 11822 11341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19226398 885035008 7076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886516

[startup+3.10148 s]
/proc/loadavg: 1.93 1.98 1.90 3/84 11846
/proc/meminfo: memFree=1603408/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.51
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 5 1 135 10 15 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=4428 CPUtime=1.5
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 919 0 0 0 150 0 0 0 25 0 1 0 19226494 4534272 905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 1107 905 75 150 0 954 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26652

[startup+6.30184 s]
/proc/loadavg: 1.93 1.98 1.90 3/84 11846
/proc/meminfo: memFree=1601808/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.51
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 5 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=5648 CPUtime=4.69
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 1225 0 0 0 469 0 0 0 25 0 1 0 19226494 5783552 1211 996147200 134512640 135127466 4294956256 18446744073709551615 134527091 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 1412 1211 75 150 0 1259 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27872

[startup+12.7026 s]
/proc/loadavg: 1.94 1.98 1.91 3/84 11846
/proc/meminfo: memFree=1599960/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.51
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 5 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=7136 CPUtime=11.09
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 1610 0 0 0 1109 0 0 0 25 0 1 0 19226494 7307264 1596 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 1784 1596 75 150 0 1631 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 29360

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.91 3/84 11846
/proc/meminfo: memFree=1599128/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.51
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 5 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=8284 CPUtime=23.89
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 1875 0 0 0 2388 1 0 0 25 0 1 0 19226494 8482816 1861 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 2071 1861 75 150 0 1918 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 30508

[startup+51.1019 s]
/proc/loadavg: 1.97 1.98 1.91 3/84 11846
/proc/meminfo: memFree=1597912/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.51
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 5 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=9564 CPUtime=49.48
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 2186 0 0 0 4946 2 0 0 25 0 1 0 19226494 9793536 2172 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 2391 2172 75 150 0 2238 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 31788

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/84 11846
/proc/meminfo: memFree=1595608/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.51
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 5 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=11596 CPUtime=100.67
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 2683 0 0 0 10065 2 0 0 25 0 1 0 19226494 11874304 2669 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 2899 2669 75 150 0 2746 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 33820

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 11846
/proc/meminfo: memFree=1593752/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=13332 CPUtime=160.64
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 3102 0 0 0 16062 2 0 0 25 0 1 0 19226494 13651968 3088 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/11846/statm: 3333 3088 75 150 0 3180 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 35556

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 11846
/proc/meminfo: memFree=1592728/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0

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

[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=23652 CPUtime=1296.58
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 5563 0 0 0 129650 8 0 0 25 0 1 0 19226494 24219648 5549 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 5913 5549 75 150 0 5760 0
Current children cumulated CPU time (s) 1298.1
Current children cumulated vsize (KiB) 45876

[startup+1362.3 s]
/proc/loadavg: 2.03 2.00 1.92 3/84 11948
/proc/meminfo: memFree=1568208/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=24512 CPUtime=1356.29
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 5754 0 0 0 135621 8 0 0 25 0 1 0 19226494 25100288 5740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6128 5740 75 150 0 5975 0
Current children cumulated CPU time (s) 1357.81
Current children cumulated vsize (KiB) 46736

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 1.92 3/84 11948
/proc/meminfo: memFree=1567760/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=24936 CPUtime=1415.99
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 5865 0 0 0 141591 8 0 0 25 0 1 0 19226494 25534464 5851 996147200 134512640 135127466 4294956256 18446744073709551615 134527909 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6234 5851 75 150 0 6081 0
Current children cumulated CPU time (s) 1417.51
Current children cumulated vsize (KiB) 47160

[startup+1482.3 s]
/proc/loadavg: 2.13 2.04 1.93 3/84 11948
/proc/meminfo: memFree=1567248/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=25432 CPUtime=1475.69
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 5982 0 0 0 147561 8 0 0 25 0 1 0 19226494 26042368 5968 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6358 5968 75 150 0 6205 0
Current children cumulated CPU time (s) 1477.21
Current children cumulated vsize (KiB) 47656

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 1.94 3/84 11948
/proc/meminfo: memFree=1566992/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=25740 CPUtime=1535.4
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6044 0 0 0 153531 9 0 0 25 0 1 0 19226494 26357760 6030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6435 6030 75 150 0 6282 0
Current children cumulated CPU time (s) 1536.92
Current children cumulated vsize (KiB) 47964

[startup+1602.3 s]
/proc/loadavg: 2.10 2.05 1.94 3/84 11948
/proc/meminfo: memFree=1566928/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=25740 CPUtime=1595.11
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6052 0 0 0 159502 9 0 0 25 0 1 0 19226494 26357760 6038 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6435 6038 75 150 0 6282 0
Current children cumulated CPU time (s) 1596.63
Current children cumulated vsize (KiB) 47964

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 1.95 3/84 11948
/proc/meminfo: memFree=1566736/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=25888 CPUtime=1654.81
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6078 0 0 0 165472 9 0 0 25 0 1 0 19226494 26509312 6064 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6472 6064 75 150 0 6319 0
Current children cumulated CPU time (s) 1656.33
Current children cumulated vsize (KiB) 48112

[startup+1722.3 s]
/proc/loadavg: 2.08 2.06 1.95 3/84 11948
/proc/meminfo: memFree=1566672/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=25888 CPUtime=1714.52
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6093 0 0 0 171443 9 0 0 25 0 1 0 19226494 26509312 6079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6472 6079 75 150 0 6319 0
Current children cumulated CPU time (s) 1716.04
Current children cumulated vsize (KiB) 48112

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 1.96 3/84 11948
/proc/meminfo: memFree=1566160/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=26048 CPUtime=1774.22
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6140 0 0 0 177413 9 0 0 25 0 1 0 19226494 26673152 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6512 6126 75 150 0 6359 0
Current children cumulated CPU time (s) 1775.74
Current children cumulated vsize (KiB) 48272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.12 2.07 1.96 3/84 11948
/proc/meminfo: memFree=1566160/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=26212 CPUtime=1798.5
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6152 0 0 0 179841 9 0 0 25 0 1 0 19226494 26841088 6138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6553 6138 75 150 0 6400 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 48436

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

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

[startup+1806.7 s]
/proc/loadavg: 2.12 2.07 1.96 3/84 11948
/proc/meminfo: memFree=1566160/2055920 swapFree=4191904/4192956
[pid=11822] ppid=11820 vsize=16868 CPUtime=1.52
/proc/11822/stat : 11822 (sugar) S 11820 11822 11341 0 -1 4194304 1376 13121 0 2 6 1 135 10 16 0 1 0 19226334 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11822/statm: 4217 1113 409 3 0 796 0
[pid=11845] ppid=11822 vsize=5356 CPUtime=0
/proc/11845/stat : 11845 (sh) S 11822 11822 11341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19226493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11845/statm: 1339 232 193 169 0 50 0
[pid=11846] ppid=11845 vsize=26212 CPUtime=1798.5
/proc/11846/stat : 11846 (minisat) R 11845 11822 11341 0 -1 4194304 6152 0 0 0 179841 9 0 0 25 0 1 0 19226494 26841088 6138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11846/statm: 6553 6138 75 150 0 6400 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 48436

Child status: 0
Real time (s): 1806.72
CPU time (s): 1800.07
CPU user time (s): 1799.83
CPU system time (s): 0.232964
CPU usage (%): 99.6317
Max. virtual memory (cumulated for all children) (KiB): 886516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21286
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= 2128
involuntary context switches= 31053

runsolver used 2.30165 second user time and 5.43217 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 16:13:58
IDJOB=2058410
IDBENCH=53488
IDSOLVER=739
FILE ID=node63/2058410-1247321638
PBS_JOBID= 9506504
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-4_ext.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-2058410-1247321638/watcher-2058410-1247321638 -o /tmp/evaluation-result-2058410-1247321638/solver-2058410-1247321638 -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-2058410-1247321638.xml

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

MD5SUM BENCH= d1d9cc820d1d3adf14ecf6ce9d680fea
RANDOM SEED=596873914

node63.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611408 kB
Buffers:         24732 kB
Cached:         334184 kB
SwapCached:        260 kB
Active:          69192 kB
Inactive:       324260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611408 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            3552 kB
Writeback:           0 kB
Mapped:          54236 kB
Slab:            36148 kB
Committed_AS:   181348 kB
PageTables:       1960 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= 66220 MiB
End job on node63 at 2009-07-11 16:44:06