Trace number 2072622

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.01 1806.92

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-25-20.xml
MD5SUM54884e30cd74fd87585bd325880eb693
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.0538
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6025
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(6025)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:57:31 2009
0.00/0.08	c 0	PID 19194
0.06/0.08	c 0	HOST node38.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2072622-1247356651.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-2072622-1247356651.xml' 'HOME/temp.csp'
0.95/1.10	c 1	1 domains, 500 variables, 0 predicates, 0 relations, 6025 constraints
1.05/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.13	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'
1.07/1.21	c 1	Parsing HOME/temp.csp
1.07/1.43	c 1	parsed 6526 expressions
1.07/1.44	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.44	c 1	Converting to clausal form CSP
1.07/1.52	c 1	converted 653 (10%) expressions
1.07/1.73	c 2	converted 1306 (20%) expressions
1.07/1.75	c 2	converted 1958 (30%) expressions
1.07/1.78	c 2	converted 2611 (40%) expressions
1.07/1.80	c 2	converted 3263 (50%) expressions
1.07/1.82	c 2	converted 3916 (60%) expressions
1.07/1.85	c 2	converted 4569 (70%) expressions
1.07/1.87	c 2	converted 5221 (80%) expressions
1.07/1.89	c 2	converted 5874 (90%) expressions
1.07/1.94	c 2	converted 6526 (100%) expressions
1.07/1.94	c 2	CSP : 575 integers, 0 booleans, 6175 clauses, largest domain size 8
1.07/1.94	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.94	c 2	Propagation in CSP
1.07/1.97	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.07/1.97	c 2	CSP : 575 integers, 0 booleans, 6175 clauses, largest domain size 8
1.07/1.97	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.97	c 2	Simplifing CSP by introducing new Boolean variables
1.07/1.98	c 2	CSP : 575 integers, 0 booleans, 6175 clauses, largest domain size 8
1.07/1.98	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.07/2.03	c 2	58 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	115 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	173 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	230 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	288 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	345 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	403 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.03	c 2	460 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/2.04	c 2	518 (90%) CSP integer variables are encoded (102 clauses, 1186 bytes)
1.07/2.04	c 2	575 (100%) CSP integer variables are encoded (425 clauses, 4740 bytes)
1.07/2.07	c 2	618 (10%) CSP clauses are encoded (1043 clauses, 9989 bytes)
1.07/2.09	c 2	1235 (20%) CSP clauses are encoded (1660 clauses, 15473 bytes)
2.01/2.11	c 2	1853 (30%) CSP clauses are encoded (2278 clauses, 21005 bytes)
2.01/2.12	c 2	2470 (40%) CSP clauses are encoded (2895 clauses, 26848 bytes)
2.01/2.12	c 2	3088 (50%) CSP clauses are encoded (3513 clauses, 33028 bytes)
2.01/2.13	c 2	3705 (60%) CSP clauses are encoded (4130 clauses, 39198 bytes)
2.01/2.13	c 2	4323 (70%) CSP clauses are encoded (4748 clauses, 45378 bytes)
2.01/2.13	c 2	4940 (80%) CSP clauses are encoded (5365 clauses, 51548 bytes)
2.01/2.14	c 2	5558 (90%) CSP clauses are encoded (5983 clauses, 57728 bytes)
2.12/2.27	c 2	6175 (100%) CSP clauses are encoded (22300 clauses, 398555 bytes)
2.12/2.27	c 2	6175 CSP clauses encoded
2.12/2.27	c 2	Writing map file : HOME/temp.map
2.12/2.28	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.28	c 2	SAT : 1000 SAT variables, 22300 SAT clauses, 398555 bytes
2.12/2.28	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.29	c 2	SOLVING HOME/temp.cnf
2.12/2.29	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.12/2.30	c 2	This is MiniSat 2.0 beta
2.12/2.30	c 2	WARNING: for repeatability, setting FPU to use double precision
2.12/2.30	c 2	============================[ Problem Statistics ]=============================
2.12/2.30	c 2	|                                                                             |
2.21/2.30	c 2	|  Number of variables:  1000                                                 |
2.21/2.30	c 2	|  Number of clauses:    22300                                                |
2.21/2.31	c 2	|  Parsing time:         0.01         s                                       |
2.21/2.31	c 2	============================[ Search Statistics ]==============================
2.21/2.31	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.31	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.31	c 2	===============================================================================
2.21/2.31	c 2	|         0 |    1000    22300    83175 |     7433        0    nan |  0.000 % |
2.21/2.32	c 2	|       100 |    1000    22300    83175 |     8176      100     22 |  0.005 % |
2.21/2.32	c 2	|       250 |    1000    22300    83175 |     8994      250     19 |  0.005 % |
2.21/2.33	c 2	|       475 |    1000    22300    83175 |     9893      475     18 |  0.005 % |
2.21/2.35	c 2	|       813 |    1000    22300    83175 |    10883      813     24 |  0.005 % |
2.21/2.37	c 2	|      1319 |    1000    22300    83175 |    11971     1319     21 |  0.005 % |
2.21/2.42	c 2	|      2078 |    1000    22300    83175 |    13168     2078     35 |  0.005 % |
2.21/2.47	c 2	|      3218 |    1000    22300    83175 |    14485     3218     30 |  0.005 % |
2.21/2.57	c 2	|      4926 |    1000    22300    83175 |    15934     4926     28 |  0.005 % |
2.21/2.75	c 3	|      7488 |    1000    22300    83175 |    17527     7488     30 |  0.005 % |
2.21/3.02	c 3	|     11332 |    1000    22300    83175 |    19280    11332     30 |  0.005 % |
3.38/3.55	c 3	|     17099 |    1000    22300    83175 |    21208    17099     37 |  0.005 % |
4.27/4.46	c 4	|     25749 |    1000    22300    83175 |    23328    14806     43 |  0.005 % |
5.75/5.95	c 6	|     38725 |    1000    22300    83175 |    25661    15810     48 |  0.001 % |
8.24/8.47	c 8	|     58186 |    1000    22300    83175 |    28228    21113     43 |  0.005 % |
14.09/14.32	c 14	|     87378 |    1000    22300    83175 |    31050    20428     68 |  0.001 % |
21.21/21.52	c 21	|    131168 |    1000    22300    83175 |    34155    28112     47 |  0.005 % |
41.52/42.03	c 42	|    196853 |    1000    22300    83175 |    37571    17205     76 |  0.005 % |
83.53/84.46	c 84	|    295379 |    1000    22300    83175 |    41328    22631     81 |  0.005 % |
120.18/121.48	c 121	|    443168 |    1000    22300    83175 |    45461    39181     59 |  0.005 % |
187.93/189.80	c 190	|    664852 |    1000    22300    83175 |    50007    20735     62 |  0.001 % |
281.63/284.48	c 284	|    997377 |    1000    22300    83175 |    55008    42371     62 |  0.005 % |
465.89/470.43	c 470	|   1496165 |    1000    22300    83175 |    60509    27215     75 |  0.001 % |
732.45/738.67	c 739	|   2244348 |    1000    22300    83175 |    66560    25781     55 |  0.005 % |
1115.77/1122.41	c 1122	|   3366623 |    1000    22300    83175 |    73216    50512     64 |  0.005 % |
1800.01/1806.91	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1806.91	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1806.92	c ERROR INTERRUPTED
1800.01/1806.92	s UNKNOWN
1800.01/1806.92	c 1807	CPU 2.21 (0.06 0.02 2.01 0.12)
1800.01/1806.92	c 1807	END Sun Jul 12 02:27:38 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072622-1247356651/watcher-2072622-1247356651 -o /tmp/evaluation-result-2072622-1247356651/solver-2072622-1247356651 -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-2072622-1247356651.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.00 2.00 2.00 4/80 19194
/proc/meminfo: memFree=1690576/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=18576 CPUtime=0
/proc/19194/stat : 19194 (runsolver) R 19192 19194 17458 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22729161 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19194/statm: 4644 284 249 26 0 2626 0

[startup+0.0827971 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19194
/proc/meminfo: memFree=1690576/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16740 CPUtime=0.06
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22729161 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102687 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19194
/proc/meminfo: memFree=1690576/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=0.06
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22729161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301708 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19194
/proc/meminfo: memFree=1690576/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=0.06
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22729161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701753 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19194
/proc/meminfo: memFree=1690576/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=0.06
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22729161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 19206
/proc/meminfo: memFree=1669176/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=1.07
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1309 8331 0 1 5 1 94 7 16 0 1 0 22729161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10202 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 19216
/proc/meminfo: memFree=1668600/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 15 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30138 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 19218
/proc/meminfo: memFree=1679096/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=8380 CPUtime=3.94
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 1858 0 0 0 394 0 0 0 25 0 1 0 22729391 8581120 1844 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 2095 1844 75 150 0 1942 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30604

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 19218
/proc/meminfo: memFree=1677048/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=11064 CPUtime=10.29
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 2507 0 0 0 1027 2 0 0 25 0 1 0 22729391 11329536 2493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 2766 2493 75 150 0 2613 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 33288

[startup+25.5015 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 19218
/proc/meminfo: memFree=1672696/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=12532 CPUtime=22.96
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 2896 0 0 0 2294 2 0 0 25 0 1 0 22729391 12832768 2882 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 3133 2882 75 150 0 2980 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 34756

[startup+51.1024 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 19218
/proc/meminfo: memFree=1667384/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=17884 CPUtime=48.32
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 4204 0 0 0 4829 3 0 0 25 0 1 0 22729391 18313216 4190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 4471 4190 75 150 0 4318 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 40108

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 19218
/proc/meminfo: memFree=1665528/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=19720 CPUtime=99.05
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 4636 0 0 0 9901 4 0 0 25 0 1 0 22729391 20193280 4622 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 4930 4622 75 150 0 4777 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41944

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19218
/proc/meminfo: memFree=1664760/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=20380 CPUtime=158.48
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 4805 0 0 0 15844 4 0 0 25 0 1 0 22729391 20869120 4791 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 5095 4791 75 150 0 4942 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 42604

[startup+222.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 19224
/proc/meminfo: memFree=1664056/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=21044 CPUtime=217.9
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 4950 0 0 0 21786 4 0 0 25 0 1 0 22729391 21549056 4936 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 5261 4936 75 150 0 5108 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 43268

[startup+282.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 19224
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=22928 CPUtime=277.34
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 5410 0 0 0 27729 5 0 0 25 0 1 0 22729391 23478272 5396 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/19218/statm: 5732 5396 75 150 0 5579 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 45152

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19224
/proc/meminfo: memFree=1661368/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1841152/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=46336 CPUtime=1353.37
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 11236 0 0 0 135322 15 0 0 25 0 1 0 22729391 47448064 11158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 11584 11158 75 150 0 11431 0
Current children cumulated CPU time (s) 1355.58
Current children cumulated vsize (KiB) 68560

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 19574
/proc/meminfo: memFree=1841152/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=46336 CPUtime=1413.35
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 11242 0 0 0 141320 15 0 0 25 0 1 0 22729391 47448064 11164 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 11584 11164 75 150 0 11431 0
Current children cumulated CPU time (s) 1415.56
Current children cumulated vsize (KiB) 68560

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 19574
/proc/meminfo: memFree=1840320/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=47128 CPUtime=1473.33
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 11440 0 0 0 147318 15 0 0 25 0 1 0 22729391 48259072 11362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 11782 11362 75 150 0 11629 0
Current children cumulated CPU time (s) 1475.54
Current children cumulated vsize (KiB) 69352

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 19574
/proc/meminfo: memFree=1839040/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=48460 CPUtime=1533.3
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 11745 0 0 0 153315 15 0 0 25 0 1 0 22729391 49623040 11667 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12115 11667 75 150 0 11962 0
Current children cumulated CPU time (s) 1535.51
Current children cumulated vsize (KiB) 70684

[startup+1602.3 s]
/proc/loadavg: 2.10 2.00 2.00 3/75 19574
/proc/meminfo: memFree=1838848/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=48664 CPUtime=1593.28
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 11847 0 0 0 159312 16 0 0 25 0 1 0 22729391 49831936 11709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12166 11709 75 150 0 12013 0
Current children cumulated CPU time (s) 1595.49
Current children cumulated vsize (KiB) 70888

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 19574
/proc/meminfo: memFree=1838720/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=48796 CPUtime=1653.26
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 11881 0 0 0 165310 16 0 0 25 0 1 0 22729391 49967104 11743 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12199 11743 75 150 0 12046 0
Current children cumulated CPU time (s) 1655.47
Current children cumulated vsize (KiB) 71020

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 19574
/proc/meminfo: memFree=1837504/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=50060 CPUtime=1713.23
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 12169 0 0 0 171307 16 0 0 25 0 1 0 22729391 51261440 12031 996147200 134512640 135127466 4294956256 18446744073709551615 134526969 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12515 12031 75 150 0 12362 0
Current children cumulated CPU time (s) 1715.44
Current children cumulated vsize (KiB) 72284

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19574
/proc/meminfo: memFree=1837120/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=50272 CPUtime=1773.2
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 12226 0 0 0 177304 16 0 0 25 0 1 0 22729391 51478528 12088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12568 12088 75 150 0 12415 0
Current children cumulated CPU time (s) 1775.41
Current children cumulated vsize (KiB) 72496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19574
/proc/meminfo: memFree=1837056/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=50484 CPUtime=1797.8
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 12247 0 0 0 179764 16 0 0 25 0 1 0 22729391 51695616 12109 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12621 12109 75 150 0 12468 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 72708

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

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

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19574
/proc/meminfo: memFree=1837056/2055920 swapFree=4192812/4192956
[pid=19194] ppid=19192 vsize=16868 CPUtime=2.21
/proc/19194/stat : 19194 (sugar) S 19192 19194 17458 0 -1 4194304 1376 16507 0 2 6 2 201 12 16 0 1 0 22729161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19194/statm: 4217 1113 409 3 0 796 0
[pid=19217] ppid=19194 vsize=5356 CPUtime=0
/proc/19217/stat : 19217 (sh) S 19194 19194 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22729391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19217/statm: 1339 232 193 169 0 50 0
[pid=19218] ppid=19217 vsize=50484 CPUtime=1797.8
/proc/19218/stat : 19218 (minisat) R 19217 19194 17458 0 -1 4194304 12247 0 0 0 179764 16 0 0 25 0 1 0 22729391 51695616 12109 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/19218/statm: 12621 12109 75 150 0 12468 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 72708

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19194 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=79683
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 2.23566
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.92
CPU time (s): 1800.01
CPU user time (s): 1799.71
CPU system time (s): 0.3
CPU usage (%): 99.6174
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.07968
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18357
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2820
involuntary context switches= 2735

runsolver used 1.86472 second user time and 5.43817 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 01:57:31
IDJOB=2072622
IDBENCH=55784
IDSOLVER=739
FILE ID=node38/2072622-1247356651
PBS_JOBID= 9506956
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-25-20.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-2072622-1247356651/watcher-2072622-1247356651 -o /tmp/evaluation-result-2072622-1247356651/solver-2072622-1247356651 -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-2072622-1247356651.xml

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

MD5SUM BENCH= 54884e30cd74fd87585bd325880eb693
RANDOM SEED=165756881

node38.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.229
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.229
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:       1691056 kB
Buffers:         12560 kB
Cached:          89508 kB
SwapCached:          0 kB
Active:         274336 kB
Inactive:        41908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:         231976 kB
Slab:            33588 kB
Committed_AS:   923192 kB
PageTables:       2268 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= 66396 MiB
End job on node38 at 2009-07-12 02:27:40