Trace number 2080597

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 607.788 611.845

General information on the benchmark

Namecsp/knights/
normalized-knights-25-9.xml
MD5SUM2c2a315f78e02a36f39cc2b3c6ab1a62
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.34964
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size625
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
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 05:43:01 2009
0.06/0.08	c 0	PID 25665
0.06/0.08	c 0	HOST node78.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080597-1247370181.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-2080597-1247370181.xml' 'HOME/temp.csp'
0.07/0.26	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.07/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.24/0.37	c 1	Parsing HOME/temp.csp
0.24/0.40	c 1	parsed 48 expressions
0.24/0.41	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.41	c 1	Converting to clausal form CSP
0.24/0.43	c 1	converted 5 (10%) expressions
0.24/0.43	c 1	converted 10 (20%) expressions
0.24/0.44	c 1	converted 15 (30%) expressions
0.24/0.46	c 1	converted 20 (40%) expressions
0.24/0.47	c 1	converted 24 (50%) expressions
0.24/0.47	c 1	converted 29 (60%) expressions
0.24/0.48	c 1	converted 34 (70%) expressions
0.24/0.49	c 1	converted 39 (80%) expressions
0.24/0.49	c 1	converted 44 (90%) expressions
0.24/0.50	c 1	converted 48 (100%) expressions
0.24/0.50	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 625
0.24/0.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.50	c 1	Propagation in CSP
0.24/0.51	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.51	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 625
0.24/0.51	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.51	c 1	Simplifing CSP by introducing new Boolean variables
0.24/0.51	c 1	CSP : 45 integers, 144 booleans, 306 clauses, largest domain size 625
0.24/0.51	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.54	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.24/0.56	c 1	5 (10%) CSP integer variables are encoded (3115 clauses, 38350 bytes)
0.24/0.57	c 1	9 (20%) CSP integer variables are encoded (5607 clauses, 70746 bytes)
0.24/0.57	c 1	14 (30%) CSP integer variables are encoded (5722 clauses, 72241 bytes)
0.24/0.57	c 1	18 (40%) CSP integer variables are encoded (5814 clauses, 73437 bytes)
0.24/0.57	c 1	23 (50%) CSP integer variables are encoded (5929 clauses, 74932 bytes)
0.24/0.57	c 1	27 (60%) CSP integer variables are encoded (6021 clauses, 76128 bytes)
0.24/0.57	c 1	32 (70%) CSP integer variables are encoded (6136 clauses, 77623 bytes)
0.24/0.57	c 1	36 (80%) CSP integer variables are encoded (6228 clauses, 78819 bytes)
0.24/0.57	c 1	41 (90%) CSP integer variables are encoded (6343 clauses, 80314 bytes)
0.24/0.57	c 1	45 (100%) CSP integer variables are encoded (6435 clauses, 81510 bytes)
0.24/0.59	c 1	31 (10%) CSP clauses are encoded (13058 clauses, 196726 bytes)
0.24/0.61	c 1	62 (20%) CSP clauses are encoded (22001 clauses, 356814 bytes)
0.24/0.62	c 1	92 (30%) CSP clauses are encoded (24971 clauses, 410818 bytes)
0.24/0.63	c 1	123 (40%) CSP clauses are encoded (35142 clauses, 597048 bytes)
0.24/0.65	c 1	153 (50%) CSP clauses are encoded (41080 clauses, 709662 bytes)
0.24/0.66	c 1	184 (60%) CSP clauses are encoded (46459 clauses, 809402 bytes)
0.24/0.67	c 1	215 (70%) CSP clauses are encoded (52438 clauses, 920536 bytes)
0.24/0.68	c 1	245 (80%) CSP clauses are encoded (58996 clauses, 1042660 bytes)
0.24/0.69	c 1	276 (90%) CSP clauses are encoded (64375 clauses, 1142400 bytes)
0.24/0.70	c 1	306 (100%) CSP clauses are encoded (66105 clauses, 1175118 bytes)
0.24/0.70	c 1	306 CSP clauses encoded
0.24/0.70	c 1	Writing map file : HOME/temp.map
0.24/0.70	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.70	c 1	SAT : 6624 SAT variables, 66105 SAT clauses, 1175118 bytes
0.24/0.70	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.72	c 1	SOLVING HOME/temp.cnf
0.24/0.72	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.24/0.72	c 1	This is MiniSat 2.0 beta
0.24/0.73	c 1	WARNING: for repeatability, setting FPU to use double precision
0.24/0.73	c 1	============================[ Problem Statistics ]=============================
0.24/0.73	c 1	|                                                                             |
0.24/0.73	c 1	|  Number of variables:  6624                                                 |
0.24/0.73	c 1	|  Number of clauses:    66105                                                |
0.24/0.76	c 1	|  Parsing time:         0.03         s                                       |
0.24/0.77	c 1	============================[ Search Statistics ]==============================
0.24/0.77	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.24/0.77	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.24/0.77	c 1	===============================================================================
0.24/0.77	c 1	|         0 |    6624    66105   189864 |    22035        0    nan |  0.000 % |
0.24/0.79	c 1	|       101 |    6624    66105   189864 |    24238      101     10 |  0.000 % |
0.63/0.83	c 1	|       251 |    6624    66105   189864 |    26662      251     10 |  0.000 % |
0.63/0.88	c 1	|       476 |    6624    66105   189864 |    29328      476     11 |  0.000 % |
0.88/1.08	c 1	|       813 |    6624    66105   189864 |    32261      813     12 |  0.000 % |
0.98/1.12	c 1	|      1319 |    6624    66105   189864 |    35487     1319     12 |  0.000 % |
1.48/1.63	c 2	|      2078 |    6624    66105   189864 |    39036     2078     12 |  0.000 % |
1.78/1.97	c 2	|      3217 |    6624    66105   189864 |    42939     3217     13 |  0.000 % |
2.37/2.58	c 3	|      4926 |    6624    66105   189864 |    47233     4926     13 |  0.000 % |
2.87/3.03	c 3	|      7489 |    6624    66105   189864 |    51957     7489     14 |  0.000 % |
5.94/6.15	c 6	|     11335 |    6624    66105   189864 |    57153    11335     14 |  0.000 % |
7.02/7.21	c 7	|     17101 |    6624    66105   189864 |    62868    17101     14 |  0.003 % |
11.58/11.81	c 12	|     25750 |    6624    66105   189864 |    69155    25750     14 |  0.000 % |
16.04/16.39	c 17	|     38725 |    6624    66105   189864 |    76070    38725     14 |  0.000 % |
29.02/29.45	c 30	|     58187 |    6624    66105   189864 |    83677    58187     15 |  0.000 % |
48.33/48.91	c 49	|     87380 |    6624    66105   189864 |    92045    17182     14 |  0.000 % |
72.81/73.70	c 74	|    131170 |    6624    66105   189864 |   101250    60972     13 |  0.000 % |
116.78/118.00	c 118	|    196855 |    6624    66105   189864 |   111375    38379     13 |  0.000 % |
179.60/181.44	c 182	|    295381 |    6624    66105   189864 |   122512    39073     13 |  0.000 % |
282.72/285.54	c 286	|    443170 |    6624    66105   189864 |   134764    77591     13 |  0.000 % |
460.68/464.76	c 465	|    664853 |    6622    66012   189586 |   148240    24456     13 |  0.030 % |
607.61/611.72	c 612	===============================================================================
607.61/611.72	c 612	restarts              : 21
607.61/611.72	c 612	conflicts             : 871612         (1436 /sec)
607.61/611.72	c 612	decisions             : 1081162        (0.82 % random) (1781 /sec)
607.61/611.72	c 612	propagations          : 788758181      (1299515 /sec)
607.61/611.72	c 612	conflict literals     : 11491925       (19.88 % deleted)
607.61/611.72	c 612	Memory used           : 18.46 MB
607.61/611.72	c 612	CPU time              : 606.964 s
607.61/611.72	c 612	
607.61/611.72	c 612	UNSATISFIABLE
607.61/611.73	c 612	DECODING HOME/temp.out WITH HOME/temp.map
607.61/611.73	c 612	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'
607.66/611.81	c 612	Decoding HOME/temp.out
607.66/611.82	s UNSATISFIABLE
607.66/611.83	c 612	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
607.66/611.84	c 612	CPU 607.76 (0.05 0.02 607.53 0.16)
607.66/611.84	c 612	END Sun Jul 12 05:53:13 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-2080597-1247370181/watcher-2080597-1247370181 -o /tmp/evaluation-result-2080597-1247370181/solver-2080597-1247370181 -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-2080597-1247370181.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.15 2.13 2.05 4/75 25665
/proc/meminfo: memFree=1736520/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=18576 CPUtime=0
/proc/25665/stat : 25665 (runsolver) R 25663 25665 21858 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24082671 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25665/statm: 4644 284 249 26 0 2626 0

[startup+0.073886 s]
/proc/loadavg: 2.15 2.13 2.05 4/75 25665
/proc/meminfo: memFree=1736520/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16608 CPUtime=0.06
/proc/25665/stat : 25665 (sugar) R 25663 25665 21858 0 -1 4194304 1055 0 0 0 4 2 0 0 20 0 1 0 24082671 17006592 1023 996147200 4194304 4206940 548682068608 18446744073709551615 255390537584 0 0 4224 0 0 0 0 17 1 0 0
/proc/25665/statm: 4152 1023 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.106648 s]
/proc/loadavg: 2.15 2.13 2.05 4/75 25665
/proc/meminfo: memFree=1736520/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.07
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301915 s]
/proc/loadavg: 2.15 2.13 2.05 4/75 25665
/proc/meminfo: memFree=1736520/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.24
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1292 4158 0 1 5 2 14 3 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 16868

[startup+0.701951 s]
/proc/loadavg: 2.15 2.13 2.05 4/75 25665
/proc/meminfo: memFree=1736520/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.24
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1310 4158 0 1 5 2 14 3 15 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 16868

[startup+1.50104 s]
/proc/loadavg: 2.15 2.13 2.05 3/78 25689
/proc/meminfo: memFree=1727664/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 15 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=5388 CPUtime=0.75
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 1226 0 0 0 74 1 0 0 25 0 1 0 24082744 5517312 1212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 1347 1212 75 150 0 1194 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 27612

[startup+3.10221 s]
/proc/loadavg: 2.15 2.13 2.05 3/78 25689
/proc/meminfo: memFree=1727280/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 15 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=5928 CPUtime=2.34
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 1359 0 0 0 233 1 0 0 25 0 1 0 24082744 6070272 1345 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 1482 1345 75 150 0 1329 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 28152

[startup+6.30154 s]
/proc/loadavg: 2.14 2.13 2.05 3/78 25689
/proc/meminfo: memFree=1726576/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=6344 CPUtime=5.51
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 1457 0 0 0 550 1 0 0 25 0 1 0 24082744 6496256 1443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 1586 1443 75 150 0 1433 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 28568

[startup+12.7022 s]
/proc/loadavg: 2.13 2.12 2.05 3/78 25689
/proc/meminfo: memFree=1725040/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=8024 CPUtime=11.84
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 1863 0 0 0 1183 1 0 0 25 0 1 0 24082744 8216576 1849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 2006 1849 75 150 0 1853 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 30248

[startup+25.5016 s]
/proc/loadavg: 2.10 2.12 2.05 3/78 25689
/proc/meminfo: memFree=1722608/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=10264 CPUtime=24.52
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 2418 0 0 0 2450 2 0 0 25 0 1 0 24082744 10510336 2404 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 2566 2404 75 150 0 2413 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 32488

[startup+51.1012 s]
/proc/loadavg: 2.06 2.11 2.04 3/78 25689
/proc/meminfo: memFree=1719984/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=12832 CPUtime=49.88
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 3069 0 0 0 4986 2 0 0 25 0 1 0 24082744 13139968 3055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 3208 3055 75 150 0 3055 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 35056

[startup+102.307 s]
/proc/loadavg: 2.03 2.09 2.04 3/78 25689
/proc/meminfo: memFree=1717936/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=14596 CPUtime=100.61
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 3453 0 0 0 10059 2 0 0 25 0 1 0 24082744 14946304 3439 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 3649 3439 75 150 0 3496 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 36820

[startup+162.302 s]
/proc/loadavg: 2.01 2.07 2.03 3/78 25689
/proc/meminfo: memFree=1717232/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=15160 CPUtime=160.04
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 3603 0 0 0 16002 2 0 0 25 0 1 0 24082744 15523840 3589 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 3790 3589 75 150 0 3637 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 37384

[startup+222.301 s]
/proc/loadavg: 2.00 2.05 2.03 3/78 25689
/proc/meminfo: memFree=1716272/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=15916 CPUtime=219.48
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 3796 0 0 0 21945 3 0 0 25 0 1 0 24082744 16297984 3782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 3979 3782 75 150 0 3826 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 38140

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.02 3/78 25689
/proc/meminfo: memFree=1715248/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=16964 CPUtime=278.92

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

/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18520 CPUtime=397.8
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4421 0 0 0 39776 4 0 0 25 0 1 0 24082744 18964480 4407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25689/statm: 4630 4407 75 150 0 4477 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 40744

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 25733
/proc/meminfo: memFree=1716784/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18736 CPUtime=457.65
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4467 0 0 0 45760 5 0 0 25 0 1 0 24082744 19185664 4453 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4684 4453 75 150 0 4531 0
Current children cumulated CPU time (s) 458.28
Current children cumulated vsize (KiB) 40960

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 25735
/proc/meminfo: memFree=1716528/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18736 CPUtime=517.62
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4468 0 0 0 51757 5 0 0 25 0 1 0 24082744 19185664 4454 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4684 4454 75 150 0 4531 0
Current children cumulated CPU time (s) 518.25
Current children cumulated vsize (KiB) 40960

[startup+582.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716528/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=577.6
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4504 0 0 0 57755 5 0 0 25 0 1 0 24082744 19353600 4490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4490 75 150 0 4572 0
Current children cumulated CPU time (s) 578.23
Current children cumulated vsize (KiB) 41124

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

[startup+588.701 s]
/proc/loadavg: 2.03 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716528/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=584
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 58395 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 584.63
Current children cumulated vsize (KiB) 41124

[startup+601.502 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=596.79
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 59674 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 597.42
Current children cumulated vsize (KiB) 41124

[startup+607.901 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=603.19
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 60314 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 603.82
Current children cumulated vsize (KiB) 41124

[startup+609.502 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=604.78
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 60473 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 605.41
Current children cumulated vsize (KiB) 41124

[startup+611.103 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=606.38
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 60633 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 607.01
Current children cumulated vsize (KiB) 41124

[startup+611.503 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=606.79
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 60674 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 607.42
Current children cumulated vsize (KiB) 41124

[startup+611.703 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=0.63
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1373 9485 0 2 5 2 49 7 16 0 1 0 24082671 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1111 409 3 0 796 0
[pid=25688] ppid=25665 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25665 25665 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24082744 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 232 193 169 0 50 0
[pid=25689] ppid=25688 vsize=18900 CPUtime=606.98
/proc/25689/stat : 25689 (minisat) R 25688 25665 21858 0 -1 4194304 4509 0 0 0 60693 5 0 0 25 0 1 0 24082744 19353600 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/25689/statm: 4725 4495 75 150 0 4572 0
Current children cumulated CPU time (s) 607.61
Current children cumulated vsize (KiB) 41124

[startup+611.803 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 25735
/proc/meminfo: memFree=1716464/2055912 swapFree=4192812/4192956
[pid=25665] ppid=25663 vsize=16868 CPUtime=607.66
/proc/25665/stat : 25665 (sugar) S 25663 25665 21858 0 -1 4194304 1424 14288 0 2 5 2 60746 13 16 0 1 0 24082671 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25665/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 607.66
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 611.845
CPU time (s): 607.788
CPU user time (s): 607.594
CPU system time (s): 0.19397
CPU usage (%): 99.3369
Max. virtual memory (cumulated for all children) (KiB): 41124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 607.594
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19484
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= 1148
involuntary context switches= 10660

runsolver used 0.790879 second user time and 2.01069 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 05:43:01
IDJOB=2080597
IDBENCH=57112
IDSOLVER=739
FILE ID=node78/2080597-1247370181
PBS_JOBID= 9507058
Free space on /tmp= 126808 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-25-9.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-2080597-1247370181/watcher-2080597-1247370181 -o /tmp/evaluation-result-2080597-1247370181/solver-2080597-1247370181 -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-2080597-1247370181.xml

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

MD5SUM BENCH= 2c2a315f78e02a36f39cc2b3c6ab1a62
RANDOM SEED=1755251397

node78.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1737000 kB
Buffers:         58336 kB
Cached:         166880 kB
SwapCached:          0 kB
Active:         166740 kB
Inactive:        91400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1737000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          44044 kB
Slab:            45800 kB
Committed_AS:   193284 kB
PageTables:       1892 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= 126812 MiB
End job on node78 at 2009-07-12 05:53:13