Trace number 355872

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, and are wall clock time (not CPU 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
picosat 535? (TO) 10000.1 10003.5

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-15-u.cnf
MD5SUMc438ce1eb243ac0a49869eda1166f28f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables219756
Number of clauses1008653
Sum of the clauses size2316156
Maximum clause length10
Minimum clause length1
Number of clauses of size 118434
Number of clauses of size 2797195
Number of clauses of size 3151604
Number of clauses of size 44600
Number of clauses of size 518400
Number of clauses of size over 518420

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-355872-1176862880 -o ROOT/results/node69/solver-355872-1176862880 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355872-1176862880/picosat /tmp/evaluation/355872-1176862880/instance-355872-1176862880.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): 0 seconds
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.80 0.95 0.98 3/64 20738
/proc/meminfo: memFree=1616364/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=728 CPUtime=0
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 162277491 745472 81 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 182 81 40 102 0 77 0

[startup+0.0516121 s]
/proc/loadavg: 0.80 0.95 0.98 3/64 20738
/proc/meminfo: memFree=1616364/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=2664 CPUtime=0.04
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 412 0 0 0 3 1 0 0 18 0 1 0 162277491 2727936 388 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 666 388 40 102 0 561 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2664

[startup+0.101618 s]
/proc/loadavg: 0.80 0.95 0.98 3/64 20738
/proc/meminfo: memFree=1616364/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=2796 CPUtime=0.09
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 567 0 0 0 5 4 0 0 18 0 1 0 162277491 2863104 543 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 699 543 40 102 0 594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2796

[startup+0.30165 s]
/proc/loadavg: 0.80 0.95 0.98 3/64 20738
/proc/meminfo: memFree=1616364/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=3192 CPUtime=0.29
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 689 0 0 0 13 16 0 0 19 0 1 0 162277491 3268608 665 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 831 665 40 102 0 726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3192

[startup+0.702715 s]
/proc/loadavg: 0.80 0.95 0.98 3/64 20738
/proc/meminfo: memFree=1616364/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=10400 CPUtime=0.69
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 1615 0 0 0 32 37 0 0 22 0 1 0 162277491 10649600 1591 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 2600 1591 40 102 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10400

[startup+1.50184 s]
/proc/loadavg: 0.80 0.95 0.98 2/65 20739
/proc/meminfo: memFree=1604452/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=20580 CPUtime=1.49
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 4118 0 0 0 68 81 0 0 25 0 1 0 162277491 21073920 4094 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134604413 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 5145 4094 40 102 0 5040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20580

[startup+3.1011 s]
/proc/loadavg: 0.80 0.95 0.98 2/65 20739
/proc/meminfo: memFree=1599012/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=24012 CPUtime=3.09
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 4955 0 0 0 138 171 0 0 25 0 1 0 162277491 24588288 4931 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 6003 4931 40 102 0 5898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24012

[startup+6.30162 s]
/proc/loadavg: 0.89 0.97 0.99 2/65 20739
/proc/meminfo: memFree=1591396/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=31768 CPUtime=6.29
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 7120 0 0 0 280 349 0 0 25 0 1 0 162277491 32530432 7096 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 7942 7096 40 102 0 7837 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31768

[startup+12.7017 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 20739
/proc/meminfo: memFree=1583652/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=39820 CPUtime=12.69
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 8247 0 0 0 863 406 0 0 25 0 1 0 162277491 40775680 8210 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 9955 8210 48 102 0 9850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39820

[startup+25.5017 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 20739
/proc/meminfo: memFree=1583460/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=40076 CPUtime=25.48
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 8333 0 0 0 2142 406 0 0 25 0 1 0 162277491 41037824 8296 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 10019 8296 48 102 0 9914 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40076

[startup+51.1019 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 20739
/proc/meminfo: memFree=1580260/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=43300 CPUtime=51.06
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 9135 0 0 0 4699 407 0 0 25 0 1 0 162277491 44339200 9098 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 10825 9098 48 102 0 10720 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43300

[startup+102.305 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1571876/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=51628 CPUtime=102.25
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 11230 0 0 0 9816 409 0 0 25 0 1 0 162277491 52867072 11193 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 12907 11193 48 102 0 12802 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 51628

[startup+162.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1561508/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=62056 CPUtime=162.23
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 13845 0 0 0 15810 413 0 0 25 0 1 0 162277491 63545344 13808 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 15514 13808 48 102 0 15409 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 62056

[startup+222.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1555620/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=67544 CPUtime=222.2
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 15280 0 0 0 21805 415 0 0 25 0 1 0 162277491 69165056 15200 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134520058 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 16886 15200 48 102 0 16781 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 67544

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1555620/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=67544 CPUtime=282.18
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 15280 0 0 0 27803 415 0 0 25 0 1 0 162277491 69165056 15200 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 16886 15200 48 102 0 16781 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 67544

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1555620/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=67544 CPUtime=342.17
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 15282 0 0 0 33801 416 0 0 25 0 1 0 162277491 69165056 15202 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 16886 15202 48 102 0 16781 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 67544

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1555620/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=67544 CPUtime=402.15
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 15282 0 0 0 39799 416 0 0 25 0 1 0 162277491 69165056 15202 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134520006 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 16886 15202 48 102 0 16781 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 67544

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1555492/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=67544 CPUtime=462.13
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 15333 0 0 0 45797 416 0 0 25 0 1 0 162277491 69165056 15206 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134530114 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 16886 15206 48 102 0 16781 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 67544

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1555492/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=67544 CPUtime=522.11
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 15333 0 0 0 51795 416 0 0 25 0 1 0 162277491 69165056 15206 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 16886 15206 48 102 0 16781 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 67544

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1551140/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=71868 CPUtime=582.1
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 16454 0 0 0 57792 418 0 0 25 0 1 0 162277491 73592832 16278 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529799 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 17967 16278 48 102 0 17862 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 71868

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739
/proc/meminfo: memFree=1551140/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=71868 CPUtime=642.08
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 16454 0 0 0 63790 418 0 0 25 0 1 0 162277491 73592832 16278 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 17967 16278 48 102 0 17862 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 71868

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20739

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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497892/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9099.21
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31432 0 0 0 909476 445 0 0 25 0 1 0 162277491 124772352 28979 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134582598 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28979 48 102 0 30357 0
Current children cumulated CPU time (s) 9099.21
Current children cumulated vsize (KiB) 121848

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497892/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9159.19
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31432 0 0 0 915474 445 0 0 25 0 1 0 162277491 124772352 28979 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28979 48 102 0 30357 0
Current children cumulated CPU time (s) 9159.19
Current children cumulated vsize (KiB) 121848

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497828/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9219.17
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31432 0 0 0 921472 445 0 0 25 0 1 0 162277491 124772352 28979 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28979 48 102 0 30357 0
Current children cumulated CPU time (s) 9219.17
Current children cumulated vsize (KiB) 121848

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497892/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9279.16
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31432 0 0 0 927470 446 0 0 25 0 1 0 162277491 124772352 28979 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28979 48 102 0 30357 0
Current children cumulated CPU time (s) 9279.16
Current children cumulated vsize (KiB) 121848

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497828/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9339.14
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31432 0 0 0 933468 446 0 0 25 0 1 0 162277491 124772352 28979 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134522808 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28979 48 102 0 30357 0
Current children cumulated CPU time (s) 9339.14
Current children cumulated vsize (KiB) 121848

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497828/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9399.12
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 939466 446 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9399.12
Current children cumulated vsize (KiB) 121848

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497764/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9459.1
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 945464 446 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134549528 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9459.1
Current children cumulated vsize (KiB) 121848

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21141
/proc/meminfo: memFree=1497764/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9519.08
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 951462 446 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9519.08
Current children cumulated vsize (KiB) 121848

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 21167
/proc/meminfo: memFree=1496428/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9579.04
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 957458 446 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9579.04
Current children cumulated vsize (KiB) 121848

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497308/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9638.93
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 963447 446 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9638.93
Current children cumulated vsize (KiB) 121848

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497380/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9698.92
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 969445 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529490 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9698.92
Current children cumulated vsize (KiB) 121848

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497444/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9758.9
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 975443 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9758.9
Current children cumulated vsize (KiB) 121848

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497572/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9818.88
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 981441 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9818.88
Current children cumulated vsize (KiB) 121848

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497572/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9878.86
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 987439 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9878.86
Current children cumulated vsize (KiB) 121848

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497572/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9938.84
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 993437 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9938.84
Current children cumulated vsize (KiB) 121848

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497572/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=9998.82
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 999435 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 9998.82
Current children cumulated vsize (KiB) 121848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497572/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=10000
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 999555 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 121848

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

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

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21339
/proc/meminfo: memFree=1497572/2055920 swapFree=4182844/4192956
[pid=20738] ppid=20736 vsize=121848 CPUtime=10000
/proc/20738/stat : 20738 (picosat) R 20736 20738 20684 0 -1 4194304 31444 0 0 0 999555 447 0 0 25 0 1 0 162277491 124772352 28991 18446744073709551615 134512640 134931368 4294956672 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20738/statm: 30462 28991 48 102 0 30357 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 121848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.5
CPU time (s): 10000.1
CPU user time (s): 9995.56
CPU system time (s): 4.49332
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 122448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9995.56
system time used= 4.49332
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31444
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= 18876

runsolver used 6.572 second user time and 20.8818 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Wed Apr 18 02:21:21 UTC 2007

IDJOB= 355872
IDBENCH= 20368
IDSOLVER= 171
FILE ID= node69/355872-1176862880

PBS_JOBID= 4590296

Free space on /tmp= 66506 MiB

SOLVER NAME= picosat 535
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/total-5-15-u.cnf
COMMAND LINE= /tmp/evaluation/355872-1176862880/picosat /tmp/evaluation/355872-1176862880/instance-355872-1176862880.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-355872-1176862880 -o ROOT/results/node69/solver-355872-1176862880 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355872-1176862880/picosat /tmp/evaluation/355872-1176862880/instance-355872-1176862880.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c438ce1eb243ac0a49869eda1166f28f

RANDOM SEED= 492823387

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.264
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.264
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:       1616772 kB
Buffers:         21428 kB
Cached:         346280 kB
SwapCached:       5204 kB
Active:          76784 kB
Inactive:       301520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616772 kB
SwapTotal:     4192956 kB
SwapFree:      4182844 kB
Dirty:           18636 kB
Writeback:           0 kB
Mapped:          15176 kB
Slab:            46824 kB
Committed_AS:  1438192 kB
PageTables:       1472 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= 66506 MiB

End job on node69 on Wed Apr 18 05:08:06 UTC 2007