Trace number 1722504

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
ManySAT 1.1 aimd 0/2009-03-20UNSAT 1002.39 502.719

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.643
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.29/0.38	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.29/0.38	c ==============================================================================
0.29/0.38	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.29/0.38	c CPU time:   0.373943 s
0.29/0.38	c ==============================================================================
1002.15/502.70	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1002.15/502.70	c ============================[ Problem Statistics ]=============================
1002.15/502.70	c |                                                                             |
1002.15/502.70	c threadId              : 0
1002.15/502.70	c restarts              : 732
1002.15/502.70	c conflicts             : 706665         (705 /sec)
1002.15/502.70	c decisions             : 920021         (1.73 % random) (918 /sec)
1002.15/502.70	c propagations          : 64131100       (64023 /sec)
1002.15/502.70	c conflict literals     : 15247615       (24.33 % deleted)
1002.15/502.70	c Memory used           : 79.73 MB
1002.15/502.70	c CPU time              : 1001.69 s
1002.15/502.70	
1002.15/502.70	c --->m=2, e=8, aimd=0, HOME/4040_many.cnf	time: 500.847	conflicts: 706665       
1002.35/502.71	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-1722504-1240676189/watcher-1722504-1240676189 -o /tmp/evaluation-result-1722504-1240676189/solver-1722504-1240676189 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1722504-1240676189.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.09 3/67 4040
/proc/meminfo: memFree=1827856/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0
/proc/4040/stat : 4040 (manysat.sh) R 4038 4040 3537 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95645040 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 209560595103 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/4040/statm: 1339 234 194 169 0 50 0
[pid=4041] ppid=4040 vsize=1100 CPUtime=0
/proc/4041/stat : 4041 (SatElite) R 4040 4040 3537 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 95645040 1126400 156 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/4041/statm: 275 158 50 127 0 145 0

[startup+0.044386 s]
/proc/loadavg: 0.92 0.98 1.09 3/67 4040
/proc/meminfo: memFree=1827856/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95645040 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4040/statm: 1339 235 195 169 0 50 0
[pid=4041] ppid=4040 vsize=4604 CPUtime=0.03
/proc/4041/stat : 4041 (SatElite) R 4040 4040 3537 0 -1 4194304 1080 0 0 0 3 0 0 0 19 0 1 0 95645040 4714496 1064 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/4041/statm: 1151 1064 68 127 0 1021 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9960

[startup+0.102388 s]
/proc/loadavg: 0.92 0.98 1.09 3/67 4040
/proc/meminfo: memFree=1827856/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95645040 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4040/statm: 1339 235 195 169 0 50 0
[pid=4041] ppid=4040 vsize=5416 CPUtime=0.09
/proc/4041/stat : 4041 (SatElite) R 4040 4040 3537 0 -1 4194304 1289 0 0 0 9 0 0 0 19 0 1 0 95645040 5545984 1273 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/4041/statm: 1354 1273 68 127 0 1224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10772

[startup+0.301406 s]
/proc/loadavg: 0.92 0.98 1.09 3/67 4040
/proc/meminfo: memFree=1827856/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95645040 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4040/statm: 1339 235 195 169 0 50 0
[pid=4041] ppid=4040 vsize=6808 CPUtime=0.29
/proc/4041/stat : 4041 (SatElite) R 4040 4040 3537 0 -1 4194304 1579 0 0 0 29 0 0 0 21 0 1 0 95645040 6971392 1563 1992294400 134512640 135034092 4294956096 18446744073709551615 134569439 0 0 4096 3 0 0 0 17 0 0 0
/proc/4041/statm: 1702 1563 68 127 0 1572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12164

[startup+0.701454 s]
/proc/loadavg: 0.92 0.98 1.09 3/67 4040
/proc/meminfo: memFree=1827856/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 5356

[startup+1.50153 s]
/proc/loadavg: 0.92 0.98 1.09 3/70 4044
/proc/meminfo: memFree=1815864/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=22416 CPUtime=1.99
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 2785 0 0 0 198 1 0 0 22 0 2 0 95645086 22953984 2771 1992294400 134512640 135305190 4294956144 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 5604 2771 83 193 0 5408 0
[pid=4043/tid=4044] ppid=4040 vsize=22416 CPUtime=0.96
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 325 0 0 0 96 0 0 0 21 0 2 0 95645093 22953984 2771 1992294400 134512640 135305190 4294956144 18446744073709551615 134528755 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 27772

[startup+3.10167 s]
/proc/loadavg: 0.92 0.98 1.09 3/70 4044
/proc/meminfo: memFree=1814456/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=23484 CPUtime=5.18
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 3160 0 0 0 516 2 0 0 17 0 2 0 95645086 24047616 3146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 5871 3146 83 193 0 5675 0
[pid=4043/tid=4044] ppid=4040 vsize=23484 CPUtime=2.55
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 519 0 0 0 255 0 0 0 23 0 2 0 95645093 24047616 3146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 28840

[startup+6.30296 s]
/proc/loadavg: 1.01 1.00 1.09 3/70 4044
/proc/meminfo: memFree=1810872/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=27304 CPUtime=11.57
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 4056 0 0 0 1154 3 0 0 18 0 2 0 95645086 27959296 4042 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 6826 4042 83 193 0 6630 0
[pid=4043/tid=4044] ppid=4040 vsize=27304 CPUtime=5.76
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 1094 0 0 0 575 1 0 0 25 0 2 0 95645093 27959296 4042 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 32660

[startup+12.7015 s]
/proc/loadavg: 1.09 1.02 1.10 3/70 4044
/proc/meminfo: memFree=1808000/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=30088 CPUtime=24.34
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 4549 0 0 0 2430 4 0 0 25 0 2 0 95645086 30810112 4535 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 7522 4535 83 193 0 7326 0
[pid=4043/tid=4044] ppid=4040 vsize=30088 CPUtime=12.15
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 1343 0 0 0 1214 1 0 0 25 0 2 0 95645093 30810112 4535 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 35444

[startup+25.5027 s]
/proc/loadavg: 1.29 1.06 1.11 3/70 4044
/proc/meminfo: memFree=1802944/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=35324 CPUtime=49.87
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 5817 0 0 0 4982 5 0 0 17 0 2 0 95645086 36171776 5803 1992294400 134512640 135305190 4294956144 18446744073709551615 134558366 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 8831 5803 83 193 0 8635 0
[pid=4043/tid=4044] ppid=4040 vsize=35324 CPUtime=24.95
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 1809 0 0 0 2493 2 0 0 25 0 2 0 95645093 36171776 5803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 40680

[startup+51.103 s]
/proc/loadavg: 1.53 1.14 1.13 3/70 4044
/proc/meminfo: memFree=1796864/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=41672 CPUtime=100.94
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 7349 0 0 0 10087 7 0 0 25 0 2 0 95645086 42672128 7335 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 10418 7335 83 193 0 10222 0
[pid=4043/tid=4044] ppid=4040 vsize=41672 CPUtime=50.53
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 2742 0 0 0 5050 3 0 0 25 0 2 0 95645093 42672128 7335 1992294400 134512640 135305190 4294956144 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 47028

[startup+102.308 s]
/proc/loadavg: 1.79 1.27 1.18 3/70 4044
/proc/meminfo: memFree=1787136/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=52124 CPUtime=203.1
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 9716 0 0 0 20300 10 0 0 25 0 2 0 95645086 53374976 9702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 13031 9702 83 193 0 12835 0
[pid=4043/tid=4044] ppid=4040 vsize=52124 CPUtime=101.72
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 4028 0 0 0 10168 4 0 0 25 0 2 0 95645093 53374976 9702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.55
Current children cumulated vsize (KiB) 57480

[startup+162.303 s]
/proc/loadavg: 1.92 1.40 1.22 3/70 4044
/proc/meminfo: memFree=1783232/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=56460 CPUtime=322.78
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 10690 0 0 0 32267 11 0 0 25 0 2 0 95645086 57815040 10676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528286 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 14115 10676 83 193 0 13919 0
[pid=4043/tid=4044] ppid=4040 vsize=56460 CPUtime=161.7
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 4749 0 0 0 16165 5 0 0 25 0 2 0 95645093 57815040 10676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.23
Current children cumulated vsize (KiB) 61816

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.27 3/70 4044
/proc/meminfo: memFree=1778048/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=62180 CPUtime=442.49
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 11974 0 0 0 44237 12 0 0 25 0 2 0 95645086 63672320 11960 1992294400 134512640 135305190 4294956144 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 15545 11960 83 193 0 15349 0
[pid=4043/tid=4044] ppid=4040 vsize=62180 CPUtime=221.67
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 5268 0 0 0 22162 5 0 0 25 0 2 0 95645093 63672320 11960 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.94
Current children cumulated vsize (KiB) 67536

[startup+282.303 s]
/proc/loadavg: 1.99 1.59 1.31 3/70 4044
/proc/meminfo: memFree=1771712/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=69500 CPUtime=562.19
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 13617 0 0 0 56204 15 0 0 25 0 2 0 95645086 71168000 13582 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 17375 13582 83 193 0 17179 0
[pid=4043/tid=4044] ppid=4040 vsize=69500 CPUtime=281.64
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 6228 0 0 0 28158 6 0 0 25 0 2 0 95645093 71168000 13582 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.64
Current children cumulated vsize (KiB) 74856

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.35 3/70 4044
/proc/meminfo: memFree=1768256/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=73048 CPUtime=681.88
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 14428 0 0 0 68172 16 0 0 25 0 2 0 95645086 74801152 14393 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 18262 14393 83 193 0 18066 0
[pid=4043/tid=4044] ppid=4040 vsize=73048 CPUtime=341.63
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 6621 0 0 0 34156 7 0 0 25 0 2 0 95645093 74801152 14393 1992294400 134512640 135305190 4294956144 18446744073709551615 134528636 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.33
Current children cumulated vsize (KiB) 78404

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.39 3/70 4044
/proc/meminfo: memFree=1765056/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=76148 CPUtime=801.59
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 15211 0 0 0 80142 17 0 0 25 0 2 0 95645086 77975552 15176 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 19037 15176 83 193 0 18841 0
[pid=4043/tid=4044] ppid=4040 vsize=76148 CPUtime=401.6
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 6802 0 0 0 40153 7 0 0 25 0 2 0 95645093 77975552 15176 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.04
Current children cumulated vsize (KiB) 81504

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.43 3/70 4044
/proc/meminfo: memFree=1763200/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=78216 CPUtime=921.29
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 15677 0 0 0 92110 19 0 0 25 0 2 0 95645086 80093184 15642 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 19554 15642 83 193 0 19358 0
[pid=4043/tid=4044] ppid=4040 vsize=78216 CPUtime=461.57
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7109 0 0 0 46149 8 0 0 25 0 2 0 95645093 80093184 15642 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.74
Current children cumulated vsize (KiB) 83572

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

[startup+486.303 s]
/proc/loadavg: 1.99 1.79 1.44 3/70 4044
/proc/meminfo: memFree=1761408/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=80328 CPUtime=969.18
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 16112 0 0 0 96898 20 0 0 25 0 2 0 95645086 82255872 16077 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 20082 16077 83 193 0 19886 0
[pid=4043/tid=4044] ppid=4040 vsize=80328 CPUtime=485.56
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7385 0 0 0 48548 8 0 0 25 0 2 0 95645093 82255872 16077 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 969.63
Current children cumulated vsize (KiB) 85684

[startup+492.702 s]
/proc/loadavg: 1.99 1.79 1.44 3/70 4044
/proc/meminfo: memFree=1761216/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=80544 CPUtime=981.96
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 16164 0 0 0 98176 20 0 0 25 0 2 0 95645086 82477056 16129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 20136 16129 83 193 0 19940 0
[pid=4043/tid=4044] ppid=4040 vsize=80544 CPUtime=491.97
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7397 0 0 0 49188 9 0 0 25 0 2 0 95645093 82477056 16129 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 982.41
Current children cumulated vsize (KiB) 85900

[startup+499.101 s]
/proc/loadavg: 1.99 1.80 1.45 3/70 4044
/proc/meminfo: memFree=1760832/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=80544 CPUtime=994.71
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 16269 0 0 0 99451 20 0 0 25 0 2 0 95645086 82477056 16234 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 20136 16234 83 193 0 19940 0
[pid=4043/tid=4044] ppid=4040 vsize=80544 CPUtime=498.36
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7398 0 0 0 49827 9 0 0 25 0 2 0 95645093 82477056 16234 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 995.16
Current children cumulated vsize (KiB) 85900

[startup+500.701 s]
/proc/loadavg: 1.99 1.80 1.45 3/70 4044
/proc/meminfo: memFree=1760704/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=81568 CPUtime=997.9
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 16297 0 0 0 99770 20 0 0 25 0 2 0 95645086 83525632 16262 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 20392 16262 83 193 0 20196 0
[pid=4043/tid=4044] ppid=4040 vsize=81568 CPUtime=499.96
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7406 0 0 0 49987 9 0 0 25 0 2 0 95645093 83525632 16262 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.35
Current children cumulated vsize (KiB) 86924

[startup+501.501 s]
/proc/loadavg: 1.99 1.80 1.45 3/70 4044
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=81640 CPUtime=999.51
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 16320 0 0 0 99931 20 0 0 25 0 2 0 95645086 83599360 16285 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 20410 16285 83 193 0 20214 0
[pid=4043/tid=4044] ppid=4040 vsize=81640 CPUtime=500.76
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7428 0 0 0 50067 9 0 0 25 0 2 0 95645093 83599360 16285 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 999.96
Current children cumulated vsize (KiB) 86996

[startup+502.302 s]
/proc/loadavg: 1.99 1.80 1.45 3/70 4044
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=81640 CPUtime=1001.1
/proc/4043/stat : 4043 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194304 16346 0 0 0 100090 20 0 0 25 0 2 0 95645086 83599360 16311 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 20410 16311 83 193 0 20214 0
[pid=4043/tid=4044] ppid=4040 vsize=81640 CPUtime=501.56
/proc/4043/task/4044/stat : 4044 (manysat1.1_stat) R 4040 4040 3537 0 -1 4194368 7447 0 0 0 50147 9 0 0 25 0 2 0 95645093 83599360 16311 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.55
Current children cumulated vsize (KiB) 86996

[startup+502.706 s]
/proc/loadavg: 1.99 1.80 1.45 3/70 4044
/proc/meminfo: memFree=1760448/2055920 swapFree=4192812/4192956
[pid=4040] ppid=4038 vsize=5356 CPUtime=0.45
/proc/4040/stat : 4040 (manysat.sh) S 4038 4040 3537 0 -1 4194304 312 1584 0 0 0 0 44 1 16 0 1 0 95645040 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4040/statm: 1339 238 195 169 0 50 0
[pid=4043] ppid=4040 vsize=0 CPUtime=1001.9
/proc/4043/stat : 4043 (manysat1.1_stat) Z 4040 4040 3537 0 -1 4194316 16370 0 0 0 100169 21 0 0 25 0 2 0 95645086 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 502.719
CPU time (s): 1002.39
CPU user time (s): 1002.15
CPU system time (s): 0.237963
CPU usage (%): 199.393
Max. virtual memory (cumulated for all children) (KiB): 86996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1002.15
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18420
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= 817
involuntary context switches= 7533

runsolver used 0.650901 second user time and 1.48177 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-25 18:16:29
IDJOB=1722504
IDBENCH=71091
IDSOLVER=513
FILE ID=node68/1722504-1240676189
PBS_JOBID= 9186591
Free space on /tmp= 66556 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722504-1240676189/watcher-1722504-1240676189 -o /tmp/evaluation-result-1722504-1240676189/solver-1722504-1240676189 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1722504-1240676189.cnf aimd 0

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=446766037

node68.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.223
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.223
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:       1828272 kB
Buffers:         18700 kB
Cached:         126540 kB
SwapCached:        144 kB
Active:          16572 kB
Inactive:       145228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          26440 kB
Slab:            51452 kB
Committed_AS:   238620 kB
PageTables:       1560 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= 66556 MiB
End job on node68 at 2009-04-25 18:24:52