Trace number 1723518

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 63.8073 33.9091

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.3264
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
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.38/0.46	c ==============================================================================
0.38/0.46	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.46	c ==============================================================================
0.38/0.46	c |         0 |  473595  1105055 |  142078       0        0     nan |  0.000 % |
3.08/3.14	c |         0 |  206201   803155 |      --       0       --      -- |     --   | -267392/-301895
3.08/3.14	c ==============================================================================
3.08/3.14	c Result  :   #vars: 26986   #clauses: 206201   #literals: 803155
3.08/3.14	c CPU time:   2.98255 s
3.08/3.14	c ==============================================================================
63.60/33.88	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
63.60/33.88	c ============================[ Problem Statistics ]=============================
63.60/33.88	c |                                                                             |
63.60/33.88	c threadId              : 0
63.60/33.88	c restarts              : 421
63.60/33.88	c conflicts             : 149271         (2483 /sec)
63.60/33.88	c decisions             : 657466         (1.58 % random) (10937 /sec)
63.60/33.88	c propagations          : 28552132       (474975 /sec)
63.60/33.88	c conflict literals     : 5307413        (20.98 % deleted)
63.60/33.88	c Memory used           : 66.79 MB
63.60/33.88	c CPU time              : 60.1129 s
63.60/33.88	
63.60/33.88	c --->m=2, e=8, aimd=0, HOME/24599_many.cnf	time: 30.0569	conflicts: 149271       
63.60/33.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-1723518-1240686794/watcher-1723518-1240686794 -o /tmp/evaluation-result-1723518-1240686794/solver-1723518-1240686794 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723518-1240686794.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.06 1.06 1.00 3/64 24599
/proc/meminfo: memFree=1587848/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=1608 CPUtime=0
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 300 0 0 0 0 0 0 0 18 0 1 0 96705629 1646592 284 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 402 285 50 127 0 272 0

[startup+0.0347801 s]
/proc/loadavg: 1.06 1.06 1.00 3/64 24599
/proc/meminfo: memFree=1587848/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=5364 CPUtime=0.02
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 1191 0 0 0 2 0 0 0 18 0 1 0 96705629 5492736 1175 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 1341 1176 50 127 0 1211 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10720

[startup+0.101786 s]
/proc/loadavg: 1.06 1.06 1.00 3/64 24599
/proc/meminfo: memFree=1587848/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=16132 CPUtime=0.09
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 3432 0 0 0 7 2 0 0 18 0 1 0 96705629 16519168 3416 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 4033 3417 50 127 0 3903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21488

[startup+0.301808 s]
/proc/loadavg: 1.06 1.06 1.00 3/64 24599
/proc/meminfo: memFree=1587848/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=41440 CPUtime=0.29
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 9875 0 0 0 25 4 0 0 19 0 1 0 96705629 42434560 9859 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 10360 9860 50 127 0 10230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46796

[startup+0.701854 s]
/proc/loadavg: 1.06 1.06 1.00 3/64 24599
/proc/meminfo: memFree=1587848/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=77076 CPUtime=0.68
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 17560 0 0 0 59 9 0 0 23 0 1 0 96705629 78925824 16196 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 19269 16196 68 127 0 19139 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 82432

[startup+1.50194 s]
/proc/loadavg: 1.06 1.06 1.00 2/66 24601
/proc/meminfo: memFree=1518200/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=81120 CPUtime=1.49
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 18472 0 0 0 137 12 0 0 25 0 1 0 96705629 83066880 17108 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 20280 17108 68 127 0 20150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86476

[startup+3.10113 s]
/proc/loadavg: 1.06 1.06 1.00 2/66 24601
/proc/meminfo: memFree=1505464/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96705629 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1339 235 195 169 0 50 0
[pid=24600] ppid=24599 vsize=85844 CPUtime=3.08
/proc/24600/stat : 24600 (SatElite) R 24599 24599 24257 0 -1 4194304 19876 0 0 0 293 15 0 0 25 0 1 0 96705629 87904256 18200 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 1 0 0
/proc/24600/statm: 21461 18200 68 127 0 21331 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91200

[startup+6.3015 s]
/proc/loadavg: 1.14 1.08 1.01 3/67 24603
/proc/meminfo: memFree=1532592/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=48872 CPUtime=5.28
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 9230 0 0 0 517 11 0 0 16 0 2 0 96705978 50044928 9216 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 12218 9216 83 193 0 12022 0
[pid=24602/tid=24603] ppid=24599 vsize=48872 CPUtime=2.49
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 1045 0 0 0 247 2 0 0 17 0 2 0 96706007 50044928 9216 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 54228

[startup+12.7012 s]
/proc/loadavg: 1.20 1.09 1.01 3/67 24603
/proc/meminfo: memFree=1524536/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=57972 CPUtime=18.04
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 11536 0 0 0 1790 14 0 0 17 0 2 0 96705978 59363328 11503 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 14493 11503 83 193 0 14297 0
[pid=24602/tid=24603] ppid=24599 vsize=57972 CPUtime=8.89
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 1992 0 0 0 885 4 0 0 17 0 2 0 96706007 59363328 11503 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.52
Current children cumulated vsize (KiB) 63328

[startup+25.5017 s]
/proc/loadavg: 1.38 1.14 1.03 3/67 24603
/proc/meminfo: memFree=1517304/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=64384 CPUtime=43.57
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 13088 0 0 0 4340 17 0 0 17 0 2 0 96705978 65929216 13055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 16096 13055 83 193 0 15900 0
[pid=24602/tid=24603] ppid=24599 vsize=64384 CPUtime=21.67
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 2532 0 0 0 2162 5 0 0 18 0 2 0 96706007 65929216 13055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 69740

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

[startup+28.701 s]
/proc/loadavg: 1.38 1.14 1.03 3/67 24603
/proc/meminfo: memFree=1515448/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=66772 CPUtime=49.95
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 13535 0 0 0 4977 18 0 0 17 0 2 0 96705978 68374528 13502 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 16693 13502 83 193 0 16497 0
[pid=24602/tid=24603] ppid=24599 vsize=66772 CPUtime=24.87
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 2703 0 0 0 2482 5 0 0 19 0 2 0 96706007 68374528 13502 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.43
Current children cumulated vsize (KiB) 72128

[startup+31.9054 s]
/proc/loadavg: 1.43 1.15 1.03 3/67 24603
/proc/meminfo: memFree=1514488/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=67908 CPUtime=56.34
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 13778 0 0 0 5616 18 0 0 17 0 2 0 96705978 69537792 13745 1992294400 134512640 135305190 4294956144 18446744073709551615 134541947 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 16977 13745 83 193 0 16781 0
[pid=24602/tid=24603] ppid=24599 vsize=67908 CPUtime=28.06
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 2765 0 0 0 2801 5 0 0 17 0 2 0 96706007 69537792 13745 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.82
Current children cumulated vsize (KiB) 73264

[startup+32.7015 s]
/proc/loadavg: 1.43 1.15 1.03 3/67 24603
/proc/meminfo: memFree=1514488/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=68220 CPUtime=57.93
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 13850 0 0 0 5775 18 0 0 17 0 2 0 96705978 69857280 13817 1992294400 134512640 135305190 4294956144 18446744073709551615 134846358 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 17055 13817 83 193 0 16859 0
[pid=24602/tid=24603] ppid=24599 vsize=68220 CPUtime=28.86
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 2792 0 0 0 2881 5 0 0 17 0 2 0 96706007 69857280 13817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.41
Current children cumulated vsize (KiB) 73576

[startup+33.5016 s]
/proc/loadavg: 1.43 1.15 1.03 3/67 24603
/proc/meminfo: memFree=1514168/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5356 CPUtime=3.48
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 312 21041 0 0 0 0 329 19 16 0 1 0 96705629 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 238 195 169 0 50 0
[pid=24602] ppid=24599 vsize=68388 CPUtime=59.52
/proc/24602/stat : 24602 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194304 13905 0 0 0 5934 18 0 0 18 0 2 0 96705978 70029312 13872 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24602/statm: 17097 13872 83 193 0 16901 0
[pid=24602/tid=24603] ppid=24599 vsize=68388 CPUtime=29.66
/proc/24602/task/24603/stat : 24603 (manysat1.1_stat) R 24599 24599 24257 0 -1 4194368 2801 0 0 0 2961 5 0 0 17 0 2 0 96706007 70029312 13872 1992294400 134512640 135305190 4294956144 18446744073709551615 134541938 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63
Current children cumulated vsize (KiB) 73744

[startup+33.9016 s]
/proc/loadavg: 1.43 1.15 1.03 3/67 24603
/proc/meminfo: memFree=1514168/2055920 swapFree=4178508/4192956
[pid=24599] ppid=24597 vsize=5360 CPUtime=63.78
/proc/24599/stat : 24599 (manysat.sh) S 24597 24599 24257 0 -1 4194304 339 34962 0 0 0 0 6340 38 17 0 1 0 96705629 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24599/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 63.78
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 33.9091
CPU time (s): 63.8073
CPU user time (s): 63.4084
CPU system time (s): 0.398939
CPU usage (%): 188.172
Max. virtual memory (cumulated for all children) (KiB): 91200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.4084
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35428
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= 2612
involuntary context switches= 477

runsolver used 0.032994 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-25 21:13:15
IDJOB=1723518
IDBENCH=71717
IDSOLVER=513
FILE ID=node63/1723518-1240686794
PBS_JOBID= 9186670
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=655544612

node63.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.236
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.236
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:       1588392 kB
Buffers:         49140 kB
Cached:         341960 kB
SwapCached:       7516 kB
Active:         126156 kB
Inactive:       275152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588392 kB
SwapTotal:     4192956 kB
SwapFree:      4178508 kB
Dirty:            9684 kB
Writeback:           0 kB
Mapped:          14820 kB
Slab:            52060 kB
Committed_AS:   521680 kB
PageTables:       1452 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= 66332 MiB
End job on node63 at 2009-04-25 21:13:49