Trace number 2089848

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+minisatUNSAT 1389.42 1396.64

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-42_ext.xml
MD5SUMf23766a16da8798a4bc2db0cc0fe1f71
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 benchmark54.5767
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints337
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension337
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.07	c 0	BEGIN Sun Jul 12 11:22:38 2009
0.02/0.07	c 0	PID 26278
0.02/0.07	c 0	HOST node8.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2089848-1247390558.xml TO HOME/temp.csp
0.02/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-2089848-1247390558.xml' 'HOME/temp.csp'
0.06/0.76	c 1	1 domains, 40 variables, 0 predicates, 337 relations, 337 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.74/0.85	c 1	Parsing HOME/temp.csp
0.95/1.05	c 1	parsed 715 expressions
0.95/1.06	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.06	c 1	Converting to clausal form CSP
0.95/1.09	c 1	converted 72 (10%) expressions
0.95/1.09	c 1	converted 143 (20%) expressions
0.95/1.09	c 1	converted 215 (30%) expressions
1.05/1.13	c 1	converted 286 (40%) expressions
1.05/1.14	c 1	converted 358 (50%) expressions
1.05/1.16	c 1	converted 429 (60%) expressions
1.05/1.18	c 1	converted 501 (70%) expressions
1.05/1.19	c 1	converted 572 (80%) expressions
1.14/1.21	c 1	converted 644 (90%) expressions
1.14/1.28	c 2	converted 715 (100%) expressions
1.14/1.28	c 2	CSP : 40 integers, 0 booleans, 337 clauses, largest domain size 19
1.14/1.28	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.28	c 2	Propagation in CSP
1.14/1.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.28	c 2	CSP : 40 integers, 0 booleans, 337 clauses, largest domain size 19
1.14/1.28	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.28	c 2	Simplifing CSP by introducing new Boolean variables
1.14/1.28	c 2	CSP : 40 integers, 0 booleans, 337 clauses, largest domain size 19
1.14/1.29	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.33	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.24/1.33	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.24/1.33	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.24/1.33	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.24/1.34	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.24/1.34	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.24/1.34	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.24/1.34	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.24/1.34	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.24/1.34	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.24/1.39	c 2	34 (10%) CSP clauses are encoded (2887 clauses, 43236 bytes)
1.34/1.40	c 2	68 (20%) CSP clauses are encoded (5128 clauses, 80922 bytes)
1.34/1.42	c 2	102 (30%) CSP clauses are encoded (7307 clauses, 119382 bytes)
1.34/1.43	c 2	135 (40%) CSP clauses are encoded (9588 clauses, 162101 bytes)
1.34/1.45	c 2	169 (50%) CSP clauses are encoded (11739 clauses, 202632 bytes)
1.34/1.46	c 2	203 (60%) CSP clauses are encoded (13818 clauses, 241611 bytes)
1.34/1.47	c 2	236 (70%) CSP clauses are encoded (15822 clauses, 279234 bytes)
1.34/1.48	c 2	270 (80%) CSP clauses are encoded (18001 clauses, 320120 bytes)
1.34/1.50	c 2	304 (90%) CSP clauses are encoded (20181 clauses, 360925 bytes)
1.43/1.51	c 2	337 (100%) CSP clauses are encoded (22199 clauses, 398886 bytes)
1.43/1.51	c 2	337 CSP clauses encoded
1.43/1.51	c 2	Writing map file : HOME/temp.map
1.43/1.51	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 2	SAT : 720 SAT variables, 22199 SAT clauses, 398886 bytes
1.43/1.51	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.56	c 2	SOLVING HOME/temp.cnf
1.43/1.56	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.56	c 2	This is MiniSat 2.0 beta
1.43/1.56	c 2	WARNING: for repeatability, setting FPU to use double precision
1.43/1.57	c 2	============================[ Problem Statistics ]=============================
1.43/1.57	c 2	|                                                                             |
1.43/1.57	c 2	|  Number of variables:  720                                                  |
1.43/1.57	c 2	|  Number of clauses:    22199                                                |
1.43/1.58	c 2	|  Parsing time:         0.01         s                                       |
1.43/1.58	c 2	============================[ Search Statistics ]==============================
1.43/1.58	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.58	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.58	c 2	===============================================================================
1.43/1.58	c 2	|         0 |     720    22199    81548 |     7399        0    nan |  0.000 % |
1.43/1.59	c 2	|       102 |     720    22199    81548 |     8139      102     15 |  0.000 % |
1.46/1.60	c 2	|       252 |     720    22199    81548 |     8953      252     13 |  0.002 % |
1.46/1.62	c 2	|       477 |     720    22199    81548 |     9848      477     13 |  0.006 % |
1.46/1.66	c 2	|       814 |     720    22199    81548 |    10833      814     13 |  0.007 % |
1.46/1.71	c 2	|      1323 |     720    22199    81548 |    11917     1323     13 |  0.005 % |
1.46/1.80	c 2	|      2082 |     720    22199    81548 |    13108     2082     13 |  0.006 % |
1.46/1.92	c 2	|      3221 |     720    22199    81548 |    14419     3221     13 |  0.006 % |
1.98/2.11	c 2	|      4929 |     720    22199    81548 |    15861     4929     14 |  0.009 % |
2.27/2.43	c 3	|      7491 |     720    22199    81548 |    17448     7491     15 |  0.009 % |
2.77/2.99	c 3	|     11335 |     720    22199    81548 |    19192    11335     15 |  0.009 % |
3.85/4.00	c 4	|     17104 |     720    22199    81548 |    21112    17104     15 |  0.003 % |
5.44/5.68	c 6	|     25754 |     720    22199    81548 |    23223    15091     16 |  0.009 % |
8.12/8.35	c 9	|     38728 |     720    22199    81548 |    25545    16386     15 |  0.009 % |
12.39/12.65	c 13	|     58191 |     720    22199    81548 |    28100    22084     15 |  0.003 % |
18.72/19.08	c 19	|     87386 |     720    22199    81548 |    30910    19669     15 |  0.008 % |
28.93/29.37	c 30	|    131175 |     720    22199    81548 |    34001    27268     17 |  0.008 % |
47.28/47.83	c 48	|    196859 |     720    22199    81548 |    37401    33989     16 |  0.009 % |
73.35/74.18	c 74	|    295385 |     719    22145    81396 |    41141    33906     19 |  0.140 % |
114.43/115.51	c 116	|    443175 |     719    22145    81396 |    45255    20460     17 |  0.141 % |
182.45/183.80	c 184	|    664858 |     719    22145    81396 |    49781    24151     18 |  0.142 % |
287.04/288.88	c 289	|    997383 |     717    22028    81025 |    54759    41663     20 |  0.417 % |
463.34/465.87	c 466	|   1496171 |     717    22028    81025 |    60235    26430     20 |  0.420 % |
738.30/742.38	c 743	|   2244353 |     713    21791    80208 |    66258    58948     20 |  0.972 % |
1198.57/1204.97	c 1205	|   3366627 |     708    21501    79169 |    72884    51817     18 |  1.667 % |
1389.25/1396.51	c 1397	===============================================================================
1389.25/1396.51	c 1397	restarts              : 25
1389.25/1396.51	c 1397	conflicts             : 3807914        (2744 /sec)
1389.25/1396.51	c 1397	decisions             : 4604811        (1.40 % random) (3318 /sec)
1389.25/1396.51	c 1397	propagations          : 409760778      (295276 /sec)
1389.25/1396.51	c 1397	conflict literals     : 74046484       (34.62 % deleted)
1389.25/1396.51	c 1397	Memory used           : 19.18 MB
1389.25/1396.51	c 1397	CPU time              : 1387.72 s
1389.25/1396.51	c 1397	
1389.25/1396.51	c 1397	UNSATISFIABLE
1389.25/1396.52	c 1397	DECODING HOME/temp.out WITH HOME/temp.map
1389.25/1396.52	c 1397	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'
1389.29/1396.60	c 1397	Decoding HOME/temp.out
1389.29/1396.62	s UNSATISFIABLE
1389.29/1396.63	c 1397	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1389.29/1396.64	c 1397	CPU 1389.4 (0.06 0.02 1389.12 0.2)
1389.29/1396.64	c 1397	END Sun Jul 12 11:45:55 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2089848-1247390558/watcher-2089848-1247390558 -o /tmp/evaluation-result-2089848-1247390558/solver-2089848-1247390558 -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-2089848-1247390558.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.92 1.97 1.83 4/77 26278
/proc/meminfo: memFree=1608664/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=12272 CPUtime=0
/proc/26278/stat : 26278 (sugar) R 26276 26278 24878 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 26123071 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 228719984624 0 0 4224 0 0 0 0 17 0 0 0
/proc/26278/statm: 3068 325 244 3 0 168 0

[startup+0.0307371 s]
/proc/loadavg: 1.92 1.97 1.83 4/77 26278
/proc/meminfo: memFree=1608664/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=13204 CPUtime=0.02
/proc/26278/stat : 26278 (sugar) R 26276 26278 24878 0 -1 4194304 686 0 0 0 2 0 0 0 18 0 1 0 26123071 13520896 654 996147200 4194304 4206940 548682068608 18446744073709551615 228719852528 0 0 4224 0 0 0 0 17 0 0 0
/proc/26278/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.104741 s]
/proc/loadavg: 1.92 1.97 1.83 4/77 26278
/proc/meminfo: memFree=1608664/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=0.06
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 26123071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26278/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301762 s]
/proc/loadavg: 1.92 1.97 1.83 4/77 26278
/proc/meminfo: memFree=1608664/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=0.06
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 26123071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26278/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701798 s]
/proc/loadavg: 1.92 1.97 1.83 4/77 26278
/proc/meminfo: memFree=1608664/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=0.06
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 26123071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26278/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50287 s]
/proc/loadavg: 1.92 1.97 1.83 3/88 26300
/proc/meminfo: memFree=1598144/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=0.74
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1310 4812 0 1 5 2 64 3 15 0 1 0 26123071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1111 409 3 0 796 0
[pid=26291] ppid=26278 vsize=5356 CPUtime=0
/proc/26291/stat : 26291 (sh) S 26278 26278 24878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26123149 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26291/statm: 1339 233 193 169 0 50 0
[pid=26292] ppid=26291 vsize=864320 CPUtime=0.69
/proc/26292/stat : 26292 (java) S 26291 26278 24878 0 -1 0 6856 0 1 0 66 3 0 0 19 0 9 0 26123150 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26292/statm: 216080 6079 2590 9 0 210557 0
[pid=26292/tid=26293] ppid=26291 vsize=864320 CPUtime=0.41
/proc/26292/task/26293/stat : 26293 (java) R 26291 26278 24878 0 -1 64 2744 0 1 0 40 1 0 0 19 0 9 0 26123150 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4126560511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26294] ppid=26291 vsize=864320 CPUtime=0.19
/proc/26292/task/26294/stat : 26294 (java) S 26291 26278 24878 0 -1 64 3079 0 0 0 18 1 0 0 16 0 9 0 26123151 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26295] ppid=26291 vsize=864320 CPUtime=0
/proc/26292/task/26295/stat : 26295 (java) S 26291 26278 24878 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26123152 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26296] ppid=26291 vsize=864320 CPUtime=0
/proc/26292/task/26296/stat : 26296 (java) S 26291 26278 24878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26123152 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26297] ppid=26291 vsize=864320 CPUtime=0
/proc/26292/task/26297/stat : 26297 (java) S 26291 26278 24878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26123154 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26298] ppid=26291 vsize=864320 CPUtime=0.07
/proc/26292/task/26298/stat : 26298 (java) S 26291 26278 24878 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 26123154 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26299] ppid=26291 vsize=864320 CPUtime=0
/proc/26292/task/26299/stat : 26299 (java) S 26291 26278 24878 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26123154 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26292/tid=26300] ppid=26291 vsize=864320 CPUtime=0
/proc/26292/task/26300/stat : 26300 (java) S 26291 26278 24878 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26123154 885063680 6079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886544

[startup+3.10102 s]
/proc/loadavg: 1.92 1.97 1.83 3/80 26302
/proc/meminfo: memFree=1602752/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.46
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 5 2 132 7 15 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=4020 CPUtime=1.5
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 762 0 0 0 150 0 0 0 25 0 1 0 26123228 4116480 748 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 1005 748 75 150 0 852 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26244

[startup+6.30133 s]
/proc/loadavg: 1.93 1.97 1.83 3/80 26302
/proc/meminfo: memFree=1600896/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.46
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 5 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=5052 CPUtime=4.67
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 1000 0 0 0 467 0 0 0 25 0 1 0 26123228 5173248 986 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 1263 986 75 150 0 1110 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27276

[startup+12.7019 s]
/proc/loadavg: 1.93 1.97 1.84 3/80 26302
/proc/meminfo: memFree=1600128/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.46
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 5 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=5580 CPUtime=11.03
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 1153 0 0 0 1102 1 0 0 25 0 1 0 26123228 5713920 1139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 1395 1139 75 150 0 1242 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 27804

[startup+25.5011 s]
/proc/loadavg: 1.95 1.97 1.84 3/80 26302
/proc/meminfo: memFree=1599232/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.46
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 5 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=6572 CPUtime=23.7
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 1372 0 0 0 2369 1 0 0 25 0 1 0 26123228 6729728 1358 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 1643 1358 75 150 0 1490 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28796

[startup+51.1016 s]
/proc/loadavg: 1.96 1.97 1.84 3/80 26302
/proc/meminfo: memFree=1597952/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=7912 CPUtime=49.08
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 1711 0 0 0 4906 2 0 0 25 0 1 0 26123228 8101888 1697 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 1978 1697 75 150 0 1825 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 30136

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.84 2/74 26303
/proc/meminfo: memFree=1807792/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=9324 CPUtime=99.84
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 2077 0 0 0 9982 2 0 0 25 0 1 0 26123228 9547776 2063 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26302/statm: 2331 2063 75 150 0 2178 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 31548

[startup+162.301 s]
/proc/loadavg: 1.96 1.96 1.84 3/84 26338
/proc/meminfo: memFree=1758560/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=10540 CPUtime=159.56
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 2358 0 0 0 15953 3 0 0 25 0 1 0 26123228 10792960 2344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 2635 2344 75 150 0 2482 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 32764

[startup+222.302 s]
/proc/loadavg: 1.98 1.97 1.85 3/84 26338
/proc/meminfo: memFree=1757536/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0

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

/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=18860 CPUtime=1174.7
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4368 0 0 0 117462 8 0 0 25 0 1 0 26123228 19312640 4354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4715 4354 75 150 0 4562 0
Current children cumulated CPU time (s) 1176.17
Current children cumulated vsize (KiB) 41084

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/88 26532
/proc/meminfo: memFree=1642096/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19296 CPUtime=1234.32
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4458 0 0 0 123424 8 0 0 25 0 1 0 26123228 19759104 4444 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4824 4444 75 150 0 4671 0
Current children cumulated CPU time (s) 1235.79
Current children cumulated vsize (KiB) 41520

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/88 26532
/proc/meminfo: memFree=1641712/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19472 CPUtime=1294.03
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4518 0 0 0 129395 8 0 0 25 0 1 0 26123228 19939328 4504 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4868 4504 75 150 0 4715 0
Current children cumulated CPU time (s) 1295.5
Current children cumulated vsize (KiB) 41696

[startup+1362.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641520/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1353.74
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4551 0 0 0 135366 8 0 0 25 0 1 0 26123228 20107264 4537 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4537 75 150 0 4756 0
Current children cumulated CPU time (s) 1355.21
Current children cumulated vsize (KiB) 41860

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

[startup+1382.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641520/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1373.65
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 137357 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1375.12
Current children cumulated vsize (KiB) 41860

[startup+1388.7 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641456/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1380.02
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 137994 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1381.49
Current children cumulated vsize (KiB) 41860

[startup+1391.9 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641456/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1383.2
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 138312 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1384.67
Current children cumulated vsize (KiB) 41860

[startup+1395.1 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641392/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1386.38
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 138630 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1387.85
Current children cumulated vsize (KiB) 41860

[startup+1395.91 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641392/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1387.18
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 138710 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1388.65
Current children cumulated vsize (KiB) 41860

[startup+1396.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641392/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1387.58
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 138750 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1389.05
Current children cumulated vsize (KiB) 41860

[startup+1396.5 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641392/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1.47
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1376 11972 0 2 6 2 132 7 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
[pid=26301] ppid=26278 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (sh) S 26278 26278 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26123228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 232 193 169 0 50 0
[pid=26302] ppid=26301 vsize=19636 CPUtime=1387.78
/proc/26302/stat : 26302 (minisat) R 26301 26278 24878 0 -1 4194304 4558 0 0 0 138770 8 0 0 25 0 1 0 26123228 20107264 4544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 4909 4544 75 150 0 4756 0
Current children cumulated CPU time (s) 1389.25
Current children cumulated vsize (KiB) 41860

[startup+1396.6 s]
/proc/loadavg: 2.04 2.00 1.92 3/88 26532
/proc/meminfo: memFree=1641392/2055920 swapFree=4192812/4192956
[pid=26278] ppid=26276 vsize=16868 CPUtime=1389.29
/proc/26278/stat : 26278 (sugar) S 26276 26278 24878 0 -1 4194304 1430 16824 0 2 6 2 138904 17 16 0 1 0 26123071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26278/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1389.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1396.64
CPU time (s): 1389.42
CPU user time (s): 1389.19
CPU system time (s): 0.224965
CPU usage (%): 99.4827
Max. virtual memory (cumulated for all children) (KiB): 886544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1389.19
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= 22030
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1611
involuntary context switches= 19614

runsolver used 1.70074 second user time and 4.10938 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 11:22:38
IDJOB=2089848
IDBENCH=59632
IDSOLVER=739
FILE ID=node8/2089848-1247390558
PBS_JOBID= 9507235
Free space on /tmp= 66276 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-42_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-2089848-1247390558/watcher-2089848-1247390558 -o /tmp/evaluation-result-2089848-1247390558/solver-2089848-1247390558 -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-2089848-1247390558.xml

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

MD5SUM BENCH= f23766a16da8798a4bc2db0cc0fe1f71
RANDOM SEED=1529299573

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1609144 kB
Buffers:         22132 kB
Cached:         143652 kB
SwapCached:          0 kB
Active:         297572 kB
Inactive:        96208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         238728 kB
Slab:            37464 kB
Committed_AS:   518028 kB
PageTables:       2436 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= 66288 MiB
End job on node8 at 2009-07-12 11:45:55