Trace number 1774673

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 i/2009-03-20UNSAT 2136.32 2136.97

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1091.03
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.29/1.32	c ==============================================================================
1.29/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.32	c ==============================================================================
1.29/1.32	c |         0 | 1120813  2633174 |  336243       0        0     nan |  0.000 % |
7.99/8.06	c |         0 |  777919  2077798 |      --       0       --      -- |     --   | -91956/18047
7.99/8.06	c ==============================================================================
7.99/8.06	c Result  :   #vars: 158000   #clauses: 777919   #literals: 2077798
7.99/8.06	c CPU time:   7.75382 s
7.99/8.06	c ==============================================================================
9.08/9.10	c lySAT 0.1
9.08/9.10	c minisat core +  additionnal features
9.08/9.10	c ============================[ Problem Statistics ]=============================
9.08/9.10	c |                                                                             |
9.08/9.10	c |  Number of variables:  158000                                               |
9.08/9.10	c |  Number of clauses:    777919                                               |
9.09/9.65	c |  Parsing time:         0.48         s                                       |
2136.24/2136.93	c restarts              : 1605
2136.24/2136.93	c conflicts             : 309343         (145 /sec)
2136.24/2136.93	c decisions             : 1549153        (5.58 % random) (728 /sec)
2136.24/2136.93	c euip                  : 9732        
2136.24/2136.93	c propagations          : 3736803475     (1756853 /sec)
2136.24/2136.93	c conflict literals     : 37125427       (52.35 % deleted)
2136.24/2136.93	c Memory used           : 92.88 MB
2136.24/2136.93	c CPU time              : 2126.99 s
2136.24/2136.93	c 
2136.24/2136.95	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-1774673-1241243673/watcher-1774673-1241243673 -o /tmp/evaluation-result-1774673-1241243673/solver-1774673-1241243673 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774673-1241243673.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.03 1.06 3/65 29751
/proc/meminfo: memFree=1963368/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=2864 CPUtime=0
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 544 0 0 0 0 0 0 0 18 0 1 0 152400598 2932736 528 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 716 535 51 127 0 586 0

[startup+0.0287941 s]
/proc/loadavg: 0.92 1.03 1.06 3/65 29751
/proc/meminfo: memFree=1963368/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=13204 CPUtime=0.02
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 1961 0 0 0 1 1 0 0 18 0 1 0 152400598 13520896 1841 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 3301 1845 50 127 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18560

[startup+0.101803 s]
/proc/loadavg: 0.92 1.03 1.06 3/65 29751
/proc/meminfo: memFree=1963368/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=29232 CPUtime=0.09
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 5231 0 0 0 6 3 0 0 18 0 1 0 152400598 29933568 5047 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 7308 5049 50 127 0 7178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34588

[startup+0.301824 s]
/proc/loadavg: 0.92 1.03 1.06 3/65 29751
/proc/meminfo: memFree=1963368/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=47268 CPUtime=0.29
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 9581 0 0 0 23 6 0 0 19 0 1 0 152400598 48402432 9397 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 11817 9397 50 127 0 11687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52624

[startup+0.70187 s]
/proc/loadavg: 0.92 1.03 1.06 3/65 29751
/proc/meminfo: memFree=1963368/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=68060 CPUtime=0.69
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 14686 0 0 0 60 9 0 0 23 0 1 0 152400598 69693440 14502 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 17015 14503 50 127 0 16885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73416

[startup+1.50196 s]
/proc/loadavg: 0.92 1.03 1.06 2/67 29753
/proc/meminfo: memFree=1874904/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=140904 CPUtime=1.49
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 27899 0 0 0 132 17 0 0 25 0 1 0 152400598 144285696 27715 1992294400 134512640 135034092 4294956112 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 35226 27715 64 127 0 35096 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146260

[startup+3.10114 s]
/proc/loadavg: 0.92 1.03 1.06 2/67 29753
/proc/meminfo: memFree=1842968/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=164792 CPUtime=3.09
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 36009 0 0 0 287 22 0 0 25 0 1 0 152400598 168747008 32957 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 41198 32958 68 127 0 41068 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170148

[startup+6.30151 s]
/proc/loadavg: 1.01 1.05 1.06 2/67 29753
/proc/meminfo: memFree=1824920/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152400598 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 235 195 169 0 50 0
[pid=29752] ppid=29751 vsize=165940 CPUtime=6.28
/proc/29752/stat : 29752 (SatElite) R 29751 29751 29498 0 -1 4194304 39914 0 0 0 601 27 0 0 25 0 1 0 152400598 169922560 33332 1992294400 134512640 135034092 4294956112 18446744073709551615 134574639 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 41485 33332 68 127 0 41355 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 171296

[startup+12.7012 s]
/proc/loadavg: 1.01 1.05 1.06 2/67 29754
/proc/meminfo: memFree=1885856/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=59932 CPUtime=3.58
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 13710 0 0 0 352 6 0 0 25 0 1 0 152401508 61370368 13693 1992294400 134512640 135226915 4294956224 18446744073709551615 134536765 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 14983 13693 81 174 0 14806 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 65288

[startup+25.5017 s]
/proc/loadavg: 1.00 1.04 1.06 2/67 29754
/proc/meminfo: memFree=1884832/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=61128 CPUtime=16.37
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 13962 0 0 0 1631 6 0 0 25 0 1 0 152401508 62595072 13945 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 15282 13945 81 174 0 15105 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 66484

[startup+51.1016 s]
/proc/loadavg: 1.00 1.04 1.06 2/67 29754
/proc/meminfo: memFree=1881888/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=64128 CPUtime=41.97
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 14696 0 0 0 4190 7 0 0 25 0 1 0 152401508 65667072 14679 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 16032 14679 81 174 0 15855 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69484

[startup+102.306 s]
/proc/loadavg: 1.00 1.03 1.05 2/67 29754
/proc/meminfo: memFree=1875552/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=70524 CPUtime=93.16
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 16310 0 0 0 9307 9 0 0 25 0 1 0 152401508 72216576 16293 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 17631 16293 81 174 0 17454 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 75880

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.05 2/67 29754
/proc/meminfo: memFree=1872800/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=73380 CPUtime=153.13
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 17012 0 0 0 15304 9 0 0 25 0 1 0 152401508 75141120 16995 1992294400 134512640 135226915 4294956224 18446744073709551615 134537366 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 18345 16995 81 174 0 18168 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 78736

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.04 2/67 29754
/proc/meminfo: memFree=1867232/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=78740 CPUtime=213.12
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 18355 0 0 0 21301 11 0 0 25 0 1 0 152401508 80629760 18338 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 19685 18338 81 174 0 19508 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 84096

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/67 29754
/proc/meminfo: memFree=1867232/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=78740 CPUtime=273.1
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 18357 0 0 0 27299 11 0 0 25 0 1 0 152401508 80629760 18340 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 19685 18340 81 174 0 19508 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 84096

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.03 2/67 29754
/proc/meminfo: memFree=1862624/2055920 swapFree=4177536/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=83308 CPUtime=333.08
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 19488 0 0 0 33296 12 0 0 25 0 1 0 152401508 85307392 19471 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 20827 19471 81 174 0 20650 0
Current children cumulated CPU time (s) 342.17

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


[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1849632/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=94396 CPUtime=1772.65
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22215 0 0 0 177246 19 0 0 25 0 1 0 152401508 96661504 22198 1992294400 134512640 135226915 4294956224 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23599 22198 81 174 0 23422 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 99752

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1849312/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=94680 CPUtime=1832.63
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22276 0 0 0 183244 19 0 0 25 0 1 0 152401508 96952320 22259 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23670 22259 81 174 0 23493 0
Current children cumulated CPU time (s) 1841.72
Current children cumulated vsize (KiB) 100036

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848992/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95012 CPUtime=1892.61
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22353 0 0 0 189242 19 0 0 25 0 1 0 152401508 97292288 22336 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23753 22336 81 174 0 23576 0
Current children cumulated CPU time (s) 1901.7
Current children cumulated vsize (KiB) 100368

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848928/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95012 CPUtime=1952.6
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22357 0 0 0 195241 19 0 0 25 0 1 0 152401508 97292288 22340 1992294400 134512640 135226915 4294956224 18446744073709551615 134536707 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23753 22340 81 174 0 23576 0
Current children cumulated CPU time (s) 1961.69
Current children cumulated vsize (KiB) 100368

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848864/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2012.58
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 201238 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2021.67
Current children cumulated vsize (KiB) 100460

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2072.57
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 207237 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2081.66
Current children cumulated vsize (KiB) 100460

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

[startup+2099.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2089.36
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 208916 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2098.45
Current children cumulated vsize (KiB) 100460

[startup+2111.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2102.16
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 210196 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2111.25
Current children cumulated vsize (KiB) 100460

[startup+2124.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2114.95
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 211475 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2124.04
Current children cumulated vsize (KiB) 100460

[startup+2131.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2121.35
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 212115 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2130.44
Current children cumulated vsize (KiB) 100460

[startup+2134.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2124.55
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 212435 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2133.64
Current children cumulated vsize (KiB) 100460

[startup+2135.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2126.15
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 212595 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2135.24
Current children cumulated vsize (KiB) 100460

[startup+2136.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2126.95
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 212675 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2136.04
Current children cumulated vsize (KiB) 100460

[startup+2136.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29760
/proc/meminfo: memFree=1848800/2055920 swapFree=4177560/4192956
[pid=29751] ppid=29749 vsize=5356 CPUtime=9.09
/proc/29751/stat : 29751 (lysat.sh) S 29749 29751 29498 0 -1 4194304 310 44706 0 0 0 0 869 40 16 0 1 0 152400598 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29751/statm: 1339 237 195 169 0 50 0
[pid=29754] ppid=29751 vsize=95104 CPUtime=2127.15
/proc/29754/stat : 29754 (LySATi) R 29751 29751 29498 0 -1 4194304 22364 0 0 0 212695 20 0 0 25 0 1 0 152401508 97386496 22347 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29754/statm: 23776 22347 81 174 0 23599 0
Current children cumulated CPU time (s) 2136.24
Current children cumulated vsize (KiB) 100460

Child status: 20
Real time (s): 2136.97
CPU time (s): 2136.32
CPU user time (s): 2135.69
CPU system time (s): 0.636903
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 183552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2135.69
system time used= 0.636903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67542
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= 39
involuntary context switches= 2167

runsolver used 1.86272 second user time and 5.9141 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-02 07:54:34
IDJOB=1774673
IDBENCH=70988
IDSOLVER=609
FILE ID=node32/1774673-1241243673
PBS_JOBID= 9224859
Free space on /tmp= 66476 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774673-1241243673/watcher-1774673-1241243673 -o /tmp/evaluation-result-1774673-1241243673/solver-1774673-1241243673 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774673-1241243673.cnf i

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=472213146

node32.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.216
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.216
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:       1963920 kB
Buffers:          3464 kB
Cached:          43456 kB
SwapCached:       6596 kB
Active:          38360 kB
Inactive:        15400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1963920 kB
SwapTotal:     4192956 kB
SwapFree:      4177536 kB
Dirty:           22768 kB
Writeback:           0 kB
Mapped:          12468 kB
Slab:            24036 kB
Committed_AS:   697100 kB
PageTables:       1488 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= 66476 MiB
End job on node32 at 2009-05-02 08:30:12