Trace number 2091498

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 581.583 587.206

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-5_ext.xml
MD5SUM7050be9d9b718a739901370d608c528b
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 benchmark7.2589
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 12:32:47 2009
0.06/0.08	c 0	PID 26570
0.06/0.08	c 0	HOST node48.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2091498-1247394767.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091498-1247394767.xml' 'HOME/temp.csp'
0.06/0.79	c 1	1 domains, 40 variables, 0 predicates, 334 relations, 334 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.06/0.90	c 1	Parsing HOME/temp.csp
1.01/1.12	c 1	parsed 709 expressions
1.01/1.13	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Converting to clausal form CSP
1.01/1.16	c 1	converted 71 (10%) expressions
1.01/1.16	c 1	converted 142 (20%) expressions
1.01/1.16	c 1	converted 213 (30%) expressions
1.11/1.21	c 1	converted 284 (40%) expressions
1.11/1.21	c 1	converted 355 (50%) expressions
1.11/1.24	c 1	converted 426 (60%) expressions
1.11/1.25	c 1	converted 497 (70%) expressions
1.11/1.27	c 1	converted 568 (80%) expressions
1.11/1.29	c 1	converted 639 (90%) expressions
1.21/1.36	c 1	converted 709 (100%) expressions
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.36	c 1	Propagation in CSP
1.21/1.36	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.42	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.42	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.42	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.42	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.42	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.42	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.43	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.43	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.43	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.43	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.31/1.48	c 2	34 (10%) CSP clauses are encoded (2883 clauses, 42901 bytes)
1.31/1.50	c 2	67 (20%) CSP clauses are encoded (5039 clauses, 79102 bytes)
1.40/1.51	c 2	101 (30%) CSP clauses are encoded (7219 clauses, 117444 bytes)
1.40/1.53	c 2	134 (40%) CSP clauses are encoded (9332 clauses, 157023 bytes)
1.40/1.54	c 2	167 (50%) CSP clauses are encoded (11450 clauses, 196707 bytes)
1.40/1.56	c 2	201 (60%) CSP clauses are encoded (13555 clauses, 236358 bytes)
1.40/1.57	c 2	234 (70%) CSP clauses are encoded (15632 clauses, 275395 bytes)
1.40/1.58	c 2	268 (80%) CSP clauses are encoded (17757 clauses, 315316 bytes)
1.40/1.60	c 2	301 (90%) CSP clauses are encoded (19877 clauses, 355085 bytes)
1.50/1.61	c 2	334 (100%) CSP clauses are encoded (21975 clauses, 394430 bytes)
1.50/1.61	c 2	334 CSP clauses encoded
1.50/1.61	c 2	Writing map file : HOME/temp.map
1.50/1.61	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 2	SAT : 720 SAT variables, 21975 SAT clauses, 394430 bytes
1.50/1.61	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.66	c 2	SOLVING HOME/temp.cnf
1.50/1.66	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.67	c 2	This is MiniSat 2.0 beta
1.50/1.67	c 2	WARNING: for repeatability, setting FPU to use double precision
1.50/1.67	c 2	============================[ Problem Statistics ]=============================
1.50/1.67	c 2	|                                                                             |
1.50/1.67	c 2	|  Number of variables:  720                                                  |
1.50/1.67	c 2	|  Number of clauses:    21975                                                |
1.50/1.68	c 2	|  Parsing time:         0.01         s                                       |
1.50/1.68	c 2	============================[ Search Statistics ]==============================
1.50/1.68	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.68	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.68	c 2	===============================================================================
1.50/1.68	c 2	|         0 |     720    21975    80625 |     7325        0    nan |  0.000 % |
1.50/1.69	c 2	|       100 |     720    21975    80625 |     8057      100     11 |  0.000 % |
1.54/1.71	c 2	|       251 |     720    21975    80625 |     8863      251     11 |  0.007 % |
1.54/1.74	c 2	|       478 |     720    21975    80625 |     9749      478     13 |  0.001 % |
1.54/1.78	c 2	|       815 |     720    21975    80625 |    10724      815     13 |  0.007 % |
1.54/1.84	c 2	|      1321 |     720    21975    80625 |    11796     1321     13 |  0.004 % |
1.54/1.93	c 2	|      2080 |     720    21975    80625 |    12976     2080     13 |  0.008 % |
1.54/2.06	c 2	|      3219 |     720    21975    80625 |    14274     3219     12 |  0.008 % |
2.05/2.28	c 2	|      4927 |     720    21975    80625 |    15701     4927     13 |  0.007 % |
2.45/2.65	c 3	|      7493 |     720    21975    80625 |    17271     7493     13 |  0.008 % |
3.04/3.27	c 3	|     11337 |     720    21975    80625 |    18999    11337     14 |  0.008 % |
4.13/4.39	c 4	|     17103 |     720    21975    80625 |    20899    17103     14 |  0.008 % |
5.92/6.19	c 6	|     25752 |     720    21975    80625 |    22988    15203     14 |  0.004 % |
8.78/9.05	c 9	|     38726 |     720    21975    80625 |    25287    16583     14 |  0.008 % |
13.44/13.71	c 14	|     58189 |     720    21975    80625 |    27816    23319     14 |  0.005 % |
19.98/20.38	c 20	|     87381 |     720    21975    80625 |    30598    21663     16 |  0.004 % |
31.47/31.91	c 32	|    131170 |     720    21975    80625 |    33658    30459     17 |  0.008 % |
49.40/50.00	c 50	|    196854 |     719    21904    80423 |    37023    12831     15 |  0.139 % |
76.34/77.26	c 77	|    295381 |     719    21904    80423 |    40726    17630     19 |  0.142 % |
119.35/120.61	c 121	|    443171 |     718    21841    80243 |    44799    35323     19 |  0.278 % |
197.50/199.55	c 200	|    664854 |     718    21841    80243 |    49278    21766     17 |  0.282 % |
311.04/314.16	c 314	|    997380 |     717    21787    80092 |    54206    27731     18 |  0.417 % |
493.12/497.98	c 498	|   1496169 |     717    21787    80092 |    59627    50942     18 |  0.417 % |
581.39/587.04	c 587	===============================================================================
581.39/587.04	c 587	restarts              : 23
581.39/587.04	c 587	conflicts             : 1717161        (2961 /sec)
581.39/587.04	c 587	decisions             : 2070503        (1.42 % random) (3571 /sec)
581.39/587.04	c 587	propagations          : 189386530      (326607 /sec)
581.39/587.04	c 587	conflict literals     : 32408609       (34.96 % deleted)
581.39/587.04	c 587	Memory used           : 15.31 MB
581.39/587.04	c 587	CPU time              : 579.861 s
581.39/587.04	c 587	
581.39/587.04	c 587	SATISFIABLE
581.39/587.04	c 587	DECODING HOME/temp.out WITH HOME/temp.map
581.39/587.04	c 587	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'
581.46/587.15	c 587	Decoding HOME/temp.out
581.46/587.17	s SATISFIABLE
581.46/587.18	v 8 3 0 6 4 14 14 7 4 3 5 2 3 0 5 4 7 15 8 11 6 6 0 7 17 15 18 3 12 18 5 6 6 9 4 9 2 16 1 5
581.46/587.18	c 587	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
581.46/587.20	c 587	CPU 581.56 (0.06 0.02 581.32 0.16)
581.46/587.20	c 587	END Sun Jul 12 12:42:34 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-2091498-1247394767/watcher-2091498-1247394767 -o /tmp/evaluation-result-2091498-1247394767/solver-2091498-1247394767 -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-2091498-1247394767.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.01 2.02 2.00 4/74 26570
/proc/meminfo: memFree=1827992/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=18576 CPUtime=0
/proc/26570/stat : 26570 (runsolver) R 26568 26570 26440 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26540860 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26570/statm: 4644 284 249 26 0 2626 0

[startup+0.0777699 s]
/proc/loadavg: 2.01 2.02 2.00 4/74 26570
/proc/meminfo: memFree=1827992/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16740 CPUtime=0.06
/proc/26570/stat : 26570 (sugar) R 26568 26570 26440 0 -1 4194304 1086 0 0 0 5 1 0 0 18 0 1 0 26540860 17141760 1054 996147200 4194304 4206940 548682068608 18446744073709551615 255553325712 0 0 4224 0 0 0 0 17 1 0 0
/proc/26570/statm: 4185 1054 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102774 s]
/proc/loadavg: 2.01 2.02 2.00 4/74 26570
/proc/meminfo: memFree=1827992/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=0.06
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26540860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301783 s]
/proc/loadavg: 2.01 2.02 2.00 4/74 26570
/proc/meminfo: memFree=1827992/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=0.06
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26540860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701826 s]
/proc/loadavg: 2.01 2.02 2.00 4/74 26570
/proc/meminfo: memFree=1827992/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=0.06
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26540860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 26592
/proc/meminfo: memFree=1818624/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=0.75
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1310 4805 0 1 5 1 66 3 15 0 1 0 26540860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1111 409 3 0 796 0
[pid=26583] ppid=26570 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26570 26570 26440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26540942 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 233 193 169 0 50 0
[pid=26584] ppid=26583 vsize=864312 CPUtime=0.65
/proc/26584/stat : 26584 (java) S 26583 26570 26440 0 -1 0 6831 0 1 0 61 4 0 0 18 0 9 0 26540942 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26584/statm: 216078 6077 2590 9 0 210555 0
[pid=26584/tid=26585] ppid=26583 vsize=864312 CPUtime=0.36
/proc/26584/task/26585/stat : 26585 (java) R 26583 26570 26440 0 -1 64 2721 0 1 0 35 1 0 0 18 0 9 0 26540943 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4126545646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26586] ppid=26583 vsize=864312 CPUtime=0.19
/proc/26584/task/26586/stat : 26586 (java) S 26583 26570 26440 0 -1 64 3076 0 0 0 18 1 0 0 16 0 9 0 26540944 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26587] ppid=26583 vsize=864312 CPUtime=0
/proc/26584/task/26587/stat : 26587 (java) S 26583 26570 26440 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26540944 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26588] ppid=26583 vsize=864312 CPUtime=0
/proc/26584/task/26588/stat : 26588 (java) S 26583 26570 26440 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26540944 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26589] ppid=26583 vsize=864312 CPUtime=0
/proc/26584/task/26589/stat : 26589 (java) S 26583 26570 26440 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26540947 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26590] ppid=26583 vsize=864312 CPUtime=0.07
/proc/26584/task/26590/stat : 26590 (java) S 26583 26570 26440 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 26540947 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26591] ppid=26583 vsize=864312 CPUtime=0
/proc/26584/task/26591/stat : 26591 (java) S 26583 26570 26440 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26540947 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26584/tid=26592] ppid=26583 vsize=864312 CPUtime=0
/proc/26584/task/26592/stat : 26592 (java) S 26583 26570 26440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26540947 885055488 6077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886536

[startup+3.10105 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 26594
/proc/meminfo: memFree=1822016/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 15 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=3848 CPUtime=1.4
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 706 0 0 0 140 0 0 0 25 0 1 0 26541027 3940352 692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 962 692 75 150 0 809 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 26072

[startup+6.30135 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 26594
/proc/meminfo: memFree=1820416/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=4820 CPUtime=4.57
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 965 0 0 0 457 0 0 0 25 0 1 0 26541027 4935680 951 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 1205 951 75 150 0 1052 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 27044

[startup+12.702 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 26594
/proc/meminfo: memFree=1819584/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=5484 CPUtime=10.91
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 1121 0 0 0 1091 0 0 0 25 0 1 0 26541027 5615616 1107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 1371 1107 75 150 0 1218 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 27708

[startup+25.5022 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 26594
/proc/meminfo: memFree=1818496/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=6584 CPUtime=23.6
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 1390 0 0 0 2359 1 0 0 25 0 1 0 26541027 6742016 1376 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 1646 1376 75 150 0 1493 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28808

[startup+51.1026 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 26594
/proc/meminfo: memFree=1817536/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=7648 CPUtime=48.95
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 1656 0 0 0 4894 1 0 0 25 0 1 0 26541027 7831552 1642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 1912 1642 75 150 0 1759 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 29872

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 26594
/proc/meminfo: memFree=1815616/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=9120 CPUtime=99.68
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 2043 0 0 0 9966 2 0 0 25 0 1 0 26541027 9338880 2029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 2280 2029 75 150 0 2127 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 31344

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 26594
/proc/meminfo: memFree=1813824/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=10688 CPUtime=159.11
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 2410 0 0 0 15909 2 0 0 25 0 1 0 26541027 10944512 2396 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 2672 2396 75 150 0 2519 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 32912

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1812736/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=11660 CPUtime=218.56
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 2633 0 0 0 21853 3 0 0 25 0 1 0 26541027 11939840 2619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 2915 2619 75 150 0 2762 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 33884

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1811328/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=12732 CPUtime=278
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 2907 0 0 0 27797 3 0 0 25 0 1 0 26541027 13037568 2893 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3183 2893 75 150 0 3030 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 34956

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1810496/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=13572 CPUtime=337.43
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3091 0 0 0 33740 3 0 0 25 0 1 0 26541027 13897728 3077 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3393 3077 75 150 0 3240 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 35796

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1809472/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=14104 CPUtime=396.87
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3243 0 0 0 39684 3 0 0 25 0 1 0 26541027 14442496 3229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3526 3229 75 150 0 3373 0
Current children cumulated CPU time (s) 398.41
Current children cumulated vsize (KiB) 36328

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1809152/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=14536 CPUtime=456.31
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3326 0 0 0 45628 3 0 0 25 0 1 0 26541027 14884864 3312 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3634 3312 75 150 0 3481 0
Current children cumulated CPU time (s) 457.85
Current children cumulated vsize (KiB) 36760

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1808704/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=14708 CPUtime=515.75
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3389 0 0 0 51572 3 0 0 25 0 1 0 26541027 15060992 3375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3677 3375 75 150 0 3524 0
Current children cumulated CPU time (s) 517.29
Current children cumulated vsize (KiB) 36932

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1807872/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=15676 CPUtime=575.19
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3602 0 0 0 57516 3 0 0 25 0 1 0 26541027 16052224 3588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3919 3588 75 150 0 3766 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 37900

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

[startup+585.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1807616/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=15676 CPUtime=578.36
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3627 0 0 0 57833 3 0 0 25 0 1 0 26541027 16052224 3613 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3919 3613 75 150 0 3766 0
Current children cumulated CPU time (s) 579.9
Current children cumulated vsize (KiB) 37900

[startup+586.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1807616/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=15676 CPUtime=579.15
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3627 0 0 0 57912 3 0 0 25 0 1 0 26541027 16052224 3613 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3919 3613 75 150 0 3766 0
Current children cumulated CPU time (s) 580.69
Current children cumulated vsize (KiB) 37900

[startup+586.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1807616/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=1.54
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1376 11964 0 2 5 2 138 9 16 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
[pid=26593] ppid=26570 vsize=5356 CPUtime=0
/proc/26593/stat : 26593 (sh) S 26570 26570 26440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26541027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26593/statm: 1339 232 193 169 0 50 0
[pid=26594] ppid=26593 vsize=15676 CPUtime=579.55
/proc/26594/stat : 26594 (minisat) R 26593 26570 26440 0 -1 4194304 3628 0 0 0 57952 3 0 0 25 0 1 0 26541027 16052224 3614 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26594/statm: 3919 3614 75 150 0 3766 0
Current children cumulated CPU time (s) 581.09
Current children cumulated vsize (KiB) 37900

[startup+587.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1807616/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=581.46
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1430 15887 0 2 6 2 58124 14 17 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 581.46
Current children cumulated vsize (KiB) 16868

[startup+587.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26594
/proc/meminfo: memFree=1807616/2055920 swapFree=4192812/4192956
[pid=26570] ppid=26568 vsize=16868 CPUtime=581.46
/proc/26570/stat : 26570 (sugar) S 26568 26570 26440 0 -1 4194304 1450 15887 0 2 6 2 58124 14 15 0 1 0 26540860 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26570/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 581.46
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 587.206
CPU time (s): 581.583
CPU user time (s): 581.39
CPU system time (s): 0.19297
CPU usage (%): 99.0424
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 581.39
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21093
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= 1652
involuntary context switches= 14097

runsolver used 0.694894 second user time and 1.9927 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 12:32:47
IDJOB=2091498
IDBENCH=60070
IDSOLVER=739
FILE ID=node48/2091498-1247394767
PBS_JOBID= 9507380
Free space on /tmp= 66468 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-5_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-2091498-1247394767/watcher-2091498-1247394767 -o /tmp/evaluation-result-2091498-1247394767/solver-2091498-1247394767 -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-2091498-1247394767.xml

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

MD5SUM BENCH= 7050be9d9b718a739901370d608c528b
RANDOM SEED=218199972

node48.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.237
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.237
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:       1828472 kB
Buffers:         31900 kB
Cached:         117224 kB
SwapCached:          0 kB
Active:         108064 kB
Inactive:        65984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          36064 kB
Slab:            38532 kB
Committed_AS:   207868 kB
PageTables:       1784 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= 66464 MiB
End job on node48 at 2009-07-12 12:42:34