Trace number 1737889

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-20? (TO) 1200.06 1200.51

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.595
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.00/0.00	c Parsing...
0.39/0.42	c ==============================================================================
0.39/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.42	c ==============================================================================
0.39/0.42	c |         0 |  457280  1516932 |  137183       0        0     nan |  0.000 % |
1.29/1.33	c |         0 |  430817  1454479 |      --       0       --      -- |     --   | -26463/-62453
1.29/1.33	c ==============================================================================
1.29/1.33	c Result  :   #vars: 23801   #clauses: 430817   #literals: 1454479
1.29/1.33	c CPU time:   1.24281 s
1.29/1.33	c ==============================================================================
1.89/1.94	This is MiniSat 2.0 beta
1.89/1.94	WARNING: for repeatability, setting FPU to use double precision
1.89/1.94	============================[ Problem Statistics ]=============================
1.89/1.94	|                                                                             |
1.89/1.94	|  Number of variables:  23801                                                |
1.89/1.94	|  Number of clauses:    430817                                               |
2.08/2.19	|  Parsing time:         0.21         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737889-1240833625/watcher-1737889-1240833625 -o /tmp/evaluation-result-1737889-1240833625/solver-1737889-1240833625 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1737889-1240833625.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.97 0.91 3/64 16593
/proc/meminfo: memFree=1481784/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111389880 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16593/statm: 1339 235 195 169 0 50 0
[pid=16594] ppid=16593 vsize=2900 CPUtime=0
/proc/16594/stat : 16594 (SatElite) R 16593 16593 16472 0 -1 4194304 558 0 0 0 0 0 0 0 18 0 1 0 111389880 2969600 543 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/16594/statm: 725 549 50 127 0 595 0

[startup+0.026491 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 16593
/proc/meminfo: memFree=1481784/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111389880 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16593/statm: 1339 235 195 169 0 50 0
[pid=16594] ppid=16593 vsize=7508 CPUtime=0.01
/proc/16594/stat : 16594 (SatElite) R 16593 16593 16472 0 -1 4194304 1187 0 0 0 1 0 0 0 18 0 1 0 111389880 7688192 1125 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/16594/statm: 1877 1125 50 127 0 1747 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12864

[startup+0.101503 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 16593
/proc/meminfo: memFree=1481784/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111389880 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16593/statm: 1339 235 195 169 0 50 0
[pid=16594] ppid=16593 vsize=12752 CPUtime=0.09
/proc/16594/stat : 16594 (SatElite) R 16593 16593 16472 0 -1 4194304 2480 0 0 0 8 1 0 0 18 0 1 0 111389880 13058048 2417 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16594/statm: 3188 2418 50 127 0 3058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18108

[startup+0.301539 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 16593
/proc/meminfo: memFree=1481784/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111389880 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16593/statm: 1339 235 195 169 0 50 0
[pid=16594] ppid=16593 vsize=26700 CPUtime=0.29
/proc/16594/stat : 16594 (SatElite) R 16593 16593 16472 0 -1 4194304 5845 0 0 0 25 4 0 0 20 0 1 0 111389880 27340800 5782 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16594/statm: 6675 5783 50 127 0 6545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32056

[startup+0.701603 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 16593
/proc/meminfo: memFree=1481784/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111389880 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16593/statm: 1339 235 195 169 0 50 0
[pid=16594] ppid=16593 vsize=46316 CPUtime=0.69
/proc/16594/stat : 16594 (SatElite) R 16593 16593 16472 0 -1 4194304 10601 0 0 0 62 7 0 0 23 0 1 0 111389880 47427584 10439 1992294400 134512640 135034092 4294956112 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 1 0 0
/proc/16594/statm: 11579 10439 68 127 0 11449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51672

[startup+1.50174 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16595
/proc/meminfo: memFree=1434664/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111389880 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16593/statm: 1339 235 195 169 0 50 0
[pid=16594] ppid=16593 vsize=48432 CPUtime=1.49
/proc/16594/stat : 16594 (SatElite) R 16593 16593 16472 0 -1 4194304 12791 0 0 0 140 9 0 0 25 0 1 0 111389880 49594368 10697 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/16594/statm: 12108 10697 68 127 0 11978 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53788

[startup+3.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16596
/proc/meminfo: memFree=1456936/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=23324 CPUtime=1.14
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 5629 0 0 0 111 3 0 0 25 0 1 0 111390074 23883776 5614 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 5831 5614 77 171 0 5658 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28680

[startup+6.30154 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16596
/proc/meminfo: memFree=1446824/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=25360 CPUtime=4.35
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 6140 0 0 0 430 5 0 0 25 0 1 0 111390074 25968640 6125 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 6340 6125 77 171 0 6167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30716

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16596
/proc/meminfo: memFree=1443440/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=28960 CPUtime=10.74
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 7035 0 0 0 1069 5 0 0 25 0 1 0 111390074 29655040 7020 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 7240 7020 77 171 0 7067 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34316

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16596
/proc/meminfo: memFree=1434352/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=37872 CPUtime=23.53
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 9252 0 0 0 2346 7 0 0 25 0 1 0 111390074 38780928 9237 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 9468 9237 77 171 0 9295 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43228

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16602
/proc/meminfo: memFree=1422320/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=50200 CPUtime=49.1
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 12309 0 0 0 4898 12 0 0 25 0 1 0 111390074 51404800 12294 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 12550 12294 77 171 0 12377 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 55556

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16602
/proc/meminfo: memFree=1398384/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=73804 CPUtime=100.28
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 18226 0 0 0 10008 20 0 0 25 0 1 0 111390074 75575296 18211 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 18451 18211 77 171 0 18278 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 79160

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16602
/proc/meminfo: memFree=1370352/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=102200 CPUtime=160.26
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 25285 0 0 0 15999 27 0 0 25 0 1 0 111390074 104652800 25270 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 25550 25270 77 171 0 25377 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 107556

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 16602
/proc/meminfo: memFree=1344560/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=127428 CPUtime=220.24
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 31642 0 0 0 21991 33 0 0 25 0 1 0 111390074 130486272 31627 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 31857 31627 77 171 0 31684 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 132784

[startup+282.303 s]
/proc/loadavg: 1.11 1.00 0.92 2/66 16602
/proc/meminfo: memFree=1328048/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=144432 CPUtime=280.22
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 35776 0 0 0 27985 37 0 0 25 0 1 0 111390074 147898368 35761 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 36108 35761 77 171 0 35935 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 149788

[startup+342.302 s]
/proc/loadavg: 1.40 1.09 0.95 2/66 16602
/proc/meminfo: memFree=1315952/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=156324 CPUtime=340.21
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 38773 0 0 0 33980 41 0 0 25 0 1 0 111390074 160075776 38758 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 39081 38758 77 171 0 38908 0

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

/proc/16596/statm: 48411 48125 77 171 0 48238 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 199000

[startup+642.302 s]
/proc/loadavg: 1.00 1.03 0.96 2/66 16602
/proc/meminfo: memFree=1268464/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=203572 CPUtime=640.11
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 50615 0 0 0 63956 55 0 0 25 0 1 0 111390074 208457728 50600 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 50893 50600 77 171 0 50720 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 208928

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 0.96 2/66 16602
/proc/meminfo: memFree=1256048/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=215952 CPUtime=700.09
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 53727 0 0 0 69951 58 0 0 25 0 1 0 111390074 221134848 53712 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 53988 53712 77 171 0 53815 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 221308

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 0.96 2/66 16602
/proc/meminfo: memFree=1242544/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=230072 CPUtime=760.07
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 57086 0 0 0 75946 61 0 0 25 0 1 0 111390074 235593728 57071 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 57518 57071 77 171 0 57345 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 235428

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 16602
/proc/meminfo: memFree=1230512/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=242120 CPUtime=820.05
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 60109 0 0 0 81941 64 0 0 25 0 1 0 111390074 247930880 60094 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 60530 60094 77 171 0 60357 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 247476

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 16602
/proc/meminfo: memFree=1219952/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=252572 CPUtime=880.03
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 62760 0 0 0 87935 68 0 0 25 0 1 0 111390074 258633728 62745 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 63143 62745 77 171 0 62970 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 257928

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1208432/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=264072 CPUtime=940.01
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 65646 0 0 0 93931 70 0 0 25 0 1 0 111390074 270409728 65631 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 66018 65631 77 171 0 65845 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 269428

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1198384/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=273908 CPUtime=999.99
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 68123 0 0 0 99927 72 0 0 25 0 1 0 111390074 280481792 68108 1992294400 134512640 135214827 4294956224 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 68477 68108 77 171 0 68304 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 279264

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1189744/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=282508 CPUtime=1059.98
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 70282 0 0 0 105923 75 0 0 25 0 1 0 111390074 289288192 70267 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 70627 70267 77 171 0 70454 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 287864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1181616/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=290536 CPUtime=1119.95
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 72296 0 0 0 111918 77 0 0 25 0 1 0 111390074 297508864 72281 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 72634 72281 77 171 0 72461 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 295892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1173936/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=298200 CPUtime=1179.94
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 74222 0 0 0 117914 80 0 0 25 0 1 0 111390074 305356800 74207 1992294400 134512640 135214827 4294956224 18446744073709551615 134529320 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 74550 74207 77 171 0 74377 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 303556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1171696/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=300188 CPUtime=1198.13
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 74748 0 0 0 119733 80 0 0 25 0 1 0 111390074 307392512 74733 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 75047 74733 77 171 0 74874 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 305544

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 16602
/proc/meminfo: memFree=1171696/2055920 swapFree=4192956/4192956
[pid=16593] ppid=16591 vsize=5356 CPUtime=1.93
/proc/16593/stat : 16593 (lysat.sh) S 16591 16593 16472 0 -1 4194304 310 12794 0 0 0 0 180 13 16 0 1 0 111389880 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 237 195 169 0 50 0
[pid=16596] ppid=16593 vsize=300188 CPUtime=1198.13
/proc/16596/stat : 16596 (LySATc) R 16593 16593 16472 0 -1 4194304 74748 0 0 0 119733 80 0 0 25 0 1 0 111390074 307392512 74733 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/16596/statm: 75047 74733 77 171 0 74874 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 305544

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16593 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=809724
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=133979
# CPU time returned by wait4() is 1.9437
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.13
CPU system time (s): 0.93
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 305544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.80972
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13104
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= 6
involuntary context switches= 9

runsolver used 1.40579 second user time and 2.95655 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-27 14:00:26
IDJOB=1737889
IDBENCH=71797
IDSOLVER=512
FILE ID=node57/1737889-1240833625
PBS_JOBID= 9187510
Free space on /tmp= 66432 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp_ci_ce.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737889-1240833625/watcher-1737889-1240833625 -o /tmp/evaluation-result-1737889-1240833625/solver-1737889-1240833625 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1737889-1240833625.cnf c

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=553463078

node57.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.256
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.256
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:       1482264 kB
Buffers:         69588 kB
Cached:         404712 kB
SwapCached:          0 kB
Active:         295908 kB
Inactive:       192336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12328 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            71576 kB
Committed_AS:   364276 kB
PageTables:       1388 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= 66420 MiB
End job on node57 at 2009-04-27 14:20:29