Trace number 1578196

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 53.0219 28.7088

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.38/3.41	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.38/3.41	c ==============================================================================
3.38/3.41	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.38/3.41	c CPU time:   3.2915 s
3.38/3.41	c ==============================================================================
52.81/28.69	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
52.81/28.69	c ============================[ Problem Statistics ]=============================
52.81/28.69	c |                                                                             |
52.81/28.69	c threadId              : 0
52.81/28.69	c restarts              : 46
52.81/28.69	c conflicts             : 12380          (252 /sec)
52.81/28.69	c decisions             : 64560          (1.29 % random) (1316 /sec)
52.81/28.69	c propagations          : 35604273       (725573 /sec)
52.81/28.69	c conflict literals     : 1678110        (27.48 % deleted)
52.81/28.69	c Memory used           : 66.46 MB
52.81/28.69	c CPU time              : 49.0705 s
52.81/28.69	
52.81/28.69	c --->m=2, e=8, aimd=0, HOME/344_many.cnf	time: 24.5353	conflicts: 12380        
52.81/28.70	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-1578196-1238895923/watcher-1578196-1238895923 -o /tmp/evaluation-result-1578196-1238895923/solver-1578196-1238895923 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1578196-1238895923.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.94 0.96 0.98 3/66 344
/proc/meminfo: memFree=1640936/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) R 342 344 32689 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 264519608991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/344/statm: 1339 234 194 169 0 50 0
[pid=345] ppid=344 vsize=1560 CPUtime=0
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1162255358 1597440 273 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 0 0 0
/proc/345/statm: 390 275 50 127 0 260 0

[startup+0.07071 s]
/proc/loadavg: 0.94 0.96 0.98 3/66 344
/proc/meminfo: memFree=1640936/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/344/statm: 1339 235 195 169 0 50 0
[pid=345] ppid=344 vsize=17068 CPUtime=0.06
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 3390 0 0 0 5 1 0 0 19 0 1 0 1162255358 17477632 3270 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/345/statm: 4267 3271 50 127 0 4137 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22424

[startup+0.101713 s]
/proc/loadavg: 0.94 0.96 0.98 3/66 344
/proc/meminfo: memFree=1640936/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/344/statm: 1339 235 195 169 0 50 0
[pid=345] ppid=344 vsize=20888 CPUtime=0.09
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 4328 0 0 0 7 2 0 0 19 0 1 0 1162255358 21389312 4208 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/345/statm: 5222 4209 50 127 0 5092 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26244

[startup+0.301738 s]
/proc/loadavg: 0.94 0.96 0.98 3/66 344
/proc/meminfo: memFree=1640936/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/344/statm: 1339 235 195 169 0 50 0
[pid=345] ppid=344 vsize=34172 CPUtime=0.29
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 7474 0 0 0 25 4 0 0 21 0 1 0 1162255358 34992128 7354 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/345/statm: 8543 7354 50 127 0 8413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39528

[startup+0.701801 s]
/proc/loadavg: 0.94 0.96 0.98 3/66 344
/proc/meminfo: memFree=1640936/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/344/statm: 1339 235 195 169 0 50 0
[pid=345] ppid=344 vsize=50956 CPUtime=0.68
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 11732 0 0 0 62 6 0 0 25 0 1 0 1162255358 52178944 11612 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 1 0 0
/proc/345/statm: 12739 11612 64 127 0 12609 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56312

[startup+1.50189 s]
/proc/loadavg: 0.95 0.96 0.98 2/68 346
/proc/meminfo: memFree=1588312/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/344/statm: 1339 235 195 169 0 50 0
[pid=345] ppid=344 vsize=60296 CPUtime=1.48
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 14930 0 0 0 139 9 0 0 25 0 1 0 1162255358 61743104 13498 1992294400 134512640 135034092 4294956096 18446744073709551615 134574642 0 0 4096 3 0 0 0 17 0 0 0
/proc/345/statm: 15074 13498 68 127 0 14944 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 65652

[startup+3.1011 s]
/proc/loadavg: 0.95 0.96 0.98 2/68 346
/proc/meminfo: memFree=1584664/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=0
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1162255358 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/344/statm: 1339 235 195 169 0 50 0
[pid=345] ppid=344 vsize=60260 CPUtime=3.08
/proc/345/stat : 345 (SatElite) R 344 344 32689 0 -1 4194304 17343 0 0 0 297 11 0 0 25 0 1 0 1162255358 61706240 13583 1992294400 134512640 135034092 4294956096 18446744073709551615 134566248 0 0 4096 3 0 0 0 17 0 0 0
/proc/345/statm: 15065 13583 68 127 0 14935 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65616

[startup+6.30153 s]
/proc/loadavg: 1.03 0.97 0.98 2/69 348
/proc/meminfo: memFree=1589136/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=3.77
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 312 18363 0 0 0 0 363 14 16 0 1 0 1162255358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1339 238 195 169 0 50 0
[pid=347] ppid=344 vsize=56420 CPUtime=4.53
/proc/347/stat : 347 (manysat1.1_stat) R 344 344 32689 0 -1 4194304 10676 0 0 0 445 8 0 0 17 0 2 0 1162255738 57774080 10662 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/347/statm: 14105 10662 83 193 0 13909 0
[pid=347/tid=348] ppid=344 vsize=56420 CPUtime=2.04
/proc/347/task/348/stat : 348 (manysat1.1_stat) R 344 344 32689 0 -1 4194368 398 0 0 0 204 0 0 0 16 0 2 0 1162255781 57774080 10662 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 61776

[startup+12.7024 s]
/proc/loadavg: 1.11 0.99 0.99 3/69 348
/proc/meminfo: memFree=1584976/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=3.77
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 312 18363 0 0 0 0 363 14 16 0 1 0 1162255358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1339 238 195 169 0 50 0
[pid=347] ppid=344 vsize=60888 CPUtime=17.3
/proc/347/stat : 347 (manysat1.1_stat) R 344 344 32689 0 -1 4194304 11818 0 0 0 1720 10 0 0 17 0 2 0 1162255738 62349312 11804 1992294400 134512640 135305190 4294956144 18446744073709551615 134570407 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/347/statm: 15222 11804 83 193 0 15026 0
[pid=347/tid=348] ppid=344 vsize=60888 CPUtime=8.44
/proc/347/task/348/stat : 348 (manysat1.1_stat) R 344 344 32689 0 -1 4194368 951 0 0 0 843 1 0 0 17 0 2 0 1162255781 62349312 11804 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.07
Current children cumulated vsize (KiB) 66244

[startup+25.502 s]
/proc/loadavg: 1.31 1.04 1.01 3/69 348
/proc/meminfo: memFree=1577808/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=3.77
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 312 18363 0 0 0 0 363 14 16 0 1 0 1162255358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1339 238 195 169 0 50 0
[pid=347] ppid=344 vsize=67616 CPUtime=42.85
/proc/347/stat : 347 (manysat1.1_stat) R 344 344 32689 0 -1 4194304 13523 0 0 0 4271 14 0 0 19 0 2 0 1162255738 69238784 13509 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/347/statm: 16904 13509 83 193 0 16708 0
[pid=347/tid=348] ppid=344 vsize=67616 CPUtime=21.24
/proc/347/task/348/stat : 348 (manysat1.1_stat) R 344 344 32689 0 -1 4194368 1706 0 0 0 2121 3 0 0 23 0 2 0 1162255781 69238784 13509 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.62
Current children cumulated vsize (KiB) 72972

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

[startup+27.1012 s]
/proc/loadavg: 1.31 1.04 1.01 3/69 348
/proc/meminfo: memFree=1577552/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=3.77
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 312 18363 0 0 0 0 363 14 16 0 1 0 1162255358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1339 238 195 169 0 50 0
[pid=347] ppid=344 vsize=68056 CPUtime=46.04
/proc/347/stat : 347 (manysat1.1_stat) R 344 344 32689 0 -1 4194304 13616 0 0 0 4590 14 0 0 23 0 2 0 1162255738 69689344 13602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528157 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/347/statm: 17014 13602 83 193 0 16818 0
[pid=347/tid=348] ppid=344 vsize=68056 CPUtime=22.84
/proc/347/task/348/stat : 348 (manysat1.1_stat) R 344 344 32689 0 -1 4194368 1753 0 0 0 2281 3 0 0 17 0 2 0 1162255781 69689344 13602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 73412

[startup+27.9023 s]
/proc/loadavg: 1.31 1.04 1.01 3/69 348
/proc/meminfo: memFree=1577360/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=3.77
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 312 18363 0 0 0 0 363 14 16 0 1 0 1162255358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1339 238 195 169 0 50 0
[pid=347] ppid=344 vsize=68056 CPUtime=47.64
/proc/347/stat : 347 (manysat1.1_stat) R 344 344 32689 0 -1 4194304 13635 0 0 0 4750 14 0 0 25 0 2 0 1162255738 69689344 13621 1992294400 134512640 135305190 4294956144 18446744073709551615 134528861 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/347/statm: 17014 13621 83 193 0 16818 0
[pid=347/tid=348] ppid=344 vsize=68056 CPUtime=23.64
/proc/347/task/348/stat : 348 (manysat1.1_stat) R 344 344 32689 0 -1 4194368 1762 0 0 0 2361 3 0 0 17 0 2 0 1162255781 69689344 13621 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 73412

[startup+28.3024 s]
/proc/loadavg: 1.31 1.04 1.01 3/69 348
/proc/meminfo: memFree=1577360/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5356 CPUtime=3.77
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 312 18363 0 0 0 0 363 14 16 0 1 0 1162255358 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1339 238 195 169 0 50 0
[pid=347] ppid=344 vsize=68056 CPUtime=48.43
/proc/347/stat : 347 (manysat1.1_stat) R 344 344 32689 0 -1 4194304 13635 0 0 0 4829 14 0 0 25 0 2 0 1162255738 69689344 13621 1992294400 134512640 135305190 4294956144 18446744073709551615 134557263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/347/statm: 17014 13621 83 193 0 16818 0
[pid=347/tid=348] ppid=344 vsize=68056 CPUtime=24.04
/proc/347/task/348/stat : 348 (manysat1.1_stat) R 344 344 32689 0 -1 4194368 1762 0 0 0 2401 3 0 0 17 0 2 0 1162255781 69689344 13621 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.2
Current children cumulated vsize (KiB) 73412

[startup+28.7024 s]
/proc/loadavg: 1.31 1.04 1.01 3/69 348
/proc/meminfo: memFree=1577296/2055920 swapFree=4176420/4192956
[pid=344] ppid=342 vsize=5360 CPUtime=53
/proc/344/stat : 344 (manysat.sh) S 342 344 32689 0 -1 4194304 339 32013 0 0 0 0 5270 30 17 0 1 0 1162255358 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/344/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 53
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 28.7088
CPU time (s): 53.0219
CPU user time (s): 52.71
CPU system time (s): 0.311952
CPU usage (%): 184.689
Max. virtual memory (cumulated for all children) (KiB): 73412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.71
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32479
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= 965
involuntary context switches= 405

runsolver used 0.029995 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node40 at 2009-04-05 03:45:24
IDJOB=1578196
IDBENCH=70974
IDSOLVER=513
FILE ID=node40/1578196-1238895923
PBS_JOBID= 9086065
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=326333104

node40.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.232
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.232
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:       1641416 kB
Buffers:         56632 kB
Cached:         276356 kB
SwapCached:       9664 kB
Active:         116872 kB
Inactive:       227440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641416 kB
SwapTotal:     4192956 kB
SwapFree:      4176420 kB
Dirty:            9960 kB
Writeback:           0 kB
Mapped:          17132 kB
Slab:            56228 kB
Committed_AS:  3206044 kB
PageTables:       1476 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= 66536 MiB
End job on node40 at 2009-04-05 03:45:53