Trace number 1723570

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 451.167 227.103

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.8813
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c Parsing...
0.18/0.24	c ==============================================================================
0.18/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.24	c ==============================================================================
0.18/0.24	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
1.10/1.19	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
1.10/1.19	c ==============================================================================
1.10/1.19	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
1.10/1.19	c CPU time:   1.13283 s
1.10/1.19	c ==============================================================================
450.97/227.07	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
450.97/227.07	c ============================[ Problem Statistics ]=============================
450.97/227.07	c |                                                                             |
450.97/227.07	c threadId              : 1
450.97/227.07	c restarts              : 9564
450.97/227.07	c conflicts             : 647683         (1442 /sec)
450.97/227.07	c decisions             : 5489779        (0.98 % random) (12221 /sec)
450.97/227.07	c propagations          : 355633771      (791696 /sec)
450.97/227.07	c conflict literals     : 37799508       (49.06 % deleted)
450.97/227.07	c Memory used           : 121.27 MB
450.97/227.07	c CPU time              : 449.205 s
450.97/227.07	
450.97/227.07	c --->m=2, e=8, aimd=0, HOME/18619_many.cnf	time: 224.602	conflicts: 647683       
450.97/227.09	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-1723570-1240687107/watcher-1723570-1240687107 -o /tmp/evaluation-result-1723570-1240687107/solver-1723570-1240687107 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723570-1240687107.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: 1.02 1.08 1.04 3/64 18619
/proc/meminfo: memFree=1221968/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=0
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743883 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 235 195 169 0 50 0
[pid=18620] ppid=18619 vsize=824 CPUtime=0
/proc/18620/stat : 18620 (SatElite) R 18619 18619 18196 0 -1 4194304 133 0 0 0 0 0 0 0 19 0 1 0 96743883 843776 117 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18620/statm: 206 120 51 127 0 76 0

[startup+0.0089189 s]
/proc/loadavg: 1.02 1.08 1.04 3/64 18619
/proc/meminfo: memFree=1221968/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=0
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743883 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 235 195 169 0 50 0
[pid=18620] ppid=18619 vsize=1368 CPUtime=0
/proc/18620/stat : 18620 (SatElite) R 18619 18619 18196 0 -1 4194304 240 0 0 0 0 0 0 0 19 0 1 0 96743883 1400832 224 1992294400 134512640 135034092 4294956096 18446744073709551615 134836582 0 0 4096 3 0 0 0 17 0 0 0
/proc/18620/statm: 342 226 51 127 0 212 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6724

[startup+0.101926 s]
/proc/loadavg: 1.02 1.08 1.04 3/64 18619
/proc/meminfo: memFree=1221968/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=0
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743883 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 235 195 169 0 50 0
[pid=18620] ppid=18619 vsize=9372 CPUtime=0.09
/proc/18620/stat : 18620 (SatElite) R 18619 18619 18196 0 -1 4194304 2040 0 0 0 8 1 0 0 19 0 1 0 96743883 9596928 2024 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18620/statm: 2343 2024 51 127 0 2213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14728

[startup+0.301944 s]
/proc/loadavg: 1.02 1.08 1.04 3/64 18619
/proc/meminfo: memFree=1221968/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=0
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743883 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 235 195 169 0 50 0
[pid=18620] ppid=18619 vsize=27492 CPUtime=0.29
/proc/18620/stat : 18620 (SatElite) R 18619 18619 18196 0 -1 4194304 6563 0 0 0 25 4 0 0 20 0 1 0 96743883 28151808 5920 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/18620/statm: 6873 5920 68 127 0 6743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32848

[startup+0.701977 s]
/proc/loadavg: 1.02 1.08 1.04 3/64 18619
/proc/meminfo: memFree=1221968/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=0
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743883 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 235 195 169 0 50 0
[pid=18620] ppid=18619 vsize=29320 CPUtime=0.69
/proc/18620/stat : 18620 (SatElite) R 18619 18619 18196 0 -1 4194304 6975 0 0 0 65 4 0 0 25 0 1 0 96743883 30023680 6332 1992294400 134512640 135034092 4294956096 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 0 0 0
/proc/18620/statm: 7330 6332 68 127 0 7200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34676

[startup+1.50105 s]
/proc/loadavg: 1.02 1.08 1.04 2/66 18621
/proc/meminfo: memFree=1192832/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=0
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743883 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 235 195 169 0 50 0
[pid=18620] ppid=18619 vsize=29340 CPUtime=1.49
/proc/18620/stat : 18620 (SatElite) R 18619 18619 18196 0 -1 4194304 8202 0 0 0 142 7 0 0 25 0 1 0 96743883 30044160 6370 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/18620/statm: 7335 6370 68 127 0 7205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34696

[startup+3.1012 s]
/proc/loadavg: 1.02 1.08 1.04 3/67 18623
/proc/meminfo: memFree=1179448/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=50156 CPUtime=2.74
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 9555 0 0 0 268 6 0 0 17 0 2 0 96744038 51359744 9541 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18622/statm: 12539 9541 83 193 0 12343 0
[pid=18622/tid=18623] ppid=18619 vsize=50156 CPUtime=1.18
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 600 0 0 0 118 0 0 0 16 0 2 0 96744073 51359744 9541 1992294400 134512640 135305190 4294956144 18446744073709551615 134570388 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 55512

[startup+6.30247 s]
/proc/loadavg: 1.02 1.08 1.04 3/67 18623
/proc/meminfo: memFree=1172024/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=57108 CPUtime=9.11
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 11160 0 0 0 903 8 0 0 17 0 2 0 96744038 58478592 11146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18622/statm: 14277 11146 83 193 0 14081 0
[pid=18622/tid=18623] ppid=18619 vsize=57108 CPUtime=4.38
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 1391 0 0 0 436 2 0 0 17 0 2 0 96744073 58478592 11146 1992294400 134512640 135305190 4294956144 18446744073709551615 134530607 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 62464

[startup+12.701 s]
/proc/loadavg: 1.17 1.11 1.05 3/67 18623
/proc/meminfo: memFree=1157880/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=68644 CPUtime=21.88
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 14243 0 0 0 2176 12 0 0 17 0 2 0 96744038 70291456 14229 1992294400 134512640 135305190 4294956144 18446744073709551615 134528579 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18622/statm: 17161 14229 83 193 0 16965 0
[pid=18622/tid=18623] ppid=18619 vsize=68644 CPUtime=10.77
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 2844 0 0 0 1073 4 0 0 17 0 2 0 96744073 70291456 14229 1992294400 134512640 135305190 4294956144 18446744073709551615 134528620 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.41
Current children cumulated vsize (KiB) 74000

[startup+25.5011 s]
/proc/loadavg: 1.30 1.14 1.06 3/67 18623
/proc/meminfo: memFree=1146488/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=80236 CPUtime=47.41
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 17111 0 0 0 4725 16 0 0 20 0 2 0 96744038 82161664 17097 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18622/statm: 20059 17097 83 193 0 19863 0
[pid=18622/tid=18623] ppid=18619 vsize=80236 CPUtime=23.56
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 4258 0 0 0 2350 6 0 0 18 0 2 0 96744073 82161664 17097 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.94
Current children cumulated vsize (KiB) 85592

[startup+51.1013 s]
/proc/loadavg: 1.54 1.21 1.08 3/67 18623
/proc/meminfo: memFree=1139448/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=87724 CPUtime=98.48
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 18870 0 0 0 9830 18 0 0 24 0 2 0 96744038 89829376 18856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18622/statm: 21931 18856 83 193 0 21735 0
[pid=18622/tid=18623] ppid=18619 vsize=87724 CPUtime=49.15
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 5234 0 0 0 4907 8 0 0 18 0 2 0 96744073 89829376 18856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (KiB) 93080

[startup+102.306 s]
/proc/loadavg: 1.81 1.34 1.13 3/67 18623
/proc/meminfo: memFree=1120248/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=106264 CPUtime=200.64
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 23668 0 0 0 20037 27 0 0 17 0 2 0 96744038 108814336 23654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528802 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 26566 23654 83 193 0 26370 0
[pid=18622/tid=18623] ppid=18619 vsize=106264 CPUtime=100.18
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 7406 0 0 0 10006 12 0 0 18 0 2 0 96744073 108814336 23654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 111620

[startup+162.302 s]
/proc/loadavg: 1.93 1.46 1.19 3/67 18623
/proc/meminfo: memFree=1105720/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=121848 CPUtime=320.36
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 27260 0 0 0 32001 35 0 0 16 0 2 0 96744038 124772352 27246 1992294400 134512640 135305190 4294956144 18446744073709551615 134538540 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 30462 27246 83 193 0 30266 0
[pid=18622/tid=18623] ppid=18619 vsize=121848 CPUtime=159.94
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 8855 0 0 0 15979 15 0 0 18 0 2 0 96744073 124772352 27246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.89
Current children cumulated vsize (KiB) 127204

[startup+222.301 s]
/proc/loadavg: 1.97 1.55 1.23 3/67 18623
/proc/meminfo: memFree=1103736/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=123952 CPUtime=440.07
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 27740 0 0 0 43969 38 0 0 23 0 2 0 96744038 126926848 27726 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 30988 27726 83 193 0 30792 0
[pid=18622/tid=18623] ppid=18619 vsize=123952 CPUtime=219.69
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 9068 0 0 0 21952 17 0 0 21 0 2 0 96744073 126926848 27726 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.6
Current children cumulated vsize (KiB) 129308

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

[startup+223.901 s]
/proc/loadavg: 1.97 1.55 1.23 3/67 18623
/proc/meminfo: memFree=1103672/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=124172 CPUtime=443.26
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 27762 0 0 0 44288 38 0 0 25 0 2 0 96744038 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134558366 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 31043 27748 83 193 0 30847 0
[pid=18622/tid=18623] ppid=18619 vsize=124172 CPUtime=221.28
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 9068 0 0 0 22111 17 0 0 25 0 2 0 96744073 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 444.79
Current children cumulated vsize (KiB) 129528

[startup+225.506 s]
/proc/loadavg: 1.97 1.55 1.23 3/67 18623
/proc/meminfo: memFree=1103672/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=124172 CPUtime=446.45
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 27762 0 0 0 44607 38 0 0 17 0 2 0 96744038 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134529054 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 31043 27748 83 193 0 30847 0
[pid=18622/tid=18623] ppid=18619 vsize=124172 CPUtime=222.88
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 9068 0 0 0 22271 17 0 0 17 0 2 0 96744073 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134530583 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 447.98
Current children cumulated vsize (KiB) 129528

[startup+226.301 s]
/proc/loadavg: 1.97 1.55 1.23 3/67 18623
/proc/meminfo: memFree=1103672/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=124172 CPUtime=448.04
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 27762 0 0 0 44766 38 0 0 17 0 2 0 96744038 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 31043 27748 83 193 0 30847 0
[pid=18622/tid=18623] ppid=18619 vsize=124172 CPUtime=223.67
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 9068 0 0 0 22350 17 0 0 18 0 2 0 96744073 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134839128 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.57
Current children cumulated vsize (KiB) 129528

[startup+226.701 s]
/proc/loadavg: 1.97 1.56 1.24 3/67 18623
/proc/meminfo: memFree=1103672/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=5356 CPUtime=1.53
/proc/18619/stat : 18619 (manysat.sh) S 18617 18619 18196 0 -1 4194304 312 8205 0 0 0 0 145 8 16 0 1 0 96743883 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18619/statm: 1339 238 195 169 0 50 0
[pid=18622] ppid=18619 vsize=124172 CPUtime=448.83
/proc/18622/stat : 18622 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194304 27762 0 0 0 44845 38 0 0 18 0 2 0 96744038 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18622/statm: 31043 27748 83 193 0 30847 0
[pid=18622/tid=18623] ppid=18619 vsize=124172 CPUtime=224.07
/proc/18622/task/18623/stat : 18623 (manysat1.1_stat) R 18619 18619 18196 0 -1 4194368 9068 0 0 0 22390 17 0 0 18 0 2 0 96744073 127152128 27748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528609 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 450.36
Current children cumulated vsize (KiB) 129528

[startup+227.102 s]
/proc/loadavg: 1.97 1.56 1.24 3/67 18623
/proc/meminfo: memFree=1103672/2055920 swapFree=4192812/4192956
[pid=18619] ppid=18617 vsize=0 CPUtime=451.16
/proc/18619/stat : 18619 (manysat.sh) R 18617 18619 18196 0 -1 4194308 348 36100 0 0 0 0 45066 50 17 0 1 0 96743883 0 0 1992294400 0 0 0 0 0 0 0 4100 65536 0 0 0 17 0 0 0
/proc/18619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 451.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 227.103
CPU time (s): 451.167
CPU user time (s): 450.664
CPU system time (s): 0.502923
CPU usage (%): 198.662
Max. virtual memory (cumulated for all children) (KiB): 129528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 450.664
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36448
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= 2526
involuntary context switches= 3398

runsolver used 0.207968 second user time and 0.625904 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 21:18:27
IDJOB=1723570
IDBENCH=71718
IDSOLVER=513
FILE ID=node31/1723570-1240687107
PBS_JOBID= 9186698
Free space on /tmp= 66400 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723570-1240687107/watcher-1723570-1240687107 -o /tmp/evaluation-result-1723570-1240687107/solver-1723570-1240687107 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723570-1240687107.cnf aimd 0

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=45081599

node31.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.213
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.213
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:       1222448 kB
Buffers:         61572 kB
Cached:         704312 kB
SwapCached:          0 kB
Active:          78264 kB
Inactive:       702484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1222448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7056 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            38472 kB
Committed_AS:   344356 kB
PageTables:       1464 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= 66400 MiB
End job on node31 at 2009-04-25 21:22:14