Trace number 2091289

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+minisatSAT 569.382 571.798

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-10_ext.xml
MD5SUMc063ec93ada52178195e0fa1daa09ad2
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 benchmark3.09653
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints341
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension341
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 Sun Jul 12 12:19:27 2009
0.00/0.07	c 0	PID 26164
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2091289-1247393967.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-2091289-1247393967.xml' 'HOME/temp.csp'
0.06/0.50	c 1	1 domains, 40 variables, 0 predicates, 341 relations, 341 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.48/0.61	c 1	Parsing HOME/temp.csp
0.48/0.86	c 1	parsed 723 expressions
0.48/0.87	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.87	c 1	Converting to clausal form CSP
0.48/0.89	c 1	converted 73 (10%) expressions
0.48/0.89	c 1	converted 145 (20%) expressions
0.48/0.89	c 1	converted 217 (30%) expressions
0.48/0.94	c 1	converted 290 (40%) expressions
0.48/0.94	c 1	converted 362 (50%) expressions
0.48/0.96	c 1	converted 434 (60%) expressions
0.48/0.98	c 1	converted 507 (70%) expressions
0.48/1.00	c 1	converted 579 (80%) expressions
0.92/1.02	c 1	converted 651 (90%) expressions
0.92/1.08	c 1	converted 723 (100%) expressions
0.92/1.08	c 1	CSP : 40 integers, 0 booleans, 341 clauses, largest domain size 19
0.92/1.08	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Propagation in CSP
0.92/1.08	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.08	c 1	CSP : 40 integers, 0 booleans, 341 clauses, largest domain size 19
0.92/1.08	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.09	c 1	CSP : 40 integers, 0 booleans, 341 clauses, largest domain size 19
0.92/1.09	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.13	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.02/1.13	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.02/1.13	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.02/1.14	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.02/1.14	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.02/1.14	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.02/1.14	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.02/1.14	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.02/1.14	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.02/1.14	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.02/1.19	c 1	35 (10%) CSP clauses are encoded (3007 clauses, 45006 bytes)
1.12/1.21	c 1	69 (20%) CSP clauses are encoded (5148 clauses, 81106 bytes)
1.12/1.22	c 1	103 (30%) CSP clauses are encoded (7246 clauses, 119013 bytes)
1.12/1.23	c 2	137 (40%) CSP clauses are encoded (9413 clauses, 159670 bytes)
1.12/1.24	c 2	171 (50%) CSP clauses are encoded (11506 clauses, 198933 bytes)
1.12/1.26	c 2	205 (60%) CSP clauses are encoded (13661 clauses, 239355 bytes)
1.12/1.27	c 2	239 (70%) CSP clauses are encoded (15734 clauses, 278427 bytes)
1.12/1.28	c 2	273 (80%) CSP clauses are encoded (17974 clauses, 320460 bytes)
1.12/1.30	c 2	307 (90%) CSP clauses are encoded (20094 clauses, 360280 bytes)
1.22/1.31	c 2	341 (100%) CSP clauses are encoded (22296 clauses, 401526 bytes)
1.22/1.31	c 2	341 CSP clauses encoded
1.22/1.31	c 2	Writing map file : HOME/temp.map
1.22/1.31	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 2	SAT : 720 SAT variables, 22296 SAT clauses, 401526 bytes
1.22/1.31	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.32	c 2	SOLVING HOME/temp.cnf
1.22/1.32	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.22/1.33	c 2	This is MiniSat 2.0 beta
1.22/1.33	c 2	WARNING: for repeatability, setting FPU to use double precision
1.22/1.33	c 2	============================[ Problem Statistics ]=============================
1.22/1.33	c 2	|                                                                             |
1.22/1.33	c 2	|  Number of variables:  720                                                  |
1.22/1.33	c 2	|  Number of clauses:    22296                                                |
1.22/1.34	c 2	|  Parsing time:         0.01         s                                       |
1.22/1.34	c 2	============================[ Search Statistics ]==============================
1.22/1.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.34	c 2	===============================================================================
1.22/1.34	c 2	|         0 |     720    22296    81906 |     7432        0    nan |  0.000 % |
1.22/1.35	c 2	|       100 |     720    22296    81906 |     8175      100     12 |  0.000 % |
1.22/1.37	c 2	|       252 |     720    22296    81906 |     8992      252     13 |  0.006 % |
1.22/1.39	c 2	|       477 |     720    22296    81906 |     9891      477     12 |  0.006 % |
1.25/1.43	c 2	|       814 |     720    22296    81906 |    10881      814     13 |  0.006 % |
1.25/1.48	c 2	|      1322 |     720    22296    81906 |    11969     1322     12 |  0.006 % |
1.25/1.56	c 2	|      2082 |     720    22296    81906 |    13166     2082     13 |  0.006 % |
1.25/1.68	c 2	|      3221 |     720    22296    81906 |    14482     3221     13 |  0.006 % |
1.25/1.88	c 2	|      4929 |     720    22296    81906 |    15931     4929     13 |  0.006 % |
2.01/2.20	c 2	|      7491 |     720    22296    81906 |    17524     7491     13 |  0.006 % |
2.60/2.75	c 3	|     11339 |     720    22296    81906 |    19276    11339     13 |  0.006 % |
3.50/3.61	c 4	|     17106 |     720    22296    81906 |    21204    17106     14 |  0.000 % |
5.08/5.22	c 5	|     25756 |     720    22296    81906 |    23324    15051     15 |  0.006 % |
7.58/7.74	c 8	|     38731 |     720    22296    81906 |    25657    16243     15 |  0.007 % |
11.87/12.06	c 12	|     58192 |     720    22296    81906 |    28223    22431     16 |  0.003 % |
18.54/18.74	c 19	|     87384 |     720    22296    81906 |    31045    21316     17 |  0.007 % |
29.78/30.05	c 30	|    131173 |     720    22296    81906 |    34149    30238     17 |  0.001 % |
47.51/47.84	c 48	|    196857 |     720    22296    81906 |    37564    17054     16 |  0.007 % |
73.41/73.83	c 74	|    295383 |     719    22234    81730 |    41321    17623     20 |  0.139 % |
115.84/116.50	c 117	|    443172 |     719    22234    81730 |    45453    27165     18 |  0.147 % |
185.95/186.89	c 187	|    664857 |     719    22234    81730 |    49998    31017     20 |  0.141 % |
302.68/304.00	c 304	|    997382 |     719    22234    81730 |    54998    50161     20 |  0.146 % |
486.03/488.17	c 488	|   1496170 |     718    22192    81612 |    60498    25688     19 |  0.278 % |
569.19/571.62	c 572	===============================================================================
569.19/571.62	c 572	restarts              : 23
569.19/571.62	c 572	conflicts             : 1711509        (3014 /sec)
569.19/571.62	c 572	decisions             : 2036501        (1.42 % random) (3586 /sec)
569.19/571.62	c 572	propagations          : 186058578      (327602 /sec)
569.19/571.62	c 572	conflict literals     : 32362202       (36.16 % deleted)
569.19/571.62	c 572	Memory used           : 15.33 MB
569.19/571.62	c 572	CPU time              : 567.942 s
569.19/571.63	c 572	
569.19/571.63	c 572	SATISFIABLE
569.19/571.63	c 572	DECODING HOME/temp.out WITH HOME/temp.map
569.19/571.63	c 572	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'
569.24/571.71	c 572	Decoding HOME/temp.out
569.24/571.73	s SATISFIABLE
569.24/571.73	v 10 0 0 9 6 0 3 8 6 18 14 3 18 12 10 6 12 5 3 18 17 0 14 9 17 17 18 9 10 5 14 10 5 16 6 10 10 17 9 7
569.24/571.75	c 572	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
569.24/571.79	c 572	CPU 569.37 (0.05 0.02 569.14 0.16)
569.24/571.79	c 572	END Sun Jul 12 12:28:59 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091289-1247393967/watcher-2091289-1247393967 -o /tmp/evaluation-result-2091289-1247393967/solver-2091289-1247393967 -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-2091289-1247393967.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 4/72 26164
/proc/meminfo: memFree=1861928/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=12268 CPUtime=0
/proc/26164/stat : 26164 (sugar) R 26162 26164 26085 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 26460738 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 269930107617 0 0 4224 0 0 0 0 17 0 0 0
/proc/26164/statm: 3067 320 242 3 0 167 0

[startup+0.0789309 s]
/proc/loadavg: 2.06 2.01 2.00 4/72 26164
/proc/meminfo: memFree=1861928/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=0.05
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 26460738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.110041 s]
/proc/loadavg: 2.06 2.01 2.00 4/72 26164
/proc/meminfo: memFree=1861928/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=0.05
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 26460738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301954 s]
/proc/loadavg: 2.06 2.01 2.00 4/72 26164
/proc/meminfo: memFree=1861928/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=0.05
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 26460738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701997 s]
/proc/loadavg: 2.06 2.01 2.00 4/72 26164
/proc/meminfo: memFree=1861928/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=0.48
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1309 4807 0 1 5 2 38 3 15 0 1 0 26460738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 26186
/proc/meminfo: memFree=1846096/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 15 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 16868

[startup+3.10228 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 26188
/proc/meminfo: memFree=1855760/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 15 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=4132 CPUtime=1.75
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 797 0 0 0 175 0 0 0 25 0 1 0 26460871 4231168 783 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 1033 783 75 150 0 880 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 26356

[startup+6.30165 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 26188
/proc/meminfo: memFree=1854288/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=4996 CPUtime=4.93
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 987 0 0 0 493 0 0 0 25 0 1 0 26460871 5115904 973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 1249 973 75 150 0 1096 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27220

[startup+12.7014 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 26188
/proc/meminfo: memFree=1853392/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=5792 CPUtime=11.31
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 1208 0 0 0 1130 1 0 0 25 0 1 0 26460871 5931008 1194 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 1448 1194 75 150 0 1295 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 28016

[startup+25.5019 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 26188
/proc/meminfo: memFree=1852368/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=6900 CPUtime=24.06
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 1454 0 0 0 2405 1 0 0 25 0 1 0 26460871 7065600 1440 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 1725 1440 75 150 0 1572 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 29124

[startup+51.1019 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 26188
/proc/meminfo: memFree=1851728/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=7436 CPUtime=49.54
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 1601 0 0 0 4953 1 0 0 25 0 1 0 26460871 7614464 1587 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 1859 1587 75 150 0 1706 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 29660

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1849616/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=9516 CPUtime=100.55
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 2113 0 0 0 10053 2 0 0 25 0 1 0 26460871 9744384 2099 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 2379 2099 75 150 0 2226 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 31740

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1848144/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=11136 CPUtime=160.3
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 2504 0 0 0 16028 2 0 0 25 0 1 0 26460871 11403264 2490 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 2784 2490 75 150 0 2631 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 33360

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1847440/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=11664 CPUtime=220.05
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 2652 0 0 0 22003 2 0 0 25 0 1 0 26460871 11943936 2638 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 2916 2638 75 150 0 2763 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 33888

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1846544/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=12616 CPUtime=279.82
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 2875 0 0 0 27979 3 0 0 25 0 1 0 26460871 12918784 2861 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3154 2861 75 150 0 3001 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 34840

[startup+342.301 s]

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

/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=13856 CPUtime=339.57
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3163 0 0 0 33954 3 0 0 25 0 1 0 26460871 14188544 3149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3464 3149 75 150 0 3311 0
Current children cumulated CPU time (s) 340.82
Current children cumulated vsize (KiB) 36080

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1845008/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=14140 CPUtime=399.33
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3233 0 0 0 39930 3 0 0 25 0 1 0 26460871 14479360 3219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3535 3219 75 150 0 3382 0
Current children cumulated CPU time (s) 400.58
Current children cumulated vsize (KiB) 36364

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843920/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15112 CPUtime=459.08
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3464 0 0 0 45905 3 0 0 25 0 1 0 26460871 15474688 3450 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3778 3450 75 150 0 3625 0
Current children cumulated CPU time (s) 460.33
Current children cumulated vsize (KiB) 37336

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843664/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15512 CPUtime=518.84
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3572 0 0 0 51881 3 0 0 25 0 1 0 26460871 15884288 3558 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3878 3558 75 150 0 3725 0
Current children cumulated CPU time (s) 520.09
Current children cumulated vsize (KiB) 37736

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

[startup+537.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843600/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15512 CPUtime=533.98
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3586 0 0 0 53395 3 0 0 25 0 1 0 26460871 15884288 3572 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3878 3572 75 150 0 3725 0
Current children cumulated CPU time (s) 535.23
Current children cumulated vsize (KiB) 37736

[startup+550.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15692 CPUtime=546.72
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3606 0 0 0 54669 3 0 0 25 0 1 0 26460871 16068608 3592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3923 3592 75 150 0 3770 0
Current children cumulated CPU time (s) 547.97
Current children cumulated vsize (KiB) 37916

[startup+563.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15692 CPUtime=559.48
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3608 0 0 0 55945 3 0 0 25 0 1 0 26460871 16068608 3594 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3923 3594 75 150 0 3770 0
Current children cumulated CPU time (s) 560.73
Current children cumulated vsize (KiB) 37916

[startup+566.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15692 CPUtime=562.66
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3609 0 0 0 56263 3 0 0 25 0 1 0 26460871 16068608 3595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3923 3595 75 150 0 3770 0
Current children cumulated CPU time (s) 563.91
Current children cumulated vsize (KiB) 37916

[startup+569.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15692 CPUtime=565.85
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3609 0 0 0 56582 3 0 0 25 0 1 0 26460871 16068608 3595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3923 3595 75 150 0 3770 0
Current children cumulated CPU time (s) 567.1
Current children cumulated vsize (KiB) 37916

[startup+571.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15692 CPUtime=567.44
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3612 0 0 0 56741 3 0 0 25 0 1 0 26460871 16068608 3598 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3923 3598 75 150 0 3770 0
Current children cumulated CPU time (s) 568.69
Current children cumulated vsize (KiB) 37916

[startup+571.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=1.25
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1376 11960 0 2 5 2 110 8 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
[pid=26187] ppid=26164 vsize=5356 CPUtime=0
/proc/26187/stat : 26187 (sh) S 26164 26164 26085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26460871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26187/statm: 1339 232 193 169 0 50 0
[pid=26188] ppid=26187 vsize=15692 CPUtime=567.84
/proc/26188/stat : 26188 (minisat) R 26187 26164 26085 0 -1 4194304 3612 0 0 0 56781 3 0 0 25 0 1 0 26460871 16068608 3598 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26188/statm: 3923 3598 75 150 0 3770 0
Current children cumulated CPU time (s) 569.09
Current children cumulated vsize (KiB) 37916

[startup+571.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26188
/proc/meminfo: memFree=1843472/2055920 swapFree=4192812/4192956
[pid=26164] ppid=26162 vsize=16868 CPUtime=569.24
/proc/26164/stat : 26164 (sugar) S 26162 26164 26085 0 -1 4194304 1430 15867 0 2 5 2 56904 13 16 0 1 0 26460738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26164/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 569.24
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 571.798
CPU time (s): 569.382
CPU user time (s): 569.194
CPU system time (s): 0.187971
CPU usage (%): 99.5776
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 569.194
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21151
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= 1878
involuntary context switches= 9350

runsolver used 0.504923 second user time and 1.58776 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 12:19:27
IDJOB=2091289
IDBENCH=60033
IDSOLVER=739
FILE ID=node53/2091289-1247393967
PBS_JOBID= 9507382
Free space on /tmp= 65976 MiB

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

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

MD5SUM BENCH= c063ec93ada52178195e0fa1daa09ad2
RANDOM SEED=1945000166

node53.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:       1862408 kB
Buffers:         18712 kB
Cached:         100968 kB
SwapCached:          0 kB
Active:          92992 kB
Inactive:        47772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          30568 kB
Slab:            38244 kB
Committed_AS:   198812 kB
PageTables:       1700 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65976 MiB
End job on node53 at 2009-07-12 12:28:59