Trace number 1773439

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
Rsat 2009-03-22UNSAT 745.44 745.681

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark745.44
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
1.28/1.38	c ==============================================================================
1.28/1.38	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.38	c ==============================================================================
1.28/1.38	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
9.08/9.15	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
9.08/9.15	c ==============================================================================
9.08/9.15	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
9.08/9.15	c CPU time:   8.5417 s
9.08/9.15	c ==============================================================================
10.06/10.10	c Rsat version 3.02
10.07/10.52	c Base unit clause learned: 0
745.15/745.41	c CNF stats: (68748 vars, 547995 clauses)
745.15/745.41	c Decisions: 7561527
745.15/745.41	c Conflicts: 1165070
745.15/745.41	c Restarts: 126
745.15/745.41	c Avg lpc: 24.06
745.15/745.41	c Max decision level: 2704
745.15/745.41	c KB reduction: 8 (865435 clauses removed)
745.15/745.41	c Final decision lit size:68748 (100.00 %)
745.15/745.41	c Final stack/save sizes: 687(1.00 %)/1374(2.00 %)
745.15/745.41	c Final cdc size: 1374 (2.00 %)
745.15/745.41	c ***********************************************
745.15/745.41	c Conflicts with bac: 121298/1165070 (10.41 %)
745.15/745.41	c Avg bac size: 14.28
745.15/745.41	c Avg bac bt depth: 17.65 vs 5.10 (normal)
745.34/745.63	c Running time: 735.12024 seconds
745.34/745.64	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-1773439-1241332770/watcher-1773439-1241332770 -o /tmp/evaluation-result-1773439-1241332770/solver-1773439-1241332770 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773439-1241332770.cnf HOME 

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: 1.00 1.00 1.00 3/65 1594
/proc/meminfo: memFree=1756136/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=2468 CPUtime=0
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 161310340 2527232 431 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 617 434 64 186 0 427 0

[startup+0.05137 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 1594
/proc/meminfo: memFree=1756136/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=13828 CPUtime=0.04
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 3019 0 0 0 3 1 0 0 18 0 1 0 161310340 14159872 3003 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 3457 3004 64 186 0 3267 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19184

[startup+0.101375 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 1594
/proc/meminfo: memFree=1756136/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=26892 CPUtime=0.08
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 5932 0 0 0 6 2 0 0 18 0 1 0 161310340 27537408 5915 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 6723 5917 64 186 0 6533 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32248

[startup+0.301399 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 1594
/proc/meminfo: memFree=1756136/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=72240 CPUtime=0.28
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 17330 0 0 0 20 8 0 0 19 0 1 0 161310340 73973760 17313 1992294400 4194304 4959918 548682068688 18446744073709551615 4237752 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 18060 17319 64 186 0 17870 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77596

[startup+0.701443 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 1594
/proc/meminfo: memFree=1756136/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=187616 CPUtime=0.69
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 39355 0 0 0 48 21 0 0 23 0 1 0 161310340 192118784 39338 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 46904 39340 64 186 0 46714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 192972

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1596
/proc/meminfo: memFree=1532448/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=326072 CPUtime=1.49
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 78481 0 0 0 111 38 0 0 25 0 1 0 161310340 333897728 75728 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 81518 75728 92 186 0 81328 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 331428

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1596
/proc/meminfo: memFree=1446496/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=327164 CPUtime=3.08
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 78717 0 0 0 265 43 0 0 25 0 1 0 161310340 335015936 75964 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 81791 75964 92 186 0 81601 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 332520

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1596
/proc/meminfo: memFree=1419168/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=0
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161310340 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1594/statm: 1339 239 199 169 0 50 0
[pid=1595] ppid=1594 vsize=337924 CPUtime=6.28
/proc/1595/stat : 1595 (SatElite) R 1594 1594 1459 0 -1 4194304 81085 0 0 0 573 55 0 0 25 0 1 0 161310340 346034176 78332 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1595/statm: 84481 78332 92 186 0 84291 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 343280

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 1598
/proc/meminfo: memFree=1649696/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=57932 CPUtime=2.58
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 14371 0 0 0 252 6 0 0 25 0 1 0 161311351 59322368 13664 1992294400 4194304 5460562 548682068800 18446744073709551615 4226943 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 14483 13664 116 309 0 14170 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 63288

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1644448/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=63444 CPUtime=15.38
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 15887 0 0 0 1531 7 0 0 25 0 1 0 161311351 64966656 14954 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 15861 14954 118 309 0 15548 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 68800

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1635168/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=73016 CPUtime=40.95
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 18520 0 0 0 4087 8 0 0 25 0 1 0 161311351 74768384 17285 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 18254 17285 118 309 0 17941 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 78372

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1620000/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=88904 CPUtime=92.15
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 22863 0 0 0 9205 10 0 0 25 0 1 0 161311351 91037696 21089 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22226 21089 118 309 0 21913 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 94260

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1619168/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=89372 CPUtime=152.13
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 25075 0 0 0 15202 11 0 0 25 0 1 0 161311351 91516928 21248 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22343 21248 118 309 0 22030 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 94728

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1617312/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=91004 CPUtime=212.11
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 27577 0 0 0 21200 11 0 0 25 0 1 0 161311351 93188096 21716 1992294400 4194304 5460562 548682068800 18446744073709551615 4204431 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22751 21716 118 309 0 22438 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 96360

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1616224/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=91980 CPUtime=272.09
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 29866 0 0 0 27196 13 0 0 25 0 1 0 161311351 94187520 21986 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22995 21986 118 309 0 22682 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 97336

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1616224/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=91980 CPUtime=332.08
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 29866 0 0 0 33195 13 0 0 25 0 1 0 161311351 94187520 21986 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22995 21986 118 309 0 22682 0
Current children cumulated CPU time (s) 342.15

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


[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1599
/proc/meminfo: memFree=1615008/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=92868 CPUtime=452.04
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 34193 0 0 0 45189 15 0 0 25 0 1 0 161311351 95096832 22268 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23217 22268 118 309 0 22904 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 98224

[startup+522.302 s]
/proc/loadavg: 1.08 1.03 1.01 2/67 1599
/proc/meminfo: memFree=1614496/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=93220 CPUtime=512.03
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 36333 0 0 0 51187 16 0 0 25 0 1 0 161311351 95457280 22390 1992294400 4194304 5460562 548682068800 18446744073709551615 4225725 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23305 22390 118 309 0 22992 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 98576

[startup+582.301 s]
/proc/loadavg: 1.11 1.05 1.01 2/67 1599
/proc/meminfo: memFree=1612832/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=94728 CPUtime=572.01
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 38764 0 0 0 57184 17 0 0 25 0 1 0 161311351 97001472 22788 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23682 22788 118 309 0 23369 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 100084

[startup+642.301 s]
/proc/loadavg: 1.04 1.04 1.01 2/67 1599
/proc/meminfo: memFree=1612896/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=94728 CPUtime=632
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 38764 0 0 0 63183 17 0 0 25 0 1 0 161311351 97001472 22788 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23682 22788 118 309 0 23369 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 100084

[startup+702.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 1599
/proc/meminfo: memFree=1612576/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=94824 CPUtime=691.99
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40842 0 0 0 69180 19 0 0 25 0 1 0 161311351 97099776 22850 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23706 22850 118 309 0 23393 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 100180

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

[startup+716.702 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 1599
/proc/meminfo: memFree=1612576/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=94824 CPUtime=706.38
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40842 0 0 0 70619 19 0 0 25 0 1 0 161311351 97099776 22850 1992294400 4194304 5460562 548682068800 18446744073709551615 4198217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23706 22850 118 309 0 23393 0
Current children cumulated CPU time (s) 716.45
Current children cumulated vsize (KiB) 100180

[startup+729.501 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 1599
/proc/meminfo: memFree=1612576/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=95012 CPUtime=719.18
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40875 0 0 0 71899 19 0 0 25 0 1 0 161311351 97292288 22881 1992294400 4194304 5460562 548682068800 18446744073709551615 4226252 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23753 22881 118 309 0 23440 0
Current children cumulated CPU time (s) 729.25
Current children cumulated vsize (KiB) 100368

[startup+735.906 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612512/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=95204 CPUtime=725.58
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40917 0 0 0 72539 19 0 0 25 0 1 0 161311351 97488896 22913 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23801 22913 118 309 0 23488 0
Current children cumulated CPU time (s) 735.65
Current children cumulated vsize (KiB) 100560

[startup+742.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612512/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=95204 CPUtime=731.98
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40949 0 0 0 73179 19 0 0 25 0 1 0 161311351 97488896 22945 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23801 22945 118 309 0 23488 0
Current children cumulated CPU time (s) 742.05
Current children cumulated vsize (KiB) 100560

[startup+743.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612384/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=95204 CPUtime=733.58
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40949 0 0 0 73339 19 0 0 25 0 1 0 161311351 97488896 22945 1992294400 4194304 5460562 548682068800 18446744073709551615 4225725 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23801 22945 118 309 0 23488 0
Current children cumulated CPU time (s) 743.65
Current children cumulated vsize (KiB) 100560

[startup+744.706 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612320/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=95396 CPUtime=734.38
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40968 0 0 0 73419 19 0 0 25 0 1 0 161311351 97685504 22964 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23849 22964 118 309 0 23536 0
Current children cumulated CPU time (s) 744.45
Current children cumulated vsize (KiB) 100752

[startup+745.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612320/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=95396 CPUtime=734.78
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40968 0 0 0 73459 19 0 0 25 0 1 0 161311351 97685504 22964 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 23849 22964 118 309 0 23536 0
Current children cumulated CPU time (s) 744.85
Current children cumulated vsize (KiB) 100752

[startup+745.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612320/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=91112 CPUtime=735.17
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40969 0 0 0 73498 19 0 0 25 0 1 0 161311351 93298688 21893 1992294400 4194304 5460562 548682068800 18446744073709551615 4786437 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22778 21893 118 309 0 22465 0
Current children cumulated CPU time (s) 745.24
Current children cumulated vsize (KiB) 96468

[startup+745.602 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 1599
/proc/meminfo: memFree=1612320/2055920 swapFree=4178660/4192956
[pid=1594] ppid=1592 vsize=5356 CPUtime=10.07
/proc/1594/stat : 1594 (rsat.sh) S 1592 1594 1459 0 -1 4194304 312 87468 0 0 0 0 935 72 16 0 1 0 161310340 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1594/statm: 1339 241 199 169 0 50 0
[pid=1598] ppid=1594 vsize=89060 CPUtime=735.27
/proc/1598/stat : 1598 (rsat) R 1594 1594 1459 0 -1 4194304 40969 0 0 0 73508 19 0 0 25 0 1 0 161311351 91197440 21418 1992294400 4194304 5460562 548682068800 18446744073709551615 4792260 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1598/statm: 22265 21418 118 309 0 21952 0
Current children cumulated CPU time (s) 745.34
Current children cumulated vsize (KiB) 94416

Child status: 20
Real time (s): 745.681
CPU time (s): 745.44
CPU user time (s): 744.48
CPU system time (s): 0.959854
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 354516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.48
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128907
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= 40
involuntary context switches= 1510

runsolver used 0.663899 second user time and 2.05669 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-03 08:39:32
IDJOB=1773439
IDBENCH=69591
IDSOLVER=615
FILE ID=node32/1773439-1241332770
PBS_JOBID= 9225408
Free space on /tmp= 66472 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773439-1241332770/watcher-1773439-1241332770 -o /tmp/evaluation-result-1773439-1241332770/solver-1773439-1241332770 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773439-1241332770.cnf HOME

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1772491642

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:       1756552 kB
Buffers:         50048 kB
Cached:         194716 kB
SwapCached:       7924 kB
Active:         109212 kB
Inactive:       144872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756552 kB
SwapTotal:     4192956 kB
SwapFree:      4178660 kB
Dirty:           29496 kB
Writeback:           0 kB
Mapped:          14352 kB
Slab:            30980 kB
Committed_AS:   711644 kB
PageTables:       1512 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= 66468 MiB
End job on node32 at 2009-05-03 08:51:58