Trace number 1729913

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 1/2009-03-20UNSAT 233.131 116.897

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5741
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.02/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.02/0.06	c ==============================================================================
0.02/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.02/0.06	c CPU time:   0.05999 s
0.02/0.06	c ==============================================================================
232.93/116.88	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
232.93/116.88	c ============================[ Problem Statistics ]=============================
232.93/116.88	c |                                                                             |
232.93/116.88	c threadId              : 1
232.93/116.88	c restarts              : 1481
232.93/116.88	c conflicts             : 277718         (1192 /sec)
232.93/116.88	c decisions             : 748509         (1.94 % random) (3214 /sec)
232.93/116.88	c propagations          : 11114136       (47723 /sec)
232.93/116.88	c conflict literals     : 8547040        (25.75 % deleted)
232.93/116.88	c Memory used           : 53.62 MB
232.93/116.88	c CPU time              : 232.89 s
232.93/116.88	
232.93/116.88	c --->m=2, e=8, aimd=1, HOME/24504_many.cnf	time: 116.445	conflicts: 277718       
232.93/116.89	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-1729913-1240754588/watcher-1729913-1240754588 -o /tmp/evaluation-result-1729913-1240754588/solver-1729913-1240754588 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729913-1240754588.cnf aimd 1 

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.00 1.00 1.00 3/65 24504
/proc/meminfo: memFree=1529504/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103488909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 235 195 169 0 50 0
[pid=24505] ppid=24504 vsize=956 CPUtime=0
/proc/24505/stat : 24505 (SatElite) R 24504 24504 24311 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 103488909 978944 128 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24505/statm: 239 129 52 127 0 109 0

[startup+0.032997 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24504
/proc/meminfo: memFree=1529504/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103488909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 235 195 169 0 50 0
[pid=24505] ppid=24504 vsize=1908 CPUtime=0.02
/proc/24505/stat : 24505 (SatElite) R 24504 24504 24311 0 -1 4194304 393 0 0 0 2 0 0 0 19 0 1 0 103488909 1953792 377 1992294400 134512640 135034092 4294956096 18446744073709551615 134541189 0 0 4096 3 0 0 0 17 0 0 0
/proc/24505/statm: 477 377 67 127 0 347 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7264

[startup+0.102012 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24504
/proc/meminfo: memFree=1529504/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301032 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24504
/proc/meminfo: memFree=1529504/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701079 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24504
/proc/meminfo: memFree=1529504/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50117 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 24508
/proc/meminfo: memFree=1523144/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=19812 CPUtime=2.79
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 1867 0 0 0 278 1 0 0 16 0 2 0 103488918 20287488 1853 1992294400 134512640 135305190 4294956144 18446744073709551615 134558041 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 4953 1853 83 193 0 4757 0
[pid=24507/tid=24508] ppid=24504 vsize=19812 CPUtime=1.38
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 644 0 0 0 138 0 0 0 18 0 2 0 103488919 20287488 1853 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 25168

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 24508
/proc/meminfo: memFree=1520904/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=23392 CPUtime=5.99
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 2636 0 0 0 597 2 0 0 16 0 2 0 103488918 23953408 2622 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 5848 2622 83 193 0 5652 0
[pid=24507/tid=24508] ppid=24504 vsize=23392 CPUtime=2.98
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 979 0 0 0 298 0 0 0 17 0 2 0 103488919 23953408 2622 1992294400 134512640 135305190 4294956144 18446744073709551615 134569803 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 28748

[startup+6.30271 s]
/proc/loadavg: 1.08 1.02 1.01 3/68 24508
/proc/meminfo: memFree=1515336/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=26744 CPUtime=12.37
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 3616 0 0 0 1234 3 0 0 17 0 2 0 103488918 27385856 3602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 6686 3602 83 193 0 6490 0
[pid=24507/tid=24508] ppid=24504 vsize=26744 CPUtime=6.18
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 1421 0 0 0 617 1 0 0 17 0 2 0 103488919 27385856 3602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 32100

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 3/68 24508
/proc/meminfo: memFree=1511944/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=30696 CPUtime=25.13
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 4379 0 0 0 2509 4 0 0 17 0 2 0 103488918 31432704 4365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 7674 4365 83 193 0 7478 0
[pid=24507/tid=24508] ppid=24504 vsize=30696 CPUtime=12.58
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 1822 0 0 0 1256 2 0 0 18 0 2 0 103488919 31432704 4365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 36052

[startup+25.5019 s]
/proc/loadavg: 1.34 1.08 1.02 3/68 24508
/proc/meminfo: memFree=1503688/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=38768 CPUtime=50.68
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 6386 0 0 0 5060 8 0 0 18 0 2 0 103488918 39698432 6372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 9692 6372 83 193 0 9496 0
[pid=24507/tid=24508] ppid=24504 vsize=38768 CPUtime=25.37
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 2906 0 0 0 2533 4 0 0 17 0 2 0 103488919 39698432 6372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 44124

[startup+51.1017 s]
/proc/loadavg: 1.56 1.15 1.05 3/68 24508
/proc/meminfo: memFree=1498568/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=43732 CPUtime=101.77
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 7626 0 0 0 10167 10 0 0 25 0 2 0 103488918 44781568 7612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 10933 7612 83 193 0 10737 0
[pid=24507/tid=24508] ppid=24504 vsize=43732 CPUtime=50.95
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 3434 0 0 0 5091 4 0 0 25 0 2 0 103488919 44781568 7612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 49088

[startup+102.305 s]
/proc/loadavg: 1.81 1.28 1.10 3/68 24508
/proc/meminfo: memFree=1489160/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=53600 CPUtime=203.94
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 9958 0 0 0 20381 13 0 0 25 0 2 0 103488918 54886400 9944 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13400 9944 83 193 0 13204 0
[pid=24507/tid=24508] ppid=24504 vsize=53600 CPUtime=102.13
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4761 0 0 0 10207 6 0 0 25 0 2 0 103488919 54886400 9944 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 58956

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

[startup+108.702 s]
/proc/loadavg: 1.82 1.29 1.10 3/68 24508
/proc/meminfo: memFree=1488584/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54236 CPUtime=216.7
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10108 0 0 0 21656 14 0 0 17 0 2 0 103488918 55537664 10094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13559 10094 83 193 0 13363 0
[pid=24507/tid=24508] ppid=24504 vsize=54236 CPUtime=108.52
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4827 0 0 0 10845 7 0 0 19 0 2 0 103488919 55537664 10094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.77
Current children cumulated vsize (KiB) 59592

[startup+111.901 s]
/proc/loadavg: 1.84 1.30 1.11 3/68 24508
/proc/meminfo: memFree=1488392/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54236 CPUtime=223.08
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10112 0 0 0 22294 14 0 0 23 0 2 0 103488918 55537664 10098 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13559 10098 83 193 0 13363 0
[pid=24507/tid=24508] ppid=24504 vsize=54236 CPUtime=111.71
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4830 0 0 0 11164 7 0 0 25 0 2 0 103488919 55537664 10098 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.15
Current children cumulated vsize (KiB) 59592

[startup+115.102 s]
/proc/loadavg: 1.84 1.30 1.11 3/68 24508
/proc/meminfo: memFree=1488392/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54612 CPUtime=229.47
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10180 0 0 0 22933 14 0 0 25 0 2 0 103488918 55922688 10166 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13653 10166 83 193 0 13457 0
[pid=24507/tid=24508] ppid=24504 vsize=54612 CPUtime=114.91
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4871 0 0 0 11484 7 0 0 20 0 2 0 103488919 55922688 10166 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.54
Current children cumulated vsize (KiB) 59968

[startup+115.902 s]
/proc/loadavg: 1.85 1.31 1.11 3/68 24508
/proc/meminfo: memFree=1488136/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54900 CPUtime=231.06
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10249 0 0 0 23092 14 0 0 25 0 2 0 103488918 56217600 10235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13725 10235 83 193 0 13529 0
[pid=24507/tid=24508] ppid=24504 vsize=54900 CPUtime=115.71
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4909 0 0 0 11564 7 0 0 21 0 2 0 103488919 56217600 10235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.13
Current children cumulated vsize (KiB) 60256

[startup+116.302 s]
/proc/loadavg: 1.85 1.31 1.11 3/68 24508
/proc/meminfo: memFree=1488136/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54900 CPUtime=231.86
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10250 0 0 0 23172 14 0 0 25 0 2 0 103488918 56217600 10236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13725 10236 83 193 0 13529 0
[pid=24507/tid=24508] ppid=24504 vsize=54900 CPUtime=116.11
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4909 0 0 0 11604 7 0 0 22 0 2 0 103488919 56217600 10236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.93
Current children cumulated vsize (KiB) 60256

[startup+116.702 s]
/proc/loadavg: 1.85 1.31 1.11 3/68 24508
/proc/meminfo: memFree=1487944/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54900 CPUtime=232.66
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10254 0 0 0 23252 14 0 0 25 0 2 0 103488918 56217600 10240 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13725 10240 83 193 0 13529 0
[pid=24507/tid=24508] ppid=24504 vsize=54900 CPUtime=116.51
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4911 0 0 0 11644 7 0 0 25 0 2 0 103488919 56217600 10240 1992294400 134512640 135305190 4294956144 18446744073709551615 134528227 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.73
Current children cumulated vsize (KiB) 60256

[startup+116.802 s]
/proc/loadavg: 1.85 1.31 1.11 3/68 24508
/proc/meminfo: memFree=1487944/2055920 swapFree=4192192/4192956
[pid=24504] ppid=24502 vsize=5356 CPUtime=0.07
/proc/24504/stat : 24504 (manysat.sh) S 24502 24504 24311 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103488909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24504/statm: 1339 238 195 169 0 50 0
[pid=24507] ppid=24504 vsize=54900 CPUtime=232.86
/proc/24507/stat : 24507 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194304 10255 0 0 0 23272 14 0 0 25 0 2 0 103488918 56217600 10241 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24507/statm: 13725 10241 83 193 0 13529 0
[pid=24507/tid=24508] ppid=24504 vsize=54900 CPUtime=116.61
/proc/24507/task/24508/stat : 24508 (manysat1.1_stat) R 24504 24504 24311 0 -1 4194368 4912 0 0 0 11654 7 0 0 25 0 2 0 103488919 56217600 10241 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.93
Current children cumulated vsize (KiB) 60256

Child status: 20
Real time (s): 116.897
CPU time (s): 233.131
CPU user time (s): 232.973
CPU system time (s): 0.157975
CPU usage (%): 199.432
Max. virtual memory (cumulated for all children) (KiB): 60256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.973
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11149
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= 454
involuntary context switches= 1775

runsolver used 0.104984 second user time and 0.329949 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-26 16:03:08
IDJOB=1729913
IDBENCH=24717
IDSOLVER=514
FILE ID=node76/1729913-1240754588
PBS_JOBID= 9187100
Free space on /tmp= 66204 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729913-1240754588/watcher-1729913-1240754588 -o /tmp/evaluation-result-1729913-1240754588/solver-1729913-1240754588 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729913-1240754588.cnf aimd 1

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=959761694

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1529920 kB
Buffers:         59532 kB
Cached:         395040 kB
SwapCached:        620 kB
Active:         195828 kB
Inactive:       272508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529920 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          22340 kB
Slab:            43560 kB
Committed_AS:   350576 kB
PageTables:       1432 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= 66204 MiB
End job on node76 at 2009-04-26 16:05:05