Trace number 460351

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 709.704 709.985

General information on the benchmark

Nameindustrial-aig/crypto/
mizh-sha0-35-4.aig
MD5SUM257daf65a5c4b58d80f834ebda4b3669
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark237.01
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

10.89/11.00	c file: /tmp/evaluation/460351-1179249368/instance-460351-1179249368.aig
10.89/11.00	c Reading aig format..
10.89/11.00	c MAXVAR  328334
10.89/11.00	c INPUTS  11852
10.89/11.00	c LATCHES 0
10.89/11.00	c OUTPUTS 1
10.89/11.00	c AND     316482
10.89/11.00	c Before initialization time (seconds) 10.5894
10.89/11.00	c Memory used (in MB): 282.902
76.25/76.38	c Pre-processing followed by bcp (no decisions) assigned 6225 vars 
76.25/76.38	c DBreduced=0 GV=82979[0]  GL=334908[ 236586,98322] HP=15549 Prune=885363 decisions=397779 restart=18 est=3.96503 HP Impl=[1573976, 1048611] DB Impl=29020484[0]  varReasonNeeded[1972018]  
76.25/76.38	c Memory used (in MB): 322.227
90.33/90.46	c DBreduced=1 GV=101039[0]  GL=342580[ 236586,105994] HP=19006 Prune=1053807 decisions=476847 restart=18 est=3.96503 HP Impl=[1939862, 1251283] DB Impl=35151769[0]  varReasonNeeded[2368503]  
90.33/90.46	c Memory used (in MB): 325.156
139.70/139.82	c DBreduced=2 GV=143694[0]  GL=351136[ 236586,114550] HP=25076 Prune=1464608 decisions=668594 restart=19 est=4.02225 HP Impl=[3127161, 1812230] DB Impl=55256084[0]  varReasonNeeded[3415056]  
139.70/139.82	c Memory used (in MB): 327.023
272.94/273.13	c DBreduced=3 GV=197206[0]  GL=365602[ 236586,129016] HP=30899 Prune=2058747 decisions=944293 restart=20 est=4.1501 HP Impl=[5799492, 2830755] DB Impl=105938514[0]  varReasonNeeded[5973578]  
272.94/273.13	c Memory used (in MB): 340.602
577.15/577.46	c DBreduced=4 GV=259084[0]  GL=388486[ 236586,151900] HP=35678 Prune=2489610 decisions=1094335 restart=20 est=4.1501 HP Impl=[9975708, 4408585] DB Impl=211286946[0]  varReasonNeeded[15318638]  
577.15/577.46	c Memory used (in MB): 422.695
709.61/709.91	
709.61/709.91	s SATISFIABLE
709.61/709.91	c Total time (in seconds): 708.809
709.61/709.91	c Memory used (in MB): 423.512
709.61/709.91	c Conflict literals deleted: [18.6706%] Max learned #lits [19766354] Reduced #lits [16075851]

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/node55/watcher-460351-1179249368 -o ROOT/results/node55/solver-460351-1179249368 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460351-1179249368/aigsat-sp /tmp/evaluation/460351-1179249368/instance-460351-1179249368.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.92 0.97 0.99 3/64 17591
/proc/meminfo: memFree=1796492/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=7612 CPUtime=0
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 954 0 0 0 0 0 0 0 18 0 1 0 372846853 7794688 942 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188852 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 1903 950 121 277 0 1621 0

[startup+0.081353 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 17591
/proc/meminfo: memFree=1796492/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=7800 CPUtime=0.07
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 1801 0 0 0 7 0 0 0 18 0 1 0 372846853 7987200 1789 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134750918 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 1950 1789 121 277 0 1668 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7800

[startup+0.101356 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 17591
/proc/meminfo: memFree=1796492/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=8500 CPUtime=0.09
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 1980 0 0 0 9 0 0 0 18 0 1 0 372846853 8704000 1967 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 2125 1968 131 277 0 1843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8500

[startup+0.301374 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 17591
/proc/meminfo: memFree=1796492/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=19100 CPUtime=0.29
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 4660 0 0 0 27 2 0 0 19 0 1 0 372846853 19558400 4501 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 4775 4502 131 277 0 4493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19100

[startup+0.701411 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 17591
/proc/meminfo: memFree=1796492/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=41572 CPUtime=0.69
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 10356 0 0 0 64 5 0 0 23 0 1 0 372846853 42569728 10004 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134599616 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 10393 10004 131 277 0 10111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41572

[startup+1.50149 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1744132/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=62068 CPUtime=1.49
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 17586 0 0 0 142 7 0 0 25 0 1 0 372846853 63557632 15114 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134596684 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 15517 15114 131 277 0 15235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62068

[startup+3.10164 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1712004/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=97596 CPUtime=3.09
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 26662 0 0 0 298 11 0 0 25 0 1 0 372846853 99938304 23785 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134586448 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 24399 23785 132 277 0 24117 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97596

[startup+6.30294 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1639300/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=196904 CPUtime=6.29
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 54969 0 0 0 607 22 0 0 25 0 1 0 372846853 201629696 45706 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134643812 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 49226 45707 136 277 0 48944 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 196904

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1496396/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=318056 CPUtime=12.69
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 105555 0 0 0 1226 43 0 0 25 0 1 0 372846853 325689344 75059 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 79514 75059 159 277 0 79232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 318056

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1493388/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=326952 CPUtime=25.48
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 108464 0 0 0 2503 45 0 0 25 0 1 0 372846853 334798848 75916 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672531 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 81738 75916 159 277 0 81456 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 326952

[startup+51.1011 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1488396/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=329040 CPUtime=51.06
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 109765 0 0 0 5059 47 0 0 25 0 1 0 372846853 336936960 77168 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134735855 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 82260 77168 159 277 0 81978 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 329040

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1481932/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=333016 CPUtime=102.23
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 112004 0 0 0 10175 48 0 0 25 0 1 0 372846853 341008384 78752 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134731566 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 83254 78752 159 277 0 82972 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 333016

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1479244/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=334940 CPUtime=162.2
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 113338 0 0 0 16170 50 0 0 25 0 1 0 372846853 342978560 79416 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134734262 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 83735 79416 159 277 0 83453 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 334940

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1474252/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=339804 CPUtime=222.16
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 114588 0 0 0 22165 51 0 0 25 0 1 0 372846853 347959296 80666 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 84951 80666 159 277 0 84669 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 339804

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1464396/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=348888 CPUtime=282.13
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 117721 0 0 0 28158 55 0 0 25 0 1 0 372846853 357261312 83113 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574264 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 87222 83113 159 277 0 86940 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 348888

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1449100/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=364252 CPUtime=342.11
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 121561 0 0 0 34152 59 0 0 25 0 1 0 372846853 372994048 86953 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134730518 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 91063 86953 159 277 0 90781 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 364252

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1437580/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=375692 CPUtime=402.1
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 124422 0 0 0 40147 63 0 0 25 0 1 0 372846853 384708608 89814 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 93923 89814 159 277 0 93641 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 375692

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1421708/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=391432 CPUtime=462.08
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 128398 0 0 0 46139 69 0 0 25 0 1 0 372846853 400826368 93790 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574010 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 97858 93790 159 277 0 97576 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 391432

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1401100/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=412356 CPUtime=522.07
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 133682 0 0 0 52132 75 0 0 25 0 1 0 372846853 422252544 98977 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672531 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 103089 98977 159 277 0 102807 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 412356

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379916/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433012 CPUtime=582.05
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139609 0 0 0 58123 82 0 0 25 0 1 0 372846853 443404288 104189 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188716 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108253 104189 159 277 0 107971 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 433012

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379916/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433012 CPUtime=642.04
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139609 0 0 0 64122 82 0 0 25 0 1 0 372846853 443404288 104189 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134671475 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108253 104189 159 277 0 107971 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 433012

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379788/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433012 CPUtime=702.01
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139613 0 0 0 70119 82 0 0 25 0 1 0 372846853 443404288 104193 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574292 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108253 104193 159 277 0 107971 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 433012

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

[startup+703.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379788/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433012 CPUtime=703.62
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139613 0 0 0 70280 82 0 0 25 0 1 0 372846853 443404288 104193 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135188726 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108253 104193 159 277 0 107971 0
Current children cumulated CPU time (s) 703.62
Current children cumulated vsize (KiB) 433012

[startup+707.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379788/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433052 CPUtime=706.81
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139624 0 0 0 70599 82 0 0 25 0 1 0 372846853 443445248 104204 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134671605 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108263 104204 159 277 0 107981 0
Current children cumulated CPU time (s) 706.81
Current children cumulated vsize (KiB) 433052

[startup+708.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379596/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433300 CPUtime=708.41
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139686 0 0 0 70759 82 0 0 25 0 1 0 372846853 443699200 104266 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108325 104266 159 277 0 108043 0
Current children cumulated CPU time (s) 708.41
Current children cumulated vsize (KiB) 433300

[startup+709.505 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379340/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433516 CPUtime=709.21
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139740 0 0 0 70839 82 0 0 25 0 1 0 372846853 443920384 104320 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134737195 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108379 104320 159 277 0 108097 0
Current children cumulated CPU time (s) 709.21
Current children cumulated vsize (KiB) 433516

[startup+709.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 17592
/proc/meminfo: memFree=1379340/2055920 swapFree=4184564/4192956
[pid=17591] ppid=17589 vsize=433664 CPUtime=709.61
/proc/17591/stat : 17591 (aigsat-sp) R 17589 17591 17111 0 -1 0 139777 0 0 0 70879 82 0 0 25 0 1 0 372846853 444071936 104357 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574010 0 0 4096 35 0 0 0 17 0 0 0
/proc/17591/statm: 108416 104357 159 277 0 108134 0
Current children cumulated CPU time (s) 709.61
Current children cumulated vsize (KiB) 433664

Child status: 10
Real time (s): 709.985
CPU time (s): 709.704
CPU user time (s): 708.809
CPU system time (s): 0.894863
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 433664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 708.809
system time used= 0.894863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139786
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= 8
involuntary context switches= 2232

runsolver used 0.609907 second user time and 1.9797 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue May 15 17:16:08 UTC 2007

IDJOB= 460351
IDBENCH= 48432
IDSOLVER= 203
FILE ID= node55/460351-1179249368

PBS_JOBID= 5277035

Free space on /tmp= 66539 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/crypto/mizh-sha0-35-4.aig
COMMAND LINE= /tmp/evaluation/460351-1179249368/aigsat-sp /tmp/evaluation/460351-1179249368/instance-460351-1179249368.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-460351-1179249368 -o ROOT/results/node55/solver-460351-1179249368 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460351-1179249368/aigsat-sp /tmp/evaluation/460351-1179249368/instance-460351-1179249368.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  257daf65a5c4b58d80f834ebda4b3669

RANDOM SEED= 998036700

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1796836 kB
Buffers:          4272 kB
Cached:         135764 kB
SwapCached:       2424 kB
Active:          17688 kB
Inactive:       132124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796836 kB
SwapTotal:     4192956 kB
SwapFree:      4184564 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          16288 kB
Slab:            95336 kB
Committed_AS:  4806184 kB
PageTables:       1408 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= 66539 MiB

End job on node55 on Tue May 15 17:27:58 UTC 2007