Trace number 1579859

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
LySAT c/2009-03-20UNSAT 61.2997 61.323

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3953
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.49/0.56	c ==============================================================================
0.49/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.56	c ==============================================================================
0.49/0.56	c |         0 |  495031  1168838 |  148509       0        0     nan |  0.000 % |
3.49/3.55	c |         0 |  300405   831416 |      --       0       --      -- |     --   | -44710/7696
3.49/3.55	c ==============================================================================
3.49/3.55	c Result  :   #vars: 49462   #clauses: 300405   #literals: 831416
3.49/3.55	c CPU time:   3.44348 s
3.49/3.55	c ==============================================================================
3.89/3.96	This is MiniSat 2.0 beta
3.89/3.96	WARNING: for repeatability, setting FPU to use double precision
3.89/3.96	============================[ Problem Statistics ]=============================
3.89/3.96	|                                                                             |
3.89/3.96	|  Number of variables:  49462                                                |
3.89/3.96	|  Number of clauses:    300405                                               |
3.95/4.16	|  Parsing time:         0.17         s                                       |
61.26/61.30	restarts              : 13
61.26/61.30	conflicts             : 33383          (583 /sec)
61.26/61.30	decisions             : 227411         (1.42 % random) (3973 /sec)
61.26/61.30	propagations          : 85099409       (1486549 /sec)
61.26/61.30	conflict literals     : 4456623        (27.83 % deleted)
61.26/61.30	Memory used           : 33.98 MB
61.26/61.30	CPU time              : 57.2463 s
61.26/61.30	
61.26/61.30	UNSATISFIABLE
61.26/61.31	s UNSATISFIABLE

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-1579859-1238912176/watcher-1579859-1238912176 -o /tmp/evaluation-result-1579859-1238912176/solver-1579859-1238912176 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1579859-1238912176.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 11869
/proc/meminfo: memFree=1539352/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=2352 CPUtime=0
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 1163880866 2408448 453 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 588 455 50 127 0 458 0

[startup+0.0236191 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 11869
/proc/meminfo: memFree=1539352/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=7056 CPUtime=0.01
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 1582 0 0 0 1 0 0 0 18 0 1 0 1163880866 7225344 1526 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 1764 1526 50 127 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.102627 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 11869
/proc/meminfo: memFree=1539352/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=20228 CPUtime=0.09
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 4156 0 0 0 8 1 0 0 18 0 1 0 1163880866 20713472 4036 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 5090 4037 50 127 0 4960 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25584

[startup+0.302647 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 11869
/proc/meminfo: memFree=1539352/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=33380 CPUtime=0.29
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 7251 0 0 0 26 3 0 0 19 0 1 0 1163880866 34181120 7131 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 8345 7131 50 127 0 8215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38736

[startup+0.702689 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 11869
/proc/meminfo: memFree=1539352/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=50488 CPUtime=0.69
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 11710 0 0 0 63 6 0 0 23 0 1 0 1163880866 51699712 11590 1992294400 134512640 135034092 4294956096 18446744073709551615 134540741 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 12622 11590 64 127 0 12492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55844

[startup+1.50177 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11871
/proc/meminfo: memFree=1487304/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=59416 CPUtime=1.48
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 14844 0 0 0 140 8 0 0 25 0 1 0 1163880866 60841984 13499 1992294400 134512640 135034092 4294956096 18446744073709551615 134529225 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 14854 13499 68 127 0 14724 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64772

[startup+3.10193 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11871
/proc/meminfo: memFree=1479560/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=0
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163880866 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11869/statm: 1339 235 195 169 0 50 0
[pid=11870] ppid=11869 vsize=65956 CPUtime=3.09
/proc/11870/stat : 11870 (SatElite) R 11869 11869 11070 0 -1 4194304 17203 0 0 0 299 10 0 0 25 0 1 0 1163880866 67538944 14464 1992294400 134512640 135034092 4294956096 18446744073709551615 134569488 0 0 4096 3 0 0 0 17 1 0 0
/proc/11870/statm: 16489 14464 68 127 0 16359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71312

[startup+6.30126 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1512584/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=18832 CPUtime=2.32
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 4404 0 0 0 230 2 0 0 25 0 1 0 1163881262 19283968 4374 1992294400 134512640 135214827 4294956208 18446744073709551615 134527404 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 4708 4374 77 171 0 4535 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24188

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1510152/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=21640 CPUtime=8.72
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 5091 0 0 0 869 3 0 0 25 0 1 0 1163881262 22159360 5061 1992294400 134512640 135214827 4294956208 18446744073709551615 134529306 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 5410 5061 77 171 0 5237 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26996

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1504008/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=27448 CPUtime=21.52
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 6567 0 0 0 2147 5 0 0 25 0 1 0 1163881262 28106752 6537 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 6862 6537 77 171 0 6689 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32804

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1498248/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=33176 CPUtime=47.1
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 7988 0 0 0 4704 6 0 0 25 0 1 0 1163881262 33972224 7958 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 8294 7958 77 171 0 8121 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 38532

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

[startup+57.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1497480/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=34000 CPUtime=53.51
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 8197 0 0 0 5344 7 0 0 25 0 1 0 1163881262 34816000 8167 1992294400 134512640 135214827 4294956208 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 8500 8167 77 171 0 8327 0
Current children cumulated CPU time (s) 57.46
Current children cumulated vsize (KiB) 39356

[startup+59.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1497224/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=34396 CPUtime=55.11
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 8280 0 0 0 5504 7 0 0 25 0 1 0 1163881262 35221504 8250 1992294400 134512640 135214827 4294956208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 8599 8250 77 171 0 8426 0
Current children cumulated CPU time (s) 59.06
Current children cumulated vsize (KiB) 39752

[startup+60.7028 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1496776/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=34660 CPUtime=56.71
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 8348 0 0 0 5664 7 0 0 25 0 1 0 1163881262 35491840 8318 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 8665 8318 77 171 0 8492 0
Current children cumulated CPU time (s) 60.66
Current children cumulated vsize (KiB) 40016

[startup+61.1029 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1496776/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=34660 CPUtime=57.11
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 8356 0 0 0 5704 7 0 0 25 0 1 0 1163881262 35491840 8326 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 8665 8326 77 171 0 8492 0
Current children cumulated CPU time (s) 61.06
Current children cumulated vsize (KiB) 40016

[startup+61.3019 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 11872
/proc/meminfo: memFree=1496776/2055920 swapFree=4171316/4192956
[pid=11869] ppid=11867 vsize=5356 CPUtime=3.95
/proc/11869/stat : 11869 (lysat.sh) S 11867 11869 11070 0 -1 4194304 310 18116 0 0 0 0 382 13 16 0 1 0 1163880866 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11869/statm: 1339 237 195 169 0 50 0
[pid=11872] ppid=11869 vsize=34792 CPUtime=57.31
/proc/11872/stat : 11872 (LySATc) R 11869 11869 11070 0 -1 4194304 8369 0 0 0 5724 7 0 0 25 0 1 0 1163881262 35627008 8339 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/11872/statm: 8698 8339 77 171 0 8525 0
Current children cumulated CPU time (s) 61.26
Current children cumulated vsize (KiB) 40148

Child status: 20
Real time (s): 61.323
CPU time (s): 61.2997
CPU user time (s): 61.0747
CPU system time (s): 0.224965
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 71312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0747
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 112

runsolver used 0.072988 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-05 08:16:17
IDJOB=1579859
IDBENCH=71006
IDSOLVER=512
FILE ID=node44/1579859-1238912176
PBS_JOBID= 9101344
Free space on /tmp= 66552 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579859-1238912176/watcher-1579859-1238912176 -o /tmp/evaluation-result-1579859-1238912176/solver-1579859-1238912176 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1579859-1238912176.cnf c

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=533136174

node44.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.241
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.241
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:       1539832 kB
Buffers:         62424 kB
Cached:         364208 kB
SwapCached:      11084 kB
Active:         186096 kB
Inactive:       253160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539832 kB
SwapTotal:     4192956 kB
SwapFree:      4171316 kB
Dirty:           10676 kB
Writeback:           0 kB
Mapped:          18244 kB
Slab:            62264 kB
Committed_AS:  3142172 kB
PageTables:       1804 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= 66552 MiB
End job on node44 at 2009-04-05 08:17:19