Trace number 2066297

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.08 1803.23

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-40.xml
MD5SUM0dccbd4340a0e6d3f96704e54b0bf60a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints150
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)

Solver Data

0.05/0.34	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.34	c 0	BEGIN Sat Jul 11 21:56:38 2009
0.05/0.34	c 0	PID 16387
0.05/0.36	c 0	HOST node28.alineos.net
0.05/0.36	c 0	CONVERTING HOME/instance-2066297-1247342198.xml TO HOME/temp.csp
0.05/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066297-1247342198.xml' 'HOME/temp.csp'
0.08/0.95	c 1	1 domains, 2800 variables, 2 predicates, 0 relations, 150 constraints
0.52/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.52/1.10	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.52/1.18	c 1	Parsing HOME/temp.csp
0.53/1.29	c 1	parsed 2953 expressions
0.53/1.30	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.30	c 1	Converting to clausal form CSP
0.53/1.32	c 1	converted 296 (10%) expressions
0.53/1.33	c 1	converted 591 (20%) expressions
0.53/1.33	c 1	converted 886 (30%) expressions
0.53/1.33	c 1	converted 1182 (40%) expressions
0.53/1.34	c 1	converted 1477 (50%) expressions
0.53/1.35	c 1	converted 1772 (60%) expressions
0.53/1.35	c 1	converted 2068 (70%) expressions
0.53/1.35	c 1	converted 2363 (80%) expressions
0.53/1.35	c 1	converted 2658 (90%) expressions
0.53/1.79	c 2	converted 2953 (100%) expressions
0.53/1.79	c 2	CSP : 4150 integers, 0 booleans, 2850 clauses, largest domain size 13
0.53/1.79	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.79	c 2	Propagation in CSP
0.53/1.87	c 2	2380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.53/1.87	c 2	CSP : 4150 integers, 0 booleans, 2850 clauses, largest domain size 13
0.53/1.87	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.88	c 2	Simplifing CSP by introducing new Boolean variables
0.53/1.88	c 2	CSP : 4150 integers, 0 booleans, 2850 clauses, largest domain size 13
0.53/1.88	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.93	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.53/1.94	c 2	415 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.53/1.94	c 2	830 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.53/1.94	c 2	1245 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.53/1.95	c 2	1660 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.53/1.95	c 2	2075 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.53/1.95	c 2	2490 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.53/1.96	c 2	2905 (70%) CSP integer variables are encoded (713 clauses, 9333 bytes)
0.53/1.96	c 2	3320 (80%) CSP integer variables are encoded (3524 clauses, 45876 bytes)
0.53/1.96	c 2	3735 (90%) CSP integer variables are encoded (4880 clauses, 63504 bytes)
0.53/1.97	c 2	4150 (100%) CSP integer variables are encoded (4880 clauses, 63504 bytes)
0.53/2.05	c 2	285 (10%) CSP clauses are encoded (19385 clauses, 345901 bytes)
1.50/2.14	c 2	570 (20%) CSP clauses are encoded (33890 clauses, 637706 bytes)
1.61/2.22	c 2	855 (30%) CSP clauses are encoded (48395 clauses, 957671 bytes)
1.69/2.30	c 2	1140 (40%) CSP clauses are encoded (62900 clauses, 1277636 bytes)
1.69/2.37	c 3	1425 (50%) CSP clauses are encoded (77405 clauses, 1597601 bytes)
1.80/2.45	c 3	1710 (60%) CSP clauses are encoded (83990 clauses, 1725480 bytes)
1.90/2.52	c 3	1995 (70%) CSP clauses are encoded (86615 clauses, 1757484 bytes)
1.90/2.58	c 3	2280 (80%) CSP clauses are encoded (89240 clauses, 1790800 bytes)
2.00/2.65	c 3	2565 (90%) CSP clauses are encoded (91865 clauses, 1826455 bytes)
2.09/2.72	c 3	2850 (100%) CSP clauses are encoded (94490 clauses, 1862110 bytes)
2.09/2.72	c 3	2850 CSP clauses encoded
2.09/2.72	c 3	Writing map file : HOME/temp.map
2.09/2.74	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.09/2.74	c 3	SAT : 9030 SAT variables, 94490 SAT clauses, 1862110 bytes
2.09/2.74	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.09/2.79	c 3	SOLVING HOME/temp.cnf
2.09/2.79	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.79	c 3	This is MiniSat 2.0 beta
2.09/2.79	c 3	WARNING: for repeatability, setting FPU to use double precision
2.09/2.79	c 3	============================[ Problem Statistics ]=============================
2.09/2.79	c 3	|                                                                             |
2.09/2.79	c 3	|  Number of variables:  9030                                                 |
2.09/2.79	c 3	|  Number of clauses:    94490                                                |
2.15/2.85	c 3	|  Parsing time:         0.05         s                                       |
2.15/2.85	c 3	============================[ Search Statistics ]==============================
2.15/2.85	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.15/2.85	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.15/2.85	c 3	===============================================================================
2.15/2.85	c 3	|         0 |    9030    94490   319010 |    31496        0    nan |  0.000 % |
2.15/2.87	c 3	|       101 |    9030    94490   319010 |    34646      101    109 |  0.000 % |
2.15/2.88	c 3	|       252 |    9030    94490   319010 |    38110      252     68 |  0.000 % |
2.15/2.90	c 3	|       477 |    9030    94490   319010 |    41922      477     44 |  0.000 % |
2.15/2.92	c 3	|       814 |    9030    94490   319010 |    46114      814     39 |  0.000 % |
2.15/2.97	c 3	|      1320 |    9030    94490   319010 |    50725     1320     37 |  0.000 % |
2.15/3.02	c 3	|      2079 |    9030    94490   319010 |    55798     2079     30 |  0.000 % |
2.15/3.15	c 3	|      3218 |    9030    94490   319010 |    61378     3218     42 |  0.000 % |
2.55/3.30	c 3	|      4926 |    9030    94490   319010 |    67515     4926     37 |  0.000 % |
3.03/3.77	c 4	|      7489 |    9030    94490   319010 |    74267     7489     67 |  0.000 % |
3.43/4.19	c 4	|     11333 |    9030    94490   319010 |    81694    11333     60 |  0.000 % |
4.55/6.53	c 7	|     17099 |    9030    94490   319010 |    89863    17099     70 |  0.000 % |
5.85/7.88	c 8	|     25748 |    9030    94490   319010 |    98850    25748     64 |  0.000 % |
11.05/13.05	c 13	|     38724 |    9030    94490   319010 |   108735    38724     78 |  0.000 % |
19.34/21.35	c 21	|     58185 |    9030    94490   319010 |   119608    58185     88 |  0.000 % |
33.72/35.77	c 36	|     87378 |    9030    94490   319010 |   131569    87378     88 |  0.000 % |
58.17/60.27	c 60	|    131170 |    9030    94490   319010 |   144726   131170     78 |  0.000 % |
144.92/147.10	c 147	|    196854 |    9030    94490   319010 |   159198    62600    160 |  0.000 % |
285.23/287.68	c 288	|    295381 |    9030    94490   319010 |   175118   161127    123 |  0.000 % |
431.84/434.30	c 434	|    443172 |    9030    94490   319010 |   192630   144186     60 |  0.000 % |
868.95/871.69	c 872	|    664855 |    9030    94490   319010 |   211893   188007     94 |  0.000 % |
1678.48/1681.54	c 1682	|    997380 |    9030    94490   319010 |   233083   123544     53 |  0.000 % |
1800.08/1803.23	c ERROR INTERRUPTED
1800.08/1803.23	s UNKNOWN
1800.08/1803.23	c 1803	CPU 2.17 (0.07 0.02 1.95 0.13)
1800.08/1803.23	c 1803	END Sat Jul 11 22:26:41 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-2066297-1247342198/watcher-2066297-1247342198 -o /tmp/evaluation-result-2066297-1247342198/solver-2066297-1247342198 -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-2066297-1247342198.xml 

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


[startup+0 s]
/proc/loadavg: 1.94 1.99 2.38 4/72 16387
/proc/meminfo: memFree=1900272/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=18576 CPUtime=0
/proc/16387/stat : 16387 (runsolver) R 16385 16387 15341 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 21286432 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16387/statm: 4644 284 249 26 0 2626 0

[startup+0.0360319 s]
/proc/loadavg: 1.94 1.99 2.38 4/72 16387
/proc/meminfo: memFree=1900272/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=2504 CPUtime=0
/proc/16387/stat : 16387 (sugar) D 16385 16387 15341 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 21286432 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 217868993232 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16387/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.108207 s]
/proc/loadavg: 1.94 1.99 2.38 4/72 16387
/proc/meminfo: memFree=1900272/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=12268 CPUtime=0
/proc/16387/stat : 16387 (sugar) R 16385 16387 15341 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 21286432 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 0 0 0 0 17 1 0 0
/proc/16387/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301072 s]
/proc/loadavg: 1.94 1.99 2.38 4/72 16387
/proc/meminfo: memFree=1900272/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=15948 CPUtime=0.05
/proc/16387/stat : 16387 (sugar) D 16385 16387 15341 0 -1 4194304 904 0 6 0 4 1 0 0 18 0 1 0 21286432 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16387/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.701126 s]
/proc/loadavg: 1.94 1.99 2.38 4/72 16387
/proc/meminfo: memFree=1900272/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=0.08
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1221 128 6 0 6 2 0 0 18 0 1 0 21286432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+1.50124 s]
/proc/loadavg: 2.02 2.01 2.39 4/82 16399
/proc/meminfo: memFree=1878688/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=0.53
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1303 4945 6 57 6 2 39 6 15 0 1 0 21286432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+3.10145 s]
/proc/loadavg: 2.02 2.01 2.39 3/83 16409
/proc/meminfo: memFree=1871448/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.15
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 6 2 194 13 15 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30169 s]
/proc/loadavg: 2.02 2.01 2.39 3/75 16411
/proc/meminfo: memFree=1875352/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 15 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=11804 CPUtime=2.18
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 2827 0 0 0 216 2 0 0 25 0 1 0 21286712 12087296 2813 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 2951 2813 75 150 0 2798 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 34028
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 2.17 2.04 2.39 3/75 16411
/proc/meminfo: memFree=1865816/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=20488 CPUtime=8.58
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 4979 0 0 0 854 4 0 0 25 0 1 0 21286712 20979712 4965 996147200 134512640 135127466 4294956256 18446744073709551615 134527237 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 5122 4965 75 150 0 4969 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 42712

[startup+25.5023 s]
/proc/loadavg: 2.14 2.04 2.39 3/75 16411
/proc/meminfo: memFree=1851288/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=34616 CPUtime=21.37
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 8507 0 0 0 2129 8 0 0 25 0 1 0 21286712 35446784 8493 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 8654 8493 76 150 0 8501 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 56840

[startup+51.1028 s]
/proc/loadavg: 2.14 2.05 2.38 3/75 16411
/proc/meminfo: memFree=1835352/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=50664 CPUtime=46.91
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 12478 0 0 0 4677 14 0 0 25 0 1 0 21286712 51879936 12464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 12666 12464 76 150 0 12513 0
Current children cumulated CPU time (s) 49.07
Current children cumulated vsize (KiB) 72888

[startup+102.303 s]
/proc/loadavg: 2.12 2.06 2.36 3/75 16411
/proc/meminfo: memFree=1819800/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=66164 CPUtime=98.09
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 16311 0 0 0 9791 18 0 0 25 0 1 0 21286712 67751936 16297 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 16541 16297 76 150 0 16388 0
Current children cumulated CPU time (s) 100.25
Current children cumulated vsize (KiB) 88388

[startup+162.303 s]
/proc/loadavg: 2.04 2.04 2.34 3/75 16411
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=66164 CPUtime=158.06
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 16314 0 0 0 15788 18 0 0 25 0 1 0 21286712 67751936 16300 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 16541 16300 76 150 0 16388 0
Current children cumulated CPU time (s) 160.22
Current children cumulated vsize (KiB) 88388

[startup+222.302 s]
/proc/loadavg: 2.01 2.03 2.31 3/75 16411
/proc/meminfo: memFree=1800408/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=85588 CPUtime=218.03
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 21111 0 0 0 21779 24 0 0 25 0 1 0 21286712 87642112 21097 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 21397 21097 76 150 0 21244 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 107812

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.29 3/75 16417
/proc/meminfo: memFree=1786776/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=98560 CPUtime=277.78
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 24321 0 0 0 27746 32 0 0 25 0 1 0 21286712 100925440 24307 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 24640 24307 76 150 0 24487 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 120784

[startup+342.303 s]
/proc/loadavg: 2.00 2.02 2.27 3/75 16417
/proc/meminfo: memFree=1780440/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1768416/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=116140 CPUtime=1297.3
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 28660 0 0 0 129694 36 0 0 25 0 1 0 21286712 118927360 28646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 29035 28646 76 150 0 28882 0
Current children cumulated CPU time (s) 1299.46
Current children cumulated vsize (KiB) 138364

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 16417
/proc/meminfo: memFree=1767584/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=117228 CPUtime=1357.27
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 28861 0 0 0 135691 36 0 0 25 0 1 0 21286712 120041472 28847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 29307 28847 76 150 0 29154 0
Current children cumulated CPU time (s) 1359.43
Current children cumulated vsize (KiB) 139452

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 16417
/proc/meminfo: memFree=1766560/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=118380 CPUtime=1417.24
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29098 0 0 0 141688 36 0 0 25 0 1 0 21286712 121221120 29084 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 29595 29084 76 150 0 29442 0
Current children cumulated CPU time (s) 1419.4
Current children cumulated vsize (KiB) 140604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 16417
/proc/meminfo: memFree=1765536/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=119468 CPUtime=1477.22
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29343 0 0 0 147685 37 0 0 25 0 1 0 21286712 122335232 29329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 29867 29329 76 150 0 29714 0
Current children cumulated CPU time (s) 1479.38
Current children cumulated vsize (KiB) 141692

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 16417
/proc/meminfo: memFree=1765024/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=120012 CPUtime=1537.2
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29460 0 0 0 153683 37 0 0 25 0 1 0 21286712 122892288 29446 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 30003 29446 76 150 0 29850 0
Current children cumulated CPU time (s) 1539.36
Current children cumulated vsize (KiB) 142236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 16417
/proc/meminfo: memFree=1764960/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=120012 CPUtime=1597.17
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29460 0 0 0 159680 37 0 0 25 0 1 0 21286712 122892288 29446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 30003 29446 76 150 0 29850 0
Current children cumulated CPU time (s) 1599.33
Current children cumulated vsize (KiB) 142236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 16417
/proc/meminfo: memFree=1765024/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=120012 CPUtime=1657.14
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29460 0 0 0 165677 37 0 0 25 0 1 0 21286712 122892288 29446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 30003 29446 76 150 0 29850 0
Current children cumulated CPU time (s) 1659.3
Current children cumulated vsize (KiB) 142236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 16417
/proc/meminfo: memFree=1764896/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=120012 CPUtime=1717.1
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29460 0 0 0 171673 37 0 0 25 0 1 0 21286712 122892288 29446 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 30003 29446 76 150 0 29850 0
Current children cumulated CPU time (s) 1719.26
Current children cumulated vsize (KiB) 142236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 16417
/proc/meminfo: memFree=1764192/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=120828 CPUtime=1777.07
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29623 0 0 0 177670 37 0 0 25 0 1 0 21286712 123727872 29609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 30207 29609 76 150 0 30054 0
Current children cumulated CPU time (s) 1779.23
Current children cumulated vsize (KiB) 143052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 1.92 1.98 2.02 4/83 16453
/proc/meminfo: memFree=1718360/2055920 swapFree=4192812/4192956
[pid=16387] ppid=16385 vsize=16868 CPUtime=2.16
/proc/16387/stat : 16387 (sugar) S 16385 16387 15341 0 -1 4194304 1370 12381 6 63 7 2 194 13 16 0 1 0 21286432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16387/statm: 4217 1113 409 3 0 796 0
[pid=16410] ppid=16387 vsize=5356 CPUtime=0
/proc/16410/stat : 16410 (sh) S 16387 16387 15341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21286711 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16410/statm: 1339 232 193 169 0 50 0
[pid=16411] ppid=16410 vsize=121956 CPUtime=1797.92
/proc/16411/stat : 16411 (minisat) R 16410 16387 15341 0 -1 4194304 29837 0 0 0 179754 38 0 0 25 0 1 0 21286712 124882944 29823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16411/statm: 30489 29823 76 150 0 30336 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 144180

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

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

Child status: 0

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

Real time (s): 1803.23
CPU time (s): 1800.08
CPU user time (s): 1799.55
CPU system time (s): 0.53
CPU usage (%): 99.8253
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.02469
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14134
page faults= 69
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3088
involuntary context switches= 2685

runsolver used 2.14767 second user time and 5.49216 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 21:56:38
IDJOB=2066297
IDBENCH=54503
IDSOLVER=739
FILE ID=node28/2066297-1247342198
PBS_JOBID= 9506706
Free space on /tmp= 66096 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-40.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-2066297-1247342198/watcher-2066297-1247342198 -o /tmp/evaluation-result-2066297-1247342198/solver-2066297-1247342198 -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-2066297-1247342198.xml

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

MD5SUM BENCH= 0dccbd4340a0e6d3f96704e54b0bf60a
RANDOM SEED=1277926738

node28.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.230
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.230
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:       1900752 kB
Buffers:         11116 kB
Cached:          61304 kB
SwapCached:          0 kB
Active:          87940 kB
Inactive:        18820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:          45948 kB
Slab:            33736 kB
Committed_AS:   152276 kB
PageTables:       1796 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= 66096 MiB
End job on node28 at 2009-07-11 22:26:43