Trace number 1775408

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
CircUs 2009-03-23UNSAT 1718.85 1719.29

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark579.848
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

9.99/10.07	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
9.99/10.07	c Eliminate time :       8.53 
1718.76/1719.28	c CNF read time  :       1.28 
1718.76/1719.28	c CNF solve time :    1717.97 
1718.76/1719.28	c Memory usage :    255.461 MB
1718.76/1719.28	c Restart : 1489
1718.76/1719.28	c Decisions : random(105021), heuristic(6544542), history(0/0)
1718.76/1719.28	c Implications : 917449098
1718.76/1719.28	c Forced Restart : 0
1718.76/1719.28	c Polarity Change : 6721
1718.76/1719.28	c Learned clasues  : 63252 out of 1853177
1718.76/1719.28	c Learned literals : 1754422 out of 85009965
1718.76/1719.28	c Number of first UIP : 511124 out of 1853177
1718.76/1719.28	c Number of simplify : 2
1718.76/1719.28	c Number of continuous distill : 59891
1718.76/1719.28	c Average depth of OTS : 4
1718.76/1719.28	c Average depth of additional conflict : 35
1718.76/1719.28	c Saved conflict clasues : 28850
1718.76/1719.28	c Saved conflict literals : 297676
1718.76/1719.28	c Additional conflict clauses : 97600
1718.76/1719.28	c Additional conflict literals : 3274423
1718.76/1719.28	c Additional conflict analysis : 194160
1718.76/1719.28	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-1775408-1241326403/watcher-1775408-1241326403 -o /tmp/evaluation-result-1775408-1241326403/solver-1775408-1241326403 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1775408-1241326403.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29819
/proc/meminfo: memFree=388968/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=9852 CPUtime=0
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 700 0 0 0 0 0 0 0 18 0 1 1000000 160668228 10088448 685 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 2463 693 66 173 0 2288 0

[startup+0.0403589 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29819
/proc/meminfo: memFree=388968/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=33156 CPUtime=0.03
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 5253 0 0 0 2 1 0 0 18 0 1 1000000 160668228 33951744 5238 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 8289 5238 70 173 0 8114 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33156

[startup+0.101364 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29819
/proc/meminfo: memFree=388968/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=36852 CPUtime=0.09
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 6247 0 0 0 7 2 0 0 18 0 1 1000000 160668228 37736448 6199 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 9213 6200 70 173 0 9038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36852

[startup+0.301383 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29819
/proc/meminfo: memFree=388968/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=48048 CPUtime=0.3
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 9453 0 0 0 26 4 0 0 19 0 1 1000000 160668228 49201152 9211 1992294400 134512640 135224549 4294956224 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 12045 9212 70 173 0 11870 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 48048

[startup+0.701421 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29819
/proc/meminfo: memFree=388968/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=71448 CPUtime=0.69
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 16005 0 0 0 62 7 0 0 22 0 1 1000000 160668228 73162752 14993 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 17862 14994 70 173 0 17687 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71448

[startup+1.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=311712/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=111180 CPUtime=1.49
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 27231 0 0 0 137 12 0 0 25 0 1 1000000 160668228 113848320 25193 1992294400 134512640 135224549 4294956224 18446744073709551615 134570714 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 27795 25193 75 173 0 27620 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111180

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=269344/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=157400 CPUtime=3.09
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 39865 0 0 0 291 18 0 0 25 0 1 1000000 160668228 161177600 37698 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 39350 37698 77 173 0 39175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 157400

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=200288/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=202544 CPUtime=6.29
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 52197 0 0 0 605 24 0 0 25 0 1 1000000 160668228 207405056 47724 1992294400 134512640 135224549 4294956224 18446744073709551615 134577968 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 50636 47724 77 173 0 50461 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 202544

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=190688/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=211064 CPUtime=12.69
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 56058 0 0 0 1243 26 0 0 25 0 1 1000000 160668228 216129536 49567 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 52766 49567 93 173 0 52591 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 211064

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=189344/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=212384 CPUtime=25.48
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 56406 0 0 0 2522 26 0 0 25 0 1 1000000 160668228 217481216 49915 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 53096 49915 93 173 0 52921 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 212384

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=188064/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=213716 CPUtime=51.08
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 56747 0 0 0 5081 27 0 0 25 0 1 1000000 160668228 218845184 50256 1992294400 134512640 135224549 4294956224 18446744073709551615 134621729 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 53429 50256 93 173 0 53254 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 213716

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=186144/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=215784 CPUtime=102.27
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 57240 0 0 0 10200 27 0 0 25 0 1 1000000 160668228 220962816 50749 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 53946 50749 93 173 0 53771 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 215784

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=184032/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=217976 CPUtime=162.25
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 57772 0 0 0 16197 28 0 0 25 0 1 1000000 160668228 223207424 51281 1992294400 134512640 135224549 4294956224 18446744073709551615 134595429 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 54494 51281 93 173 0 54319 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 217976

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=180576/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=221408 CPUtime=222.24
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 58639 0 0 0 22195 29 0 0 25 0 1 1000000 160668228 226721792 52148 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 55352 52148 93 173 0 55177 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 221408

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=178592/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=223256 CPUtime=282.22
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 59129 0 0 0 28193 29 0 0 25 0 1 1000000 160668228 228614144 52638 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 55814 52638 93 173 0 55639 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 223256

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=172576/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=229712 CPUtime=342.21
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 60680 0 0 0 34190 31 0 0 25 0 1 1000000 160668228 235225088 54189 1992294400 134512640 135224549 4294956224 18446744073709551615 134583861 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 57428 54189 93 173 0 57253 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 229712

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29820
/proc/meminfo: memFree=171616/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=230504 CPUtime=402.19
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 60862 0 0 0 40188 31 0 0 25 0 1 1000000 160668228 236036096 54371 1992294400 134512640 135224549 4294956224 18446744073709551615 134587793 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 57626 54371 93 173 0 57451 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 230504

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=170000/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=231956 CPUtime=462.17
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 61254 0 0 0 46185 32 0 0 25 0 1 1000000 160668228 237522944 54763 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 57989 54763 93 173 0 57814 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 231956

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=168216/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=233804 CPUtime=522.15
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 61701 0 0 0 52183 32 0 0 25 0 1 1000000 160668228 239415296 55210 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 58451 55210 93 173 0 58276 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 233804

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=165080/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=236840 CPUtime=582.13
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 62490 0 0 0 58180 33 0 0 25 0 1 1000000 160668228 242524160 55999 1992294400 134512640 135224549 4294956224 18446744073709551615 134619191 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 59210 55999 93 173 0 59035 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 236840

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=162712/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=239240 CPUtime=642.12
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 63095 0 0 0 64178 34 0 0 25 0 1 1000000 160668228 244981760 56604 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 59810 56604 93 173 0 59635 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 239240

[startup+702.302 s]

################
# More data... #
################

/proc/meminfo: memFree=152352/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=250060 CPUtime=1122
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 65818 0 0 0 112162 38 0 0 25 0 1 1000000 160668228 256061440 59198 1992294400 134512640 135224549 4294956224 18446744073709551615 134587826 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 62515 59198 93 173 0 62340 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 250060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=152288/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=250060 CPUtime=1181.99
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 65818 0 0 0 118161 38 0 0 25 0 1 1000000 160668228 256061440 59198 1992294400 134512640 135224549 4294956224 18446744073709551615 134587790 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 62515 59198 93 173 0 62340 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 250060

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=148512/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=253924 CPUtime=1241.97
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 66783 0 0 0 124157 40 0 0 25 0 1 1000000 160668228 260018176 60163 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 63481 60163 93 173 0 63306 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 253924

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=147936/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=254320 CPUtime=1301.96
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 66901 0 0 0 130156 40 0 0 25 0 1 1000000 160668228 260423680 60281 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 63580 60281 93 173 0 63405 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 254320

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=147936/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=254320 CPUtime=1361.94
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 66905 0 0 0 136154 40 0 0 25 0 1 1000000 160668228 260423680 60285 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 63580 60285 93 173 0 63405 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 254320

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=146144/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=256168 CPUtime=1421.93
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 67351 0 0 0 142152 41 0 0 25 0 1 1000000 160668228 262316032 60731 1992294400 134512640 135224549 4294956224 18446744073709551615 134595286 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 64042 60731 93 173 0 63867 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 256168

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=143840/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=258436 CPUtime=1481.91
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 67918 0 0 0 148149 42 0 0 25 0 1 1000000 160668228 264638464 61298 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 64609 61298 93 173 0 64434 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 258436

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=143712/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=258792 CPUtime=1541.9
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 67966 0 0 0 154148 42 0 0 25 0 1 1000000 160668228 265003008 61346 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 64698 61346 93 173 0 64523 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 258792

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=143584/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=258792 CPUtime=1601.88
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 67994 0 0 0 160146 42 0 0 25 0 1 1000000 160668228 265003008 61374 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 64698 61374 93 173 0 64523 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 258792

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140896/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1661.87
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68668 0 0 0 166144 43 0 0 25 0 1 1000000 160668228 267866112 62048 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62048 93 173 0 65222 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 261588

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

[startup+1689.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1689.07
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68668 0 0 0 168864 43 0 0 25 0 1 1000000 160668228 267866112 62048 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62048 93 173 0 65222 0
Current children cumulated CPU time (s) 1689.07
Current children cumulated vsize (KiB) 261588

[startup+1702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1701.86
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68668 0 0 0 170143 43 0 0 25 0 1 1000000 160668228 267866112 62048 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62048 93 173 0 65222 0
Current children cumulated CPU time (s) 1701.86
Current children cumulated vsize (KiB) 261588

[startup+1708.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1708.26
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68670 0 0 0 170783 43 0 0 25 0 1 1000000 160668228 267866112 62050 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62050 93 173 0 65222 0
Current children cumulated CPU time (s) 1708.26
Current children cumulated vsize (KiB) 261588

[startup+1715.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1714.66
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68670 0 0 0 171423 43 0 0 25 0 1 1000000 160668228 267866112 62050 1992294400 134512640 135224549 4294956224 18446744073709551615 134632731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62050 93 173 0 65222 0
Current children cumulated CPU time (s) 1714.66
Current children cumulated vsize (KiB) 261588

[startup+1716.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1716.26
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68670 0 0 0 171583 43 0 0 25 0 1 1000000 160668228 267866112 62050 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62050 93 173 0 65222 0
Current children cumulated CPU time (s) 1716.26
Current children cumulated vsize (KiB) 261588

[startup+1718.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=261588 CPUtime=1717.86
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68670 0 0 0 171743 43 0 0 25 0 1 1000000 160668228 267866112 62050 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 65397 62050 93 173 0 65222 0
Current children cumulated CPU time (s) 1717.86
Current children cumulated vsize (KiB) 261588

[startup+1718.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=244172 CPUtime=1718.25
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68673 0 0 0 171782 43 0 0 25 0 1 1000000 160668228 250032128 59786 1992294400 134512640 135224549 4294956224 18446744073709551615 134721340 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 61043 59786 95 173 0 60868 0
Current children cumulated CPU time (s) 1718.25
Current children cumulated vsize (KiB) 244172

[startup+1719.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=140832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=224416 CPUtime=1718.65
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68673 0 0 0 171822 43 0 0 25 0 1 1000000 160668228 229801984 55590 1992294400 134512640 135224549 4294956224 18446744073709551615 134720645 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 56104 55590 95 173 0 55929 0
Current children cumulated CPU time (s) 1718.65
Current children cumulated vsize (KiB) 224416

[startup+1719.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29826
/proc/meminfo: memFree=188832/2055920 swapFree=4191356/4192956
[pid=29819] ppid=29817 vsize=201592 CPUtime=1718.76
/proc/29819/stat : 29819 (CirCUs) R 29817 29819 29585 0 -1 4194304 68673 0 0 0 171832 44 0 0 25 0 1 1000000 160668228 206430208 50010 1992294400 134512640 135224549 4294956224 18446744073709551615 134716943 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29819/statm: 50398 50010 95 173 0 50223 0
Current children cumulated CPU time (s) 1718.76
Current children cumulated vsize (KiB) 201592

Child status: 0
Real time (s): 1719.29
CPU time (s): 1718.85
CPU user time (s): 1718.38
CPU system time (s): 0.472928
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 261588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718.38
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68674
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= 2
involuntary context switches= 2596

runsolver used 1.9847 second user time and 4.25135 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-03 06:53:25
IDJOB=1775408
IDBENCH=71749
IDSOLVER=614
FILE ID=node56/1775408-1241326403
PBS_JOBID= 9225357
Free space on /tmp= 103140 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/manol-pipe-f10ni.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775408-1241326403/watcher-1775408-1241326403 -o /tmp/evaluation-result-1775408-1241326403/solver-1775408-1241326403 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1775408-1241326403.cnf -t 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=1881276393

node56.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.218
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.218
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:        389384 kB
Buffers:         94688 kB
Cached:        1443296 kB
SwapCached:        924 kB
Active:         498492 kB
Inactive:      1053448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        389384 kB
SwapTotal:     4192956 kB
SwapFree:      4191356 kB
Dirty:           21032 kB
Writeback:           0 kB
Mapped:          22576 kB
Slab:           100484 kB
Committed_AS:   626708 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103136 MiB
End job on node56 at 2009-05-03 07:22:04