Trace number 1824881

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000 10005.5

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.3466
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  194072   507926 |   58221       0        0     nan |  0.000 % |
0.09/0.14	c ==============================================================================
0.09/0.14	c Result  :   #vars: 1156   #clauses: 194072   #literals: 507926
0.09/0.14	c CPU time:   0.121981 s
0.09/0.14	c ==============================================================================
0.29/0.34	c Rsat version 2.00

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-1824881-1242470112/watcher-1824881-1242470112 -o /tmp/evaluation-result-1824881-1242470112/solver-1824881-1242470112 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1824881-1242470112.cnf 

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
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.86 3/64 30628
/proc/meminfo: memFree=1440608/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0
/proc/30628/stat : 30628 (rsat.sh) R 30626 30628 30469 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 275037650 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30628/statm: 1339 234 194 169 0 50 0
[pid=30629] ppid=30628 vsize=956 CPUtime=0
/proc/30629/stat : 30629 (SatElite) R 30628 30628 30469 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 275037650 978944 134 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/30629/statm: 239 138 49 128 0 108 0

[startup+0.0143619 s]
/proc/loadavg: 0.99 0.97 0.86 3/64 30628
/proc/meminfo: memFree=1440608/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 275037650 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30628/statm: 1339 235 195 169 0 50 0
[pid=30629] ppid=30628 vsize=1772 CPUtime=0.01
/proc/30629/stat : 30629 (SatElite) R 30628 30628 30469 0 -1 4194304 322 0 0 0 1 0 0 0 19 0 1 0 275037650 1814528 305 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/30629/statm: 443 305 49 128 0 312 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7128

[startup+0.101377 s]
/proc/loadavg: 0.99 0.97 0.86 3/64 30628
/proc/meminfo: memFree=1440608/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 275037650 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30628/statm: 1339 235 195 169 0 50 0
[pid=30629] ppid=30628 vsize=7944 CPUtime=0.09
/proc/30629/stat : 30629 (SatElite) R 30628 30628 30469 0 -1 4194304 1807 0 0 0 8 1 0 0 19 0 1 0 275037650 8134656 1790 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/30629/statm: 1986 1791 49 128 0 1855 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13300

[startup+0.301417 s]
/proc/loadavg: 0.99 0.97 0.86 3/64 30628
/proc/meminfo: memFree=1440608/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 275037650 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30628/statm: 1339 235 195 169 0 50 0
[pid=30629] ppid=30628 vsize=11252 CPUtime=0.29
/proc/30629/stat : 30629 (SatElite) R 30628 30628 30469 0 -1 4194304 2685 0 0 0 27 2 0 0 21 0 1 0 275037650 11522048 2668 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 0 0 0
/proc/30629/statm: 2813 2668 67 128 0 2682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16608

[startup+0.701507 s]
/proc/loadavg: 0.99 0.97 0.86 3/64 30628
/proc/meminfo: memFree=1440608/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 5356

[startup+1.50165 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 30631
/proc/meminfo: memFree=1427024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=12468 CPUtime=1.15
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 2942 0 0 0 114 1 0 0 25 0 1 0 275037684 12767232 2928 1992294400 134512640 135377749 4294956400 18446744073709551615 134523156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 3117 2928 86 211 0 2903 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17824

[startup+3.10196 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 30631
/proc/meminfo: memFree=1425360/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=13904 CPUtime=2.74
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 3315 0 0 0 273 1 0 0 25 0 1 0 275037684 14237696 3301 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 3476 3301 86 211 0 3262 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19260

[startup+6.30159 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 30631
/proc/meminfo: memFree=1422544/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=16880 CPUtime=5.94
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 4038 0 0 0 592 2 0 0 25 0 1 0 275037684 17285120 4024 1992294400 134512640 135377749 4294956400 18446744073709551615 134529233 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 4220 4024 86 211 0 4006 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22236

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 30631
/proc/meminfo: memFree=1416728/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=22436 CPUtime=12.33
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 5478 0 0 0 1230 3 0 0 25 0 1 0 275037684 22974464 5366 1992294400 134512640 135377749 4294956400 18446744073709551615 134529186 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 5609 5366 86 211 0 5395 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27792

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 30631
/proc/meminfo: memFree=1408600/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=29516 CPUtime=25.13
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 7720 0 0 0 2507 6 0 0 25 0 1 0 275037684 30224384 7220 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 7379 7220 86 211 0 7165 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34872

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 30631
/proc/meminfo: memFree=1403480/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=35748 CPUtime=50.7
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 9324 0 0 0 5064 6 0 0 25 0 1 0 275037684 36605952 8630 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 8937 8630 86 211 0 8723 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 41104

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 30631
/proc/meminfo: memFree=1397656/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=40916 CPUtime=101.89
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 11444 0 0 0 10181 8 0 0 25 0 1 0 275037684 41897984 9978 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 10229 9978 86 211 0 10015 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 46272

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 30631
/proc/meminfo: memFree=1384792/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=54588 CPUtime=161.85
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 16551 0 0 0 16174 11 0 0 25 0 1 0 275037684 55898112 13140 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 13647 13140 86 211 0 13433 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 59944

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 30631
/proc/meminfo: memFree=1378840/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=60668 CPUtime=221.82
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 18092 0 0 0 22170 12 0 0 25 0 1 0 275037684 62124032 14681 1992294400 134512640 135377749 4294956400 18446744073709551615 134530170 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 15167 14681 86 211 0 14953 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 66024

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 30631
/proc/meminfo: memFree=1359576/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=79776 CPUtime=281.79
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 23019 0 0 0 28163 16 0 0 25 0 1 0 275037684 81690624 19608 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 19944 19608 86 211 0 19730 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 85132

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 30631
/proc/meminfo: memFree=1351576/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=86968 CPUtime=341.76
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 26396 0 0 0 34159 17 0 0 25 0 1 0 275037684 89055232 21445 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 21742 21445 86 211 0 21528 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 92324


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

/proc/30631/statm: 117990 114771 86 211 0 117776 0
Current children cumulated CPU time (s) 9397.13
Current children cumulated vsize (KiB) 477316

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976216/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9456.75
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152895 0 0 0 945544 131 0 0 25 0 1 0 275037684 483287040 114771 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114771 86 211 0 117776 0
Current children cumulated CPU time (s) 9457.08
Current children cumulated vsize (KiB) 477316

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976216/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9516.72
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152902 0 0 0 951541 131 0 0 25 0 1 0 275037684 483287040 114778 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114778 86 211 0 117776 0
Current children cumulated CPU time (s) 9517.05
Current children cumulated vsize (KiB) 477316

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976216/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9576.7
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152902 0 0 0 957539 131 0 0 25 0 1 0 275037684 483287040 114778 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114778 86 211 0 117776 0
Current children cumulated CPU time (s) 9577.03
Current children cumulated vsize (KiB) 477316

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976216/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9636.66
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152907 0 0 0 963535 131 0 0 25 0 1 0 275037684 483287040 114783 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114783 86 211 0 117776 0
Current children cumulated CPU time (s) 9636.99
Current children cumulated vsize (KiB) 477316

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976088/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9696.63
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152907 0 0 0 969532 131 0 0 25 0 1 0 275037684 483287040 114783 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114783 86 211 0 117776 0
Current children cumulated CPU time (s) 9696.96
Current children cumulated vsize (KiB) 477316

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976088/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9756.6
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152909 0 0 0 975529 131 0 0 25 0 1 0 275037684 483287040 114785 1992294400 134512640 135377749 4294956400 18446744073709551615 134522853 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114785 86 211 0 117776 0
Current children cumulated CPU time (s) 9756.93
Current children cumulated vsize (KiB) 477316

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9816.57
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152916 0 0 0 981526 131 0 0 25 0 1 0 275037684 483287040 114792 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114792 86 211 0 117776 0
Current children cumulated CPU time (s) 9816.9
Current children cumulated vsize (KiB) 477316

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9876.54
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152916 0 0 0 987523 131 0 0 25 0 1 0 275037684 483287040 114792 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114792 86 211 0 117776 0
Current children cumulated CPU time (s) 9876.87
Current children cumulated vsize (KiB) 477316

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9936.5
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152919 0 0 0 993519 131 0 0 25 0 1 0 275037684 483287040 114795 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114795 86 211 0 117776 0
Current children cumulated CPU time (s) 9936.83
Current children cumulated vsize (KiB) 477316

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9996.47
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152926 0 0 0 999516 131 0 0 25 0 1 0 275037684 483287040 114802 1992294400 134512640 135377749 4294956400 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114802 86 211 0 117776 0
Current children cumulated CPU time (s) 9996.8
Current children cumulated vsize (KiB) 477316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9999.68
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152927 0 0 0 999837 131 0 0 25 0 1 0 275037684 483287040 114803 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114803 86 211 0 117776 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 477316

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

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

[startup+10005.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 30655
/proc/meminfo: memFree=976024/2055920 swapFree=4181912/4192956
[pid=30628] ppid=30626 vsize=5356 CPUtime=0.33
/proc/30628/stat : 30628 (rsat.sh) S 30626 30628 30469 0 -1 4194304 310 2686 0 0 0 0 31 2 16 0 1 0 275037650 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30628/statm: 1339 237 195 169 0 50 0
[pid=30631] ppid=30628 vsize=471960 CPUtime=9999.68
/proc/30631/stat : 30631 (rsat) R 30628 30628 30469 0 -1 4194304 152927 0 0 0 999837 131 0 0 25 0 1 0 275037684 483287040 114803 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30631/statm: 117990 114803 86 211 0 117776 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 477316

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10005.5
CPU time (s): 10000
CPU user time (s): 9998.68
CPU system time (s): 1.33
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 537424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.313952
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2996
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= 5
involuntary context switches= 3

runsolver used 8.78166 second user time and 27.6098 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-16 12:35:13
IDJOB=1824881
IDBENCH=20493
IDSOLVER=665
FILE ID=node66/1824881-1242470112
PBS_JOBID= 9306772
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824881-1242470112/watcher-1824881-1242470112 -o /tmp/evaluation-result-1824881-1242470112/solver-1824881-1242470112 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1824881-1242470112.cnf            

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

MD5SUM BENCH= a27d41b3e10d867544cd2bff7d005be2
RANDOM SEED=389654208

node66.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.263
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	: 5931.00
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.263
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:       1441096 kB
Buffers:         75472 kB
Cached:         448020 kB
SwapCached:       5072 kB
Active:          78896 kB
Inactive:       452756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441096 kB
SwapTotal:     4192956 kB
SwapFree:      4181912 kB
Dirty:            4436 kB
Writeback:           0 kB
Mapped:          14188 kB
Slab:            69228 kB
Committed_AS:  1085448 kB
PageTables:       1372 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= 66232 MiB
End job on node66 at 2009-05-16 15:22:00