Trace number 1884771

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
wbo 1.0UNSAT 546.968 547.117

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.opb
MD5SUM994354230d25b6d8c72b91474624365a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark463.538
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8484
Total number of constraints74640
Number of constraints which are clauses74640
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1884771-1245260328.opb.
0.00/0.00	c Instance file HOME/instance-1884771-1245260328.opb
0.00/0.00	c File size is 2704936 bytes.
0.29/0.39	c Highest Coefficient sum: 31
0.29/0.39	c ============================[ Problem Statistics ]=============================
0.29/0.39	c |                                                                             |
0.29/0.39	c |  Parsing time:          0.38         s                                      |
0.29/0.39	c |  Number Variables:      8484                                                |
0.29/0.39	c |  Number Clauses:        74640                                               |
0.29/0.39	c |  Number Cardinality:    0                                                   |
0.29/0.39	c |  Number PB Constraints: 0                                                   |
0.29/0.39	c ============================[ Search Statistics ]==============================
0.29/0.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.39	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.29/0.39	c ===============================================================================
0.29/0.39	c |         0 |    8484    74640   243102 |    24880        0    nan |  0.000 % |
0.39/0.44	c |       100 |    8465    74640   243102 |    27368      100     12 |  0.318 % |
0.49/0.51	c |       250 |    8430    74640   243102 |    30104      250     11 |  0.707 % |
0.49/0.57	c |       475 |    8420    74640   243102 |    33115      475     21 |  0.849 % |
0.59/0.63	c |       812 |    8412    74640   243102 |    36426      812     19 |  0.955 % |
0.69/0.77	c |      1319 |    8388    74640   243102 |    40069     1271     27 |  1.240 % |
0.89/0.95	c |      2078 |    8386    74640   243102 |    44076     2030     36 |  1.261 % |
1.19/1.28	c |      3220 |    8371    74640   243102 |    48484     3161     43 |  1.344 % |
1.70/1.79	c |      4928 |    8368    74640   243102 |    53332     4866     47 |  1.379 % |
2.79/2.83	c |      7490 |    8360    74640   243102 |    58665     7424     73 |  1.462 % |
4.79/4.86	c |     11335 |    8360    74640   243102 |    64532    11269     92 |  1.462 % |
8.69/8.73	c |     17101 |    8360    74640   243102 |    70985    17035    112 |  1.462 % |
14.39/14.46	c |     25750 |    8343    74640   243102 |    78084    25683    116 |  1.697 % |
26.19/26.28	c |     38724 |    8336    74640   243102 |    85892    38648    121 |  1.782 % |
47.57/47.64	c |     58189 |    8330    74640   243102 |    94481    58113    148 |  1.898 % |
107.16/107.28	c |     87382 |    8322    74640   243102 |   103929    87274    196 |  1.909 % |
178.54/178.70	c |    131171 |    8321    74640   243102 |   114322    51466    135 |  1.921 % |
332.19/332.37	c |    196855 |    8320    74640   243102 |   125755    25922    151 |  1.933 % |
521.95/522.15	c ===============================================================================
546.84/547.05	c core #1
546.84/547.05	c Core size: 35685	Core Weight: 2147483647	Total Weight: 2147483647
546.84/547.05	c restarts              : 18
546.84/547.05	c conflicts             : 289843         (532 /sec)
546.84/547.05	c decisions             : 566112         (1.39 % random) (1038 /sec)
546.84/547.05	c propagations          : 129142031      (236902 /sec)
546.84/547.05	c conflict literals     : 61706245       (0.00 % deleted)
546.84/547.05	c Memory used           : 380.54 MB
546.84/547.05	c CPU time              : 545.128 s
546.84/547.05	c 
546.84/547.05	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884771-1245260328/watcher-1884771-1245260328 -o /tmp/evaluation-result-1884771-1245260328/solver-1884771-1245260328 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1884771-1245260328.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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: 0.99 0.97 0.91 3/64 9037
/proc/meminfo: memFree=1772344/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=5168 CPUtime=0
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 193632113 5292032 172 1992294400 134512640 135709839 4294956240 18446744073709551615 134517168 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 1292 172 126 292 0 336 0

[startup+0.063623 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9037
/proc/meminfo: memFree=1772344/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=5872 CPUtime=0.05
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 484 0 0 0 5 0 0 0 18 0 1 0 193632113 6012928 468 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 1468 468 233 292 0 512 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5872

[startup+0.101627 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9037
/proc/meminfo: memFree=1772344/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=6644 CPUtime=0.09
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 718 0 0 0 9 0 0 0 18 0 1 0 193632113 6803456 702 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 1661 702 299 292 0 705 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6644

[startup+0.301649 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9037
/proc/meminfo: memFree=1772344/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=8912 CPUtime=0.29
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 1619 0 0 0 29 0 0 0 19 0 1 0 193632113 9125888 1603 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 2228 1603 626 292 0 1272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8912

[startup+0.701693 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9037
/proc/meminfo: memFree=1772344/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=8924 CPUtime=0.69
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 2465 0 0 0 68 1 0 0 22 0 1 0 193632113 9138176 1690 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 2231 1690 135 292 0 1936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8924

[startup+1.50278 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1765488/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=10376 CPUtime=1.49
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 2835 0 0 0 147 2 0 0 25 0 1 0 193632113 10625024 2060 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 2594 2060 135 292 0 2299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10376

[startup+3.10195 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1763376/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=13280 CPUtime=3.09
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 3560 0 0 0 305 4 0 0 25 0 1 0 193632113 13598720 2785 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 3320 2785 135 292 0 3025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13280

[startup+6.30131 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1757424/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=18616 CPUtime=6.29
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 4880 0 0 0 623 6 0 0 25 0 1 0 193632113 19062784 4105 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 4654 4105 135 292 0 4359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18616

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1748400/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=27348 CPUtime=12.69
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 7065 0 0 0 1259 10 0 0 25 0 1 0 193632113 28004352 6290 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 6837 6290 135 292 0 6542 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27348

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1734896/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=40028 CPUtime=25.48
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 10250 0 0 0 2530 18 0 0 25 0 1 0 193632113 40988672 9475 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 10007 9475 135 292 0 9712 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40028

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1708592/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=66728 CPUtime=51.07
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 16921 0 0 0 5077 30 0 0 25 0 1 0 193632113 68329472 16146 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 16682 16146 135 292 0 16387 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66728

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1666160/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=108420 CPUtime=102.26
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 27349 0 0 0 10180 46 0 0 25 0 1 0 193632113 111022080 26574 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 27105 26574 135 292 0 26810 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 108420

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1629168/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=146284 CPUtime=162.25
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 36761 0 0 0 16159 66 0 0 25 0 1 0 193632113 149794816 35986 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 36571 35986 135 292 0 36276 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 146284

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1584176/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=190404 CPUtime=222.23
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 47816 0 0 0 22135 88 0 0 25 0 1 0 193632113 194973696 47041 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 47601 47041 135 292 0 47306 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 190404

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1549040/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=225928 CPUtime=282.21
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 56691 0 0 0 28115 106 0 0 25 0 1 0 193632113 231350272 55916 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 56482 55916 135 292 0 56187 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 225928

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1510064/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=264780 CPUtime=342.2
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 66397 0 0 0 34097 123 0 0 25 0 1 0 193632113 271134720 65622 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 66195 65622 135 292 0 65900 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 264780

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1468592/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=306252 CPUtime=402.18
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 76770 0 0 0 40077 141 0 0 25 0 1 0 193632113 313602048 75995 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 76563 75995 135 292 0 76268 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 306252

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1431280/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=343136 CPUtime=462.17
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 86004 0 0 0 46059 158 0 0 25 0 1 0 193632113 351371264 85229 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 85784 85229 135 292 0 85489 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 343136

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1393264/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=381744 CPUtime=522.15
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 95654 0 0 0 52040 175 0 0 25 0 1 0 193632113 390905856 94879 1992294400 134512640 135709839 4294956240 18446744073709551615 134516532 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 95436 94879 136 292 0 95141 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 381744

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

[startup+524.705 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1389424/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=384648 CPUtime=524.55
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 96364 0 0 0 52280 175 0 0 25 0 1 0 193632113 393879552 95589 1992294400 134512640 135709839 4294956240 18446744073709551615 134516598 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 96162 95589 136 292 0 95867 0
Current children cumulated CPU time (s) 524.55
Current children cumulated vsize (KiB) 384648

[startup+537.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1384432/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=389532 CPUtime=537.35
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 97595 0 0 0 53558 177 0 0 25 0 1 0 193632113 398880768 96820 1992294400 134512640 135709839 4294956240 18446744073709551615 134583733 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 97383 96820 136 292 0 97088 0
Current children cumulated CPU time (s) 537.35
Current children cumulated vsize (KiB) 389532

[startup+543.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1384304/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=389664 CPUtime=543.74
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 97620 0 0 0 54197 177 0 0 25 0 1 0 193632113 399015936 96845 1992294400 134512640 135709839 4294956240 18446744073709551615 134583795 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 97416 96845 136 292 0 97121 0
Current children cumulated CPU time (s) 543.74
Current children cumulated vsize (KiB) 389664

[startup+545.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1384240/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=389664 CPUtime=545.35
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 97628 0 0 0 54358 177 0 0 25 0 1 0 193632113 399015936 96853 1992294400 134512640 135709839 4294956240 18446744073709551615 134584054 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 97416 96853 136 292 0 97121 0
Current children cumulated CPU time (s) 545.35
Current children cumulated vsize (KiB) 389664

[startup+546.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1384240/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=389664 CPUtime=546.14
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 97629 0 0 0 54437 177 0 0 25 0 1 0 193632113 399015936 96854 1992294400 134512640 135709839 4294956240 18446744073709551615 134583795 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 97416 96854 136 292 0 97121 0
Current children cumulated CPU time (s) 546.14
Current children cumulated vsize (KiB) 389664

[startup+546.706 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1384240/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=389664 CPUtime=546.55
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194304 97630 0 0 0 54478 177 0 0 25 0 1 0 193632113 399015936 96855 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 97416 96855 136 292 0 97121 0
Current children cumulated CPU time (s) 546.55
Current children cumulated vsize (KiB) 389664

[startup+547.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9038
/proc/meminfo: memFree=1384240/2055920 swapFree=4181932/4192956
[pid=9037] ppid=9035 vsize=0 CPUtime=546.94
/proc/9037/stat : 9037 (wbo) R 9035 9037 8579 0 -1 4194308 97633 0 0 0 54513 181 0 0 25 0 1 0 193632113 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/9037/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 546.94
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 547.117
CPU time (s): 546.968
CPU user time (s): 545.132
CPU system time (s): 1.83572
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 389664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 545.132
system time used= 1.83572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97633
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= 648

runsolver used 0.357945 second user time and 1.23081 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-17 19:38:48
IDJOB=1884771
IDBENCH=71990
IDSOLVER=698
FILE ID=node35/1884771-1245260328
PBS_JOBID= 9372418
Free space on /tmp= 66132 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884771-1245260328/watcher-1884771-1245260328 -o /tmp/evaluation-result-1884771-1245260328/solver-1884771-1245260328 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1884771-1245260328.opb

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

MD5SUM BENCH= 994354230d25b6d8c72b91474624365a
RANDOM SEED=920512207

node35.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:       1772760 kB
Buffers:         22712 kB
Cached:         198144 kB
SwapCached:       4972 kB
Active:          57716 kB
Inactive:       171200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772760 kB
SwapTotal:     4192956 kB
SwapFree:      4181932 kB
Dirty:            5284 kB
Writeback:           0 kB
Mapped:          14024 kB
Slab:            40280 kB
Committed_AS:   216376 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1884771-1245260328.opb

Free space on /tmp at the end= 66132 MiB
End job on node35 at 2009-06-17 19:47:56