Trace number 460447

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, and are wall clock time (not CPU 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
aigsat-sp 2007-05-15SAT 680.573 680.765

General information on the benchmark

Nameindustrial-aig/babic/
xinetd/itox_vc1130.aig
MD5SUM1234dda3db0814f468bfa0ae1eb80c1e
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.607
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

17.78/17.80	c file: /tmp/evaluation/460447-1179249676/instance-460447-1179249676.aig
17.78/17.80	c Reading aig format..
17.78/17.80	c MAXVAR  684776
17.78/17.80	c INPUTS  72573
17.78/17.80	c LATCHES 0
17.78/17.80	c OUTPUTS 1
17.78/17.80	c AND     612203
17.78/17.80	c Before initialization time (seconds) 17.1624
17.78/17.80	c Memory used (in MB): 484.02
157.44/157.58	c Pre-processing followed by bcp (no decisions) assigned 10756 vars 
157.44/157.58	c DBreduced=0 GV=130702[0]  GL=468005[ 336216,131789] HP=1449 Prune=837274 decisions=561026 restart=18 est=2.29307 HP Impl=[811765, 700967] DB Impl=81631359[0]  varReasonNeeded[7638904]  
157.44/157.58	c Memory used (in MB): 565.746
225.91/226.08	c DBreduced=1 GV=161206[0]  GL=482627[ 336216,146411] HP=2290 Prune=1216735 decisions=822706 restart=19 est=2.36183 HP Impl=[1340460, 1151850] DB Impl=116006563[0]  varReasonNeeded[10242573]  
225.91/226.08	c Memory used (in MB): 573.391
336.69/336.87	c DBreduced=2 GV=243003[0]  GL=496252[ 336216,160036] HP=2668 Prune=1668469 decisions=1128400 restart=20 est=2.38254 HP Impl=[1727239, 1487354] DB Impl=165131628[0]  varReasonNeeded[14603238]  
336.69/336.87	c Memory used (in MB): 586.109
426.97/427.17	c DBreduced=3 GV=297410[0]  GL=508891[ 336216,172675] HP=2785 Prune=1949944 decisions=1306076 restart=20 est=2.38254 HP Impl=[2014870, 1726240] DB Impl=199767469[0]  varReasonNeeded[17126255]  
426.97/427.17	c Memory used (in MB): 593.781
529.34/529.58	c DBreduced=4 GV=375957[0]  GL=527162[ 336216,190946] HP=3292 Prune=2439918 decisions=1626227 restart=21 est=2.44807 HP Impl=[2495508, 2140007] DB Impl=238641690[0]  varReasonNeeded[20815310]  
529.34/529.58	c Memory used (in MB): 645.727
625.11/625.30	c DBreduced=5 GV=449854[0]  GL=542777[ 336216,206561] HP=3582 Prune=2773936 decisions=1835778 restart=21 est=2.44807 HP Impl=[2754455, 2366685] DB Impl=279061463[0]  varReasonNeeded[28599504]  
625.11/625.30	c Memory used (in MB): 645.867
680.40/680.66	
680.40/680.66	s SATISFIABLE
680.40/680.66	c Total time (in seconds): 679.386
680.40/680.66	c Memory used (in MB): 645.988
680.40/680.66	c Conflict literals deleted: [28.7664%] Max learned #lits [24757712] Reduced #lits [17635805]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-460447-1179249676 -o ROOT/results/node21/solver-460447-1179249676 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460447-1179249676/aigsat-sp /tmp/evaluation/460447-1179249676/instance-460447-1179249676.aig 

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 Stack size limit: 1048576 KiB
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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.93 3/77 31392
/proc/meminfo: memFree=1759672/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=6544 CPUtime=0
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 987 0 0 0 0 0 0 0 18 0 1 0 372884982 6701056 975 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 0 0 0
/proc/31392/statm: 1636 983 121 277 0 1354 0

[startup+0.072562 s]
/proc/loadavg: 0.91 0.97 0.93 3/77 31392
/proc/meminfo: memFree=1759672/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=14572 CPUtime=0.06
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 3494 0 0 0 5 1 0 0 18 0 1 0 372884982 14921728 3482 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 0 0 0
/proc/31392/statm: 3643 3482 121 277 0 3361 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14572

[startup+0.101564 s]
/proc/loadavg: 0.91 0.97 0.93 3/77 31392
/proc/meminfo: memFree=1759672/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=14572 CPUtime=0.09
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 3494 0 0 0 8 1 0 0 18 0 1 0 372884982 14921728 3482 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 0 0 0
/proc/31392/statm: 3643 3482 121 277 0 3361 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14572

[startup+0.301585 s]
/proc/loadavg: 0.91 0.97 0.93 3/77 31392
/proc/meminfo: memFree=1759672/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=20132 CPUtime=0.29
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 4879 0 0 0 27 2 0 0 19 0 1 0 372884982 20615168 4830 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/31392/statm: 5033 4830 131 277 0 4751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20132

[startup+0.701628 s]
/proc/loadavg: 0.91 0.97 0.93 3/77 31392
/proc/meminfo: memFree=1759672/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=38848 CPUtime=0.69
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 9801 0 0 0 65 4 0 0 23 0 1 0 372884982 39780352 9413 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970294 0 0 4096 35 0 0 0 17 0 0 0
/proc/31392/statm: 9712 9413 131 277 0 9430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38848

[startup+1.50172 s]
/proc/loadavg: 0.91 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1708528/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=75640 CPUtime=1.49
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 19256 0 0 0 141 8 0 0 25 0 1 0 372884982 77455360 18483 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/31392/statm: 18910 18483 131 277 0 18628 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75640

[startup+3.1019 s]
/proc/loadavg: 0.92 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1659184/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=120172 CPUtime=3.08
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 33777 0 0 0 294 14 0 0 25 0 1 0 372884982 123056128 28890 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134597566 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 30043 28890 131 277 0 29761 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120172

[startup+6.30205 s]
/proc/loadavg: 0.92 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1574200/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=193008 CPUtime=6.28
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 52017 0 0 0 607 21 0 0 25 0 1 0 372884982 197640192 46363 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134586458 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 48252 46363 132 277 0 47970 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 193008

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1366072/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=435848 CPUtime=12.68
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 129108 0 0 0 1218 50 0 0 25 0 1 0 372884982 446308352 104426 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 108962 104427 138 277 0 108680 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 435848

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1247672/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=549480 CPUtime=25.48
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 175890 0 0 0 2479 69 0 0 25 0 1 0 372884982 562667520 127782 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134737232 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 137370 127782 159 277 0 137088 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 549480

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1241080/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=554060 CPUtime=51.06
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 177633 0 0 0 5036 70 0 0 25 0 1 0 372884982 567357440 129525 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134731754 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 138515 129525 159 277 0 138233 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 554060

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1229816/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=562328 CPUtime=102.25
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 180428 0 0 0 10151 74 0 0 25 0 1 0 372884982 575823872 132320 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134731390 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 140582 132320 159 277 0 140300 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 562328

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1206264/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=583088 CPUtime=162.23
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 186295 0 0 0 16140 83 0 0 25 0 1 0 372884982 597082112 138187 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 145772 138187 159 277 0 145490 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 583088

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1201272/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=587076 CPUtime=222.22
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 187523 0 0 0 22137 85 0 0 25 0 1 0 372884982 601165824 139415 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574472 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 146769 139415 159 277 0 146487 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 587076

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1201016/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=587260 CPUtime=282.2
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 188504 0 0 0 28134 86 0 0 25 0 1 0 372884982 601354240 139481 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134579051 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 146815 139481 159 277 0 146533 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 587260

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1187256/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=600280 CPUtime=342.19
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 192876 0 0 0 34127 92 0 0 25 0 1 0 372884982 614686720 142910 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 150070 142910 159 277 0 149788 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 600280

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1182968/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=604656 CPUtime=402.17
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 193972 0 0 0 40123 94 0 0 25 0 1 0 372884982 619167744 144006 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574159 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 151164 144006 159 277 0 150882 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 604656

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1179000/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=608180 CPUtime=462.16
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 195917 0 0 0 46119 97 0 0 25 0 1 0 372884982 622776320 144981 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 152045 144981 159 277 0 151763 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 608180

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1167800/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=619416 CPUtime=522.14
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 198827 0 0 0 52112 102 0 0 25 0 1 0 372884982 634281984 147891 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134579005 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 154854 147891 159 277 0 154572 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 619416

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137848/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661364 CPUtime=582.13
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 211264 0 0 0 58106 107 0 0 25 0 1 0 372884982 677236736 155234 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134578923 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165341 155234 159 277 0 165059 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 661364

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137208/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=642.12
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212449 0 0 0 64104 108 0 0 25 0 1 0 372884982 677363712 155389 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188716 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155389 159 277 0 165090 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 661488

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

[startup+665.505 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137208/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=665.31
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212449 0 0 0 66423 108 0 0 25 0 1 0 372884982 677363712 155389 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574292 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155389 159 277 0 165090 0
Current children cumulated CPU time (s) 665.31
Current children cumulated vsize (KiB) 661488

[startup+671.902 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137208/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=671.7
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212449 0 0 0 67062 108 0 0 25 0 1 0 372884982 677363712 155389 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134737227 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155389 159 277 0 165090 0
Current children cumulated CPU time (s) 671.7
Current children cumulated vsize (KiB) 661488

[startup+675.101 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137144/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=674.9
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212455 0 0 0 67382 108 0 0 25 0 1 0 372884982 677363712 155395 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155395 159 277 0 165090 0
Current children cumulated CPU time (s) 674.9
Current children cumulated vsize (KiB) 661488

[startup+678.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137144/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=678.1
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212455 0 0 0 67702 108 0 0 25 0 1 0 372884982 677363712 155395 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155395 159 277 0 165090 0
Current children cumulated CPU time (s) 678.1
Current children cumulated vsize (KiB) 661488

[startup+679.902 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137144/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=679.7
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212455 0 0 0 67862 108 0 0 25 0 1 0 372884982 677363712 155395 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672531 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155395 159 277 0 165090 0
Current children cumulated CPU time (s) 679.7
Current children cumulated vsize (KiB) 661488

[startup+680.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137144/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=661488 CPUtime=680.1
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 0 212455 0 0 0 67902 108 0 0 25 0 1 0 372884982 677363712 155395 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134734958 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 165372 155395 159 277 0 165090 0
Current children cumulated CPU time (s) 680.1
Current children cumulated vsize (KiB) 661488

[startup+680.702 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 31393
/proc/meminfo: memFree=1137144/2055920 swapFree=4156344/4192956
[pid=31392] ppid=31390 vsize=0 CPUtime=680.5
/proc/31392/stat : 31392 (aigsat-sp) R 31390 31392 30724 0 -1 4 212458 0 0 0 67938 112 0 0 25 0 1 0 372884982 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/31392/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 680.5
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 680.765
CPU time (s): 680.573
CPU user time (s): 679.386
CPU system time (s): 1.18682
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 661488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.386
system time used= 1.18682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212458
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= 6
involuntary context switches= 1314

runsolver used 0.751885 second user time and 1.72874 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Tue May 15 17:21:17 UTC 2007

IDJOB= 460447
IDBENCH= 48456
IDSOLVER= 203
FILE ID= node21/460447-1179249676

PBS_JOBID= 5276794

Free space on /tmp= 66526 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/babic/xinetd/itox_vc1130.aig
COMMAND LINE= /tmp/evaluation/460447-1179249676/aigsat-sp /tmp/evaluation/460447-1179249676/instance-460447-1179249676.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-460447-1179249676 -o ROOT/results/node21/solver-460447-1179249676 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460447-1179249676/aigsat-sp /tmp/evaluation/460447-1179249676/instance-460447-1179249676.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  1234dda3db0814f468bfa0ae1eb80c1e

RANDOM SEED= 956247250

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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:       1760016 kB
Buffers:         47556 kB
Cached:         151524 kB
SwapCached:      15800 kB
Active:          35636 kB
Inactive:       187408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760016 kB
SwapTotal:     4192956 kB
SwapFree:      4156344 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          30372 kB
Slab:            58380 kB
Committed_AS:  5794272 kB
PageTables:       1784 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= 66526 MiB

End job on node21 on Tue May 15 17:32:38 UTC 2007