Trace number 1723258

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 170.264 88.4316

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.68/0.74	c ==============================================================================
0.68/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.68/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.68/0.74	c ==============================================================================
0.68/0.74	c |         0 |  705219  1645511 |  211565       0        0     nan |  0.000 % |
4.98/5.06	c |         0 |  302951  1188077 |      --       0       --      -- |     --   | -402266/-457429
4.98/5.07	c ==============================================================================
4.98/5.07	c Result  :   #vars: 39231   #clauses: 302951   #literals: 1188077
4.98/5.07	c CPU time:   4.79127 s
4.98/5.07	c ==============================================================================
170.02/88.39	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
170.02/88.39	c ============================[ Problem Statistics ]=============================
170.02/88.39	c |                                                                             |
170.02/88.39	c threadId              : 0
170.02/88.39	c restarts              : 1091
170.02/88.39	c conflicts             : 217894         (1326 /sec)
170.02/88.39	c decisions             : 1853662        (1.62 % random) (11280 /sec)
170.02/88.39	c propagations          : 77037472       (468806 /sec)
170.02/88.39	c conflict literals     : 6219870        (21.53 % deleted)
170.02/88.39	c Memory used           : 91.99 MB
170.02/88.39	c CPU time              : 164.327 s
170.02/88.39	
170.02/88.39	c --->m=2, e=8, aimd=0, HOME/23551_many.cnf	time: 82.1635	conflicts: 217894       
170.21/88.41	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-1723258-1240684493/watcher-1723258-1240684493 -o /tmp/evaluation-result-1723258-1240684493/solver-1723258-1240684493 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723258-1240684493.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.99 0.98 0.99 3/64 23551
/proc/meminfo: memFree=1745216/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=1224 CPUtime=0
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 96483397 1253376 196 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 306 197 50 127 0 176 0

[startup+0.105274 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23551
/proc/meminfo: memFree=1745216/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=15716 CPUtime=0.09
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 3273 0 0 0 8 1 0 0 18 0 1 0 96483397 16093184 3257 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 3929 3258 50 127 0 3799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21072

[startup+0.20129 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23551
/proc/meminfo: memFree=1745216/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=30180 CPUtime=0.19
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 6178 0 0 0 16 3 0 0 18 0 1 0 96483397 30904320 6162 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 7545 6163 50 127 0 7415 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35536

[startup+0.301307 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23551
/proc/meminfo: memFree=1745216/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=39652 CPUtime=0.29
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 9211 0 0 0 24 5 0 0 19 0 1 0 96483397 40603648 9195 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 9913 9196 50 127 0 9783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45008

[startup+0.701377 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23551
/proc/meminfo: memFree=1745216/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=91084 CPUtime=0.68
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 21776 0 0 0 56 12 0 0 22 0 1 0 96483397 93270016 21760 1992294400 134512640 135034092 4294956096 18446744073709551615 134542620 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 22771 21760 51 127 0 22641 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 96440

[startup+1.50152 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23553
/proc/meminfo: memFree=1647088/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=104996 CPUtime=1.49
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 26469 0 0 0 132 17 0 0 25 0 1 0 96483397 107515904 24463 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 26249 24463 68 127 0 26119 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110352

[startup+3.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23553
/proc/meminfo: memFree=1634416/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96483396 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23551/statm: 1339 235 195 169 0 50 0
[pid=23552] ppid=23551 vsize=111928 CPUtime=3.08
/proc/23552/stat : 23552 (SatElite) R 23551 23551 23266 0 -1 4194304 28030 0 0 0 285 23 0 0 25 0 1 0 96483397 114614272 26024 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23552/statm: 27982 26024 68 127 0 27852 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 117284

[startup+6.30137 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23553
/proc/meminfo: memFree=1611952/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 5356

[startup+12.7015 s]
/proc/loadavg: 1.07 1.00 1.00 3/67 23555
/proc/meminfo: memFree=1662824/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=67544 CPUtime=13.65
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 13700 0 0 0 1346 19 0 0 16 0 2 0 96483958 69165056 13680 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23554/statm: 16886 13680 83 193 0 16690 0
[pid=23554/tid=23555] ppid=23551 vsize=67544 CPUtime=6.61
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 1645 0 0 0 654 7 0 0 17 0 2 0 96484001 69165056 13680 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.25
Current children cumulated vsize (KiB) 72900

[startup+25.5017 s]
/proc/loadavg: 1.28 1.05 1.02 3/67 23555
/proc/meminfo: memFree=1655016/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=74616 CPUtime=39.18
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 15640 0 0 0 3896 22 0 0 17 0 2 0 96483958 76406784 15620 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 18654 15620 83 193 0 18458 0
[pid=23554/tid=23555] ppid=23551 vsize=74616 CPUtime=19.39
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 2700 0 0 0 1930 9 0 0 17 0 2 0 96484001 76406784 15620 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 79972

[startup+51.1012 s]
/proc/loadavg: 1.60 1.14 1.04 3/67 23555
/proc/meminfo: memFree=1643688/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=86560 CPUtime=90.21
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 18497 0 0 0 8996 25 0 0 17 0 2 0 96483958 88637440 18477 1992294400 134512640 135305190 4294956144 18446744073709551615 134529140 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 21640 18477 83 193 0 21444 0
[pid=23554/tid=23555] ppid=23551 vsize=86560 CPUtime=44.87
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4028 0 0 0 4476 11 0 0 19 0 2 0 96484001 88637440 18477 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.81
Current children cumulated vsize (KiB) 91916

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

[startup+51.2012 s]
/proc/loadavg: 1.60 1.14 1.04 3/67 23555
/proc/meminfo: memFree=1643688/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=86560 CPUtime=90.41
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 18506 0 0 0 9016 25 0 0 17 0 2 0 96483958 88637440 18486 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 21640 18486 83 193 0 21444 0
[pid=23554/tid=23555] ppid=23551 vsize=86560 CPUtime=44.97
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4032 0 0 0 4486 11 0 0 19 0 2 0 96484001 88637440 18486 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.01
Current children cumulated vsize (KiB) 91916

[startup+64.0025 s]
/proc/loadavg: 1.74 1.18 1.06 3/67 23555
/proc/meminfo: memFree=1638888/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=90728 CPUtime=115.94
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 19638 0 0 0 11567 27 0 0 18 0 2 0 96483958 92905472 19618 1992294400 134512640 135305190 4294956144 18446744073709551615 134530583 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 22682 19618 83 193 0 22486 0
[pid=23554/tid=23555] ppid=23551 vsize=90728 CPUtime=57.71
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4476 0 0 0 5759 12 0 0 18 0 2 0 96484001 92905472 19618 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.54
Current children cumulated vsize (KiB) 96084

[startup+76.8017 s]
/proc/loadavg: 2.02 1.27 1.09 3/67 23555
/proc/meminfo: memFree=1637352/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=93236 CPUtime=141.48
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 20054 0 0 0 14120 28 0 0 18 0 2 0 96483958 95473664 20034 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 23309 20034 83 193 0 23113 0
[pid=23554/tid=23555] ppid=23551 vsize=93236 CPUtime=70.46
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4570 0 0 0 7034 12 0 0 17 0 2 0 96484001 95473664 20034 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 147.08
Current children cumulated vsize (KiB) 98592

[startup+83.2018 s]
/proc/loadavg: 2.10 1.30 1.10 3/67 23555
/proc/meminfo: memFree=1636200/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=93884 CPUtime=154.25
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 20281 0 0 0 15397 28 0 0 18 0 2 0 96483958 96137216 20261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 23471 20261 83 193 0 23275 0
[pid=23554/tid=23555] ppid=23551 vsize=93884 CPUtime=76.83
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4648 0 0 0 7671 12 0 0 19 0 2 0 96484001 96137216 20261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.85
Current children cumulated vsize (KiB) 99240

[startup+86.4014 s]
/proc/loadavg: 2.17 1.33 1.11 3/67 23555
/proc/meminfo: memFree=1635880/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=94192 CPUtime=160.63
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 20352 0 0 0 16035 28 0 0 17 0 2 0 96483958 96452608 20332 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 23548 20332 83 193 0 23352 0
[pid=23554/tid=23555] ppid=23551 vsize=94192 CPUtime=80.02
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4719 0 0 0 7989 13 0 0 17 0 2 0 96484001 96452608 20332 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 166.23
Current children cumulated vsize (KiB) 99548

[startup+87.2015 s]
/proc/loadavg: 2.17 1.33 1.11 3/67 23555
/proc/meminfo: memFree=1635880/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=94192 CPUtime=162.23
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 20354 0 0 0 16194 29 0 0 17 0 2 0 96483958 96452608 20334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 23548 20334 83 193 0 23352 0
[pid=23554/tid=23555] ppid=23551 vsize=94192 CPUtime=80.82
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4721 0 0 0 8069 13 0 0 16 0 2 0 96484001 96452608 20334 1992294400 134512640 135305190 4294956144 18446744073709551615 134529260 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.83
Current children cumulated vsize (KiB) 99548

[startup+88.0017 s]
/proc/loadavg: 2.17 1.33 1.11 3/67 23555
/proc/meminfo: memFree=1635880/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=94192 CPUtime=163.83
/proc/23554/stat : 23554 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194304 20354 0 0 0 16354 29 0 0 17 0 2 0 96483958 96452608 20334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 23548 20334 83 193 0 23352 0
[pid=23554/tid=23555] ppid=23551 vsize=94192 CPUtime=81.61
/proc/23554/task/23555/stat : 23555 (manysat1.1_stat) R 23551 23551 23266 0 -1 4194368 4721 0 0 0 8148 13 0 0 17 0 2 0 96484001 96452608 20334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 169.43
Current children cumulated vsize (KiB) 99548

[startup+88.402 s]
/proc/loadavg: 2.17 1.33 1.11 3/67 23555
/proc/meminfo: memFree=1635880/2055920 swapFree=4181848/4192956
[pid=23551] ppid=23549 vsize=5356 CPUtime=5.6
/proc/23551/stat : 23551 (manysat.sh) S 23549 23551 23266 0 -1 4194304 312 31174 0 0 0 0 529 31 16 0 1 0 96483396 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 238 195 169 0 50 0
[pid=23554] ppid=23551 vsize=0 CPUtime=164.61
/proc/23554/stat : 23554 (manysat1.1_stat) Z 23551 23551 23266 0 -1 4194316 20369 0 0 0 16432 29 0 0 18 0 2 0 96483958 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/23554/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 170.21
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 88.4316
CPU time (s): 170.264
CPU user time (s): 169.624
CPU system time (s): 0.639902
CPU usage (%): 192.538
Max. virtual memory (cumulated for all children) (KiB): 123512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.624
system time used= 0.639902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52009
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= 4368
involuntary context switches= 1268

runsolver used 0.077988 second user time and 0.252961 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 20:34:54
IDJOB=1723258
IDBENCH=71689
IDSOLVER=513
FILE ID=node4/1723258-1240684493
PBS_JOBID= 9186652
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=76236582

node4.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.265
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.265
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:       1745760 kB
Buffers:         28196 kB
Cached:         222588 kB
SwapCached:       5372 kB
Active:          79996 kB
Inactive:       179052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745760 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:           14032 kB
Writeback:           0 kB
Mapped:          13868 kB
Slab:            37192 kB
Committed_AS:   463776 kB
PageTables:       1468 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= 66192 MiB
End job on node4 at 2009-04-25 20:36:23