Trace number 2057354

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.12 1801.42

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-52021_ext.xml
MD5SUM49ce3e32b05aa6cc23a5adb02bd3edad
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.4095
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 15:12:23 2009
0.04/0.07	c 0	PID 11126
0.04/0.07	c 0	HOST node62.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2057354-1247317942.xml TO HOME/temp.csp
0.04/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-2057354-1247317942.xml' 'HOME/temp.csp'
0.06/0.40	c 0	1 domains, 24 variables, 0 predicates, 276 relations, 276 constraints
0.06/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.41	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.51/0.54	c 0	Parsing HOME/temp.csp
0.51/0.74	c 0	parsed 577 expressions
0.51/0.75	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.75	c 0	Converting to clausal form CSP
0.51/0.77	c 0	converted 58 (10%) expressions
0.51/0.77	c 0	converted 116 (20%) expressions
0.51/0.81	c 0	converted 174 (30%) expressions
0.51/0.81	c 0	converted 231 (40%) expressions
0.51/0.81	c 0	converted 289 (50%) expressions
0.51/0.84	c 0	converted 347 (60%) expressions
0.51/0.86	c 0	converted 404 (70%) expressions
0.51/0.88	c 0	converted 462 (80%) expressions
0.51/0.90	c 0	converted 520 (90%) expressions
0.51/0.98	c 0	converted 577 (100%) expressions
0.51/0.98	c 0	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
0.51/0.98	c 0	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.98	c 0	Propagation in CSP
0.51/0.98	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.51/0.98	c 0	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
0.51/0.98	c 0	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.98	c 0	Simplifing CSP by introducing new Boolean variables
0.51/0.98	c 0	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
0.51/0.98	c 0	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.03	c 0	Encoding CSP to SAT : HOME/temp.cnf
1.07/1.03	c 0	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
1.07/1.03	c 0	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
1.07/1.04	c 0	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
1.07/1.04	c 0	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
1.07/1.04	c 0	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
1.07/1.04	c 0	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
1.07/1.04	c 0	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
1.07/1.04	c 0	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
1.07/1.04	c 0	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
1.07/1.04	c 0	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
1.07/1.07	c 1	28 (10%) CSP clauses are encoded (3183 clauses, 48781 bytes)
1.07/1.09	c 1	56 (20%) CSP clauses are encoded (5818 clauses, 93829 bytes)
1.19/1.11	c 1	83 (30%) CSP clauses are encoded (8386 clauses, 137838 bytes)
1.19/1.12	c 1	111 (40%) CSP clauses are encoded (11015 clauses, 186341 bytes)
1.19/1.14	c 1	138 (50%) CSP clauses are encoded (13560 clauses, 234783 bytes)
1.19/1.16	c 1	166 (60%) CSP clauses are encoded (16230 clauses, 285580 bytes)
1.19/1.17	c 1	194 (70%) CSP clauses are encoded (18874 clauses, 336118 bytes)
1.19/1.19	c 1	221 (80%) CSP clauses are encoded (21413 clauses, 384476 bytes)
1.28/1.20	c 1	249 (90%) CSP clauses are encoded (24059 clauses, 434922 bytes)
1.28/1.22	c 1	276 (100%) CSP clauses are encoded (26638 clauses, 484100 bytes)
1.28/1.22	c 1	276 CSP clauses encoded
1.28/1.22	c 1	Writing map file : HOME/temp.map
1.28/1.22	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.22	c 1	SAT : 552 SAT variables, 26638 SAT clauses, 484100 bytes
1.28/1.22	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.25	c 1	SOLVING HOME/temp.cnf
1.28/1.25	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.25	c 1	This is MiniSat 2.0 beta
1.28/1.25	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.25	c 1	============================[ Problem Statistics ]=============================
1.28/1.25	c 1	|                                                                             |
1.28/1.25	c 1	|  Number of variables:  552                                                  |
1.28/1.25	c 1	|  Number of clauses:    26638                                                |
1.28/1.27	c 1	|  Parsing time:         0.01         s                                       |
1.28/1.27	c 1	============================[ Search Statistics ]==============================
1.28/1.27	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.27	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.27	c 1	===============================================================================
1.28/1.27	c 1	|         0 |     552    26638   100069 |     8879        0    nan |  0.000 % |
1.28/1.28	c 1	|       101 |     552    26638   100069 |     9767      101      9 |  0.000 % |
1.32/1.31	c 1	|       252 |     552    26638   100069 |    10743      252      9 |  0.014 % |
1.32/1.34	c 1	|       477 |     552    26638   100069 |    11818      477     10 |  0.007 % |
1.32/1.38	c 1	|       815 |     552    26638   100069 |    13000      815     10 |  0.014 % |
1.32/1.45	c 1	|      1323 |     552    26638   100069 |    14300     1323     12 |  0.009 % |
1.32/1.55	c 1	|      2082 |     552    26638   100069 |    15730     2082     12 |  0.014 % |
1.32/1.71	c 1	|      3221 |     552    26638   100069 |    17303     3221     12 |  0.014 % |
1.32/1.97	c 1	|      4930 |     552    26638   100069 |    19033     4930     11 |  0.012 % |
2.35/2.36	c 2	|      7492 |     552    26638   100069 |    20937     7492     11 |  0.012 % |
3.05/3.00	c 2	|     11337 |     552    26638   100069 |    23030    11337     12 |  0.012 % |
4.05/4.06	c 4	|     17103 |     552    26638   100069 |    25333    17103     12 |  0.012 % |
5.85/5.88	c 5	|     25752 |     552    26638   100069 |    27867    11394     13 |  0.011 % |
8.95/8.91	c 8	|     38726 |     552    26638   100069 |    30653    24368     13 |  0.012 % |
13.45/13.41	c 13	|     58187 |     552    26638   100069 |    33719    25385     13 |  0.012 % |
21.37/21.43	c 21	|     87379 |     552    26638   100069 |    37091    32766     14 |  0.006 % |
34.94/35.11	c 35	|    131169 |     552    26638   100069 |    40800    27619     14 |  0.005 % |
54.55/54.95	c 54	|    196854 |     552    26638   100069 |    44880    36292     15 |  0.015 % |
86.77/87.42	c 87	|    295381 |     552    26638   100069 |    49368    39259     14 |  0.017 % |
135.24/135.93	c 135	|    443170 |     552    26638   100069 |    54305    42081     14 |  0.019 % |
213.10/213.82	c 213	|    664855 |     552    26638   100069 |    59735    16830     16 |  0.007 % |
336.26/337.02	c 336	|    997382 |     552    26638   100069 |    65709    27665     17 |  0.012 % |
537.57/538.48	c 538	|   1496170 |     552    26638   100069 |    72280    63980     16 |  0.014 % |
850.73/851.70	c 851	|   2244352 |     551    26565    99856 |    79508    42849     16 |  0.183 % |
1343.84/1345.08	c 1345	|   3366627 |     550    26456    99469 |    87459    21127     17 |  0.363 % |
1800.06/1801.41	sh: line 1: 11150 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1801.41	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1801.41	c 1801	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.06/1801.41	c ERROR INTERRUPTED
1800.06/1801.42	s UNKNOWN
1800.06/1801.42	c 1801	CPU 1800.1 (0.05 0.01 1799.84 0.2)
1800.06/1801.42	c 1801	END Sat Jul 11 15:42:24 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-2057354-1247317942/watcher-2057354-1247317942 -o /tmp/evaluation-result-2057354-1247317942/solver-2057354-1247317942 -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-2057354-1247317942.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: 0.47 0.20 0.07 3/67 11126
/proc/meminfo: memFree=904168/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=12272 CPUtime=0
/proc/11126/stat : 11126 (sugar) R 11124 11126 10880 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 18858155 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 236446596094 0 0 4224 0 0 0 0 17 0 0 0
/proc/11126/statm: 3068 327 246 3 0 168 0

[startup+0.0528209 s]
/proc/loadavg: 0.47 0.20 0.07 3/67 11126
/proc/meminfo: memFree=904168/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16080 CPUtime=0.04
/proc/11126/stat : 11126 (sugar) R 11124 11126 10880 0 -1 4194304 929 0 0 0 3 1 0 0 18 0 1 0 18858155 16465920 897 996147200 4194304 4206940 548682068608 18446744073709551615 236437541601 0 0 4224 0 0 0 0 17 0 0 0
/proc/11126/statm: 4020 897 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101832 s]
/proc/loadavg: 0.47 0.20 0.07 3/67 11126
/proc/meminfo: memFree=904168/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=0.06
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 18858155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301856 s]
/proc/loadavg: 0.47 0.20 0.07 3/67 11126
/proc/meminfo: memFree=904168/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=0.06
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 18858155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701898 s]
/proc/loadavg: 0.47 0.20 0.07 3/67 11126
/proc/meminfo: memFree=904168/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=0.51
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1309 4788 0 1 5 1 42 3 16 0 1 0 18858155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11126/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50198 s]
/proc/loadavg: 0.47 0.20 0.07 2/78 11148
/proc/meminfo: memFree=885712/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 15 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10116 s]
/proc/loadavg: 0.47 0.20 0.07 2/70 11150
/proc/meminfo: memFree=897680/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 15 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=4008 CPUtime=1.83
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 788 0 0 0 183 0 0 0 25 0 1 0 18858280 4104192 774 996147200 134512640 135127466 4294956256 18446744073709551615 134530866 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 1002 774 75 150 0 849 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 26232

[startup+6.30252 s]
/proc/loadavg: 0.52 0.22 0.07 2/70 11150
/proc/meminfo: memFree=896016/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=5144 CPUtime=5.03
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 1071 0 0 0 503 0 0 0 25 0 1 0 18858280 5267456 1057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 1286 1057 75 150 0 1133 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 27368

[startup+12.7012 s]
/proc/loadavg: 0.55 0.23 0.08 2/70 11150
/proc/meminfo: memFree=895056/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=5980 CPUtime=11.43
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 1251 0 0 0 1142 1 0 0 25 0 1 0 18858280 6123520 1237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 1495 1237 75 150 0 1342 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 28204

[startup+25.5017 s]
/proc/loadavg: 0.89 0.31 0.11 3/75 11160
/proc/meminfo: memFree=889760/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=7036 CPUtime=24.11
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 1541 0 0 0 2410 1 0 0 25 0 1 0 18858280 7204864 1527 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/11150/statm: 1759 1527 75 150 0 1606 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 29260

[startup+51.1015 s]
/proc/loadavg: 1.46 0.50 0.17 3/75 11160
/proc/meminfo: memFree=888864/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=8044 CPUtime=49.47
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 1764 0 0 0 4946 1 0 0 25 0 1 0 18858280 8237056 1750 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11150/statm: 2011 1750 75 150 0 1858 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 30268

[startup+102.306 s]
/proc/loadavg: 1.80 0.74 0.27 3/83 11195
/proc/meminfo: memFree=822112/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=9800 CPUtime=100.33
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 2188 0 0 0 10030 3 0 0 25 0 1 0 18858280 10035200 2174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 2450 2174 75 150 0 2297 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 32024

[startup+162.302 s]
/proc/loadavg: 2.02 1.00 0.39 3/83 11195
/proc/meminfo: memFree=820448/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=11544 CPUtime=160.31
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 2644 0 0 0 16027 4 0 0 25 0 1 0 18858280 11821056 2630 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 2886 2630 75 150 0 2733 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 33768

[startup+222.302 s]
/proc/loadavg: 2.06 1.19 0.49 3/83 11195
/proc/meminfo: memFree=819360/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=12504 CPUtime=220.28
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 2865 0 0 0 22024 4 0 0 25 0 1 0 18858280 12804096 2851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 3126 2851 75 150 0 2973 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 34728

[startup+282.301 s]
/proc/loadavg: 2.02 1.34 0.58 3/83 11195
/proc/meminfo: memFree=818784/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=13080 CPUtime=280.25
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 3023 0 0 0 28021 4 0 0 25 0 1 0 18858280 13393920 3009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 3270 3009 75 150 0 3117 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 35304

[startup+342.301 s]

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

[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=22872 CPUtime=1239.86
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5357 0 0 0 123978 8 0 0 25 0 1 0 18858280 23420928 5343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 5718 5343 75 150 0 5565 0
Current children cumulated CPU time (s) 1241.18
Current children cumulated vsize (KiB) 45096

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/84 11237
/proc/meminfo: memFree=854864/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=23216 CPUtime=1299.84
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5426 0 0 0 129975 9 0 0 25 0 1 0 18858280 23773184 5412 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 5804 5412 75 150 0 5651 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 45440

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/84 11237
/proc/meminfo: memFree=854544/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=23532 CPUtime=1359.81
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5485 0 0 0 135972 9 0 0 25 0 1 0 18858280 24096768 5471 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 5883 5471 75 150 0 5730 0
Current children cumulated CPU time (s) 1361.13
Current children cumulated vsize (KiB) 45756

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.56 3/84 11237
/proc/meminfo: memFree=854096/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=23960 CPUtime=1419.79
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5607 0 0 0 141970 9 0 0 25 0 1 0 18858280 24535040 5593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 5990 5593 75 150 0 5837 0
Current children cumulated CPU time (s) 1421.11
Current children cumulated vsize (KiB) 46184

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/84 11237
/proc/meminfo: memFree=853840/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=24236 CPUtime=1479.76
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5674 0 0 0 147967 9 0 0 25 0 1 0 18858280 24817664 5660 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6059 5660 75 150 0 5906 0
Current children cumulated CPU time (s) 1481.08
Current children cumulated vsize (KiB) 46460

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 3/84 11237
/proc/meminfo: memFree=853712/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=24376 CPUtime=1539.73
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5705 0 0 0 153964 9 0 0 25 0 1 0 18858280 24961024 5691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6094 5691 75 150 0 5941 0
Current children cumulated CPU time (s) 1541.05
Current children cumulated vsize (KiB) 46600

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.63 3/84 11237
/proc/meminfo: memFree=853072/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=25056 CPUtime=1599.72
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5868 0 0 0 159962 10 0 0 25 0 1 0 18858280 25657344 5854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6264 5854 75 150 0 6111 0
Current children cumulated CPU time (s) 1601.04
Current children cumulated vsize (KiB) 47280

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/84 11237
/proc/meminfo: memFree=852624/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=25516 CPUtime=1659.69
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5965 0 0 0 165959 10 0 0 25 0 1 0 18858280 26128384 5951 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6379 5951 75 150 0 6226 0
Current children cumulated CPU time (s) 1661.01
Current children cumulated vsize (KiB) 47740

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/84 11237
/proc/meminfo: memFree=852560/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=25516 CPUtime=1719.66
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 5987 0 0 0 171956 10 0 0 25 0 1 0 18858280 26128384 5973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6379 5973 75 150 0 6226 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 47740

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/84 11237
/proc/meminfo: memFree=852176/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=25796 CPUtime=1779.65
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 6037 0 0 0 177954 11 0 0 25 0 1 0 18858280 26415104 6023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6449 6023 75 150 0 6296 0
Current children cumulated CPU time (s) 1780.97
Current children cumulated vsize (KiB) 48020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 1.97 1.69 3/84 11237
/proc/meminfo: memFree=852112/2055920 swapFree=4192956/4192956
[pid=11126] ppid=11124 vsize=16868 CPUtime=1.32
/proc/11126/stat : 11126 (sugar) S 11124 11126 10880 0 -1 4194304 1374 12180 0 2 5 1 119 7 16 0 1 0 18858155 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11126/statm: 4217 1112 409 3 0 796 0
[pid=11149] ppid=11126 vsize=5356 CPUtime=0
/proc/11149/stat : 11149 (sh) S 11126 11126 10880 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18858280 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11149/statm: 1339 232 193 169 0 50 0
[pid=11150] ppid=11149 vsize=25796 CPUtime=1798.74
/proc/11150/stat : 11150 (minisat) R 11149 11126 10880 0 -1 4194304 6048 0 0 0 179863 11 0 0 25 0 1 0 18858280 26415104 6034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11150/statm: 6449 6034 75 150 0 6296 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 48020

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

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

Child status: 0
Real time (s): 1801.42
CPU time (s): 1800.12
CPU user time (s): 1799.9
CPU system time (s): 0.224965
CPU usage (%): 99.928
Max. virtual memory (cumulated for all children) (KiB): 887492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20349
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= 927
involuntary context switches= 8667

runsolver used 2.34164 second user time and 5.83911 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-11 15:12:22
IDJOB=2057354
IDBENCH=53362
IDSOLVER=739
FILE ID=node62/2057354-1247317942
PBS_JOBID= 9506505
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-52021_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-2057354-1247317942/watcher-2057354-1247317942 -o /tmp/evaluation-result-2057354-1247317942/solver-2057354-1247317942 -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-2057354-1247317942.xml

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

MD5SUM BENCH= 49ce3e32b05aa6cc23a5adb02bd3edad
RANDOM SEED=166093753

node62.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.220
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.220
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:        904648 kB
Buffers:         55372 kB
Cached:        1027392 kB
SwapCached:          0 kB
Active:         121964 kB
Inactive:       977168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        904648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          26168 kB
Slab:            37620 kB
Committed_AS:   113376 kB
PageTables:       1696 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= 66324 MiB
End job on node62 at 2009-07-11 15:42:26