Trace number 1784233

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
MXC 2009-03-10SAT 2134.02 2134.57

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK11.cnf
MD5SUM1fdca9b41a2ccb9f1b1754fb775769f0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.562913
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses277200
Sum of the clauses size3326400
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5277200

Solver Data

2133.95/2134.55	c starting MXC with:
2133.95/2134.55	c cnf_path = HOME/instance-1784233-1241925756.cnf
2133.95/2134.55	c restart_strategy = auto
2133.95/2134.55	c sign_strategy = cached
2133.95/2134.55	c use_preprocessing = -1
2133.95/2134.55	c output_implicant = 1
2133.95/2134.55	c timeout_seconds = 0
2133.95/2134.55	c running SatELite... done
2133.95/2134.55	c 1 vars eliminated
2133.95/2134.55	c received 0 units and 277200 clauses from SatELite
2133.95/2134.55	c 0 assignments made, starting to guess now
2133.95/2134.55	c ===================================[MXC]=====================================
2133.95/2134.55	c | Conflicts |                Clause Statistics                   |   Vars   |
2133.95/2134.55	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
2133.95/2134.55	c =============================================================================
2133.95/2134.55	c |         0 |       0       0   277200        0        0     nan |       55 |
2133.95/2134.55	c |        22 |       0       0   277200       22     1011    29.9 |       55 |
2133.95/2134.55	c ----- stats for thread 0 -----
2133.95/2134.55	c restarts: 0
2133.95/2134.55	c decisions: 59
2133.95/2134.55	c propagations: 160
2133.95/2134.55	c conflicts: 22
2133.95/2134.55	c 2134.539s elapsed
2133.95/2134.55	s SATISFIABLE
2133.95/2134.55	v -1 2 3 -4 5 -6 7 8 9 10 11 12 -13 14 -15 16 17 18 19 -20 21 22 23 24 25 -26 -27 28 29 30 31 32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 0

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784233-1241925756/watcher-1784233-1241925756 -o /tmp/evaluation-result-1784233-1241925756/solver-1784233-1241925756 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1784233-1241925756.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.96 0.98 0.99 2/64 16297
/proc/meminfo: memFree=1740992/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=12224 CPUtime=0
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 741 0 0 0 0 0 0 0 18 0 1 0 220601733 12517376 728 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 3056 733 46 166 0 2887 0

[startup+0.07507 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 16297
/proc/meminfo: memFree=1740992/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=16848 CPUtime=0.06
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 4004 0 0 0 5 1 0 0 18 0 1 0 220601733 17252352 3990 1992294400 134512640 135192793 4294956224 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 4212 3990 54 166 0 4043 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16848

[startup+0.101072 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 16297
/proc/meminfo: memFree=1740992/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=18176 CPUtime=0.09
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 4348 0 0 0 7 2 0 0 18 0 1 0 220601733 18612224 4334 1992294400 134512640 135192793 4294956224 18446744073709551615 134572880 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 4544 4336 54 166 0 4375 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18176

[startup+0.301091 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 16297
/proc/meminfo: memFree=1740992/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=31828 CPUtime=0.29
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 7494 0 0 0 26 3 0 0 19 0 1 0 220601733 32591872 7480 1992294400 134512640 135192793 4294956224 18446744073709551615 134572746 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 7957 7481 54 166 0 7788 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31828

[startup+0.70113 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 16297
/proc/meminfo: memFree=1740992/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=0.69
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 64 5 0 0 23 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36808

[startup+1.50121 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705528/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=1.49
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 144 5 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36808

[startup+3.10137 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705400/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=3.09
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 304 5 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36808

[startup+6.30169 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705408/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=6.28
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 622 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36808

[startup+12.7023 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705472/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=12.68
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 1262 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36808

[startup+25.5016 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705472/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=25.48
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 2542 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36808

[startup+51.1011 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=51.07
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 5101 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36808

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=102.26
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 10220 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36808

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=162.24
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 16218 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36808

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=222.22
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 22216 6 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 36808

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=282.22
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 28215 7 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36808

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=342.2
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 34213 7 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567648 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 36808

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=402.18
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 40211 7 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 36808

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705600/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=462.17
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 46210 7 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567648 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 36808

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705664/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=522.15
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 52208 7 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567801 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 36808

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705664/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=582.14
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 58206 8 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 36808

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16298
/proc/meminfo: memFree=1705664/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=36808 CPUtime=642.13
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 11696 0 0 0 64205 8 0 0 25 0 1 0 220601733 37691392 8837 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9202 8837 55 166 0 9033 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 36808

[startup+702.302 s]

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

/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1481.91
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 148179 12 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 38404

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1541.89
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 154177 12 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 38404

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1601.88
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 160176 12 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 38404

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1661.86
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 166174 12 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 38404

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1721.85
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 172172 13 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 38404

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1781.84
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 178171 13 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 38404

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1841.82
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 184169 13 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1841.82
Current children cumulated vsize (KiB) 38404

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1901.8
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 190167 13 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1901.8
Current children cumulated vsize (KiB) 38404

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=1961.79
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 196166 13 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 1961.79
Current children cumulated vsize (KiB) 38404

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2021.78
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 202164 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2021.78
Current children cumulated vsize (KiB) 38404

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2081.76
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 208162 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2081.76
Current children cumulated vsize (KiB) 38404

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

[startup+2099.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2098.55
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 209841 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2098.55
Current children cumulated vsize (KiB) 38404

[startup+2111.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2111.36
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 211122 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2111.36
Current children cumulated vsize (KiB) 38404

[startup+2124.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2124.15
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 212401 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2124.15
Current children cumulated vsize (KiB) 38404

[startup+2131.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2130.55
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 213041 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2130.55
Current children cumulated vsize (KiB) 38404

[startup+2132.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2132.14
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 213200 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2132.14
Current children cumulated vsize (KiB) 38404

[startup+2133.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2132.94
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 213280 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134567773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2132.94
Current children cumulated vsize (KiB) 38404

[startup+2134.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=38404 CPUtime=2133.74
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 14774 0 0 0 213360 14 0 0 25 0 1 0 220601733 39325696 9140 1992294400 134512640 135192793 4294956224 18446744073709551615 134568024 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 9601 9140 55 166 0 9432 0
Current children cumulated CPU time (s) 2133.74
Current children cumulated vsize (KiB) 38404

[startup+2134.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16300
/proc/meminfo: memFree=1704128/2055920 swapFree=4180144/4192956
[pid=16297] ppid=16295 vsize=50776 CPUtime=2133.95
/proc/16297/stat : 16297 (mxc-sat09) R 16295 16297 16233 0 -1 4194304 21306 0 0 0 213377 18 0 0 25 0 1 0 220601733 51994624 11830 1992294400 134512640 135192793 4294956224 18446744073709551615 134534213 0 0 4096 0 0 0 0 17 1 0 0
/proc/16297/statm: 12694 11830 71 166 0 12525 0
Current children cumulated CPU time (s) 2133.95
Current children cumulated vsize (KiB) 50776

Child status: 10
Real time (s): 2134.57
CPU time (s): 2134.02
CPU user time (s): 2133.83
CPU system time (s): 0.189971
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 50776

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

runsolver used 2.83457 second user time and 4.56531 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-10 05:22:37
IDJOB=1784233
IDBENCH=71134
IDSOLVER=613
FILE ID=node70/1784233-1241925756
PBS_JOBID= 9264938
Free space on /tmp= 66324 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK11.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784233-1241925756/watcher-1784233-1241925756 -o /tmp/evaluation-result-1784233-1241925756/solver-1784233-1241925756 -C 5000 -W 6000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1784233-1241925756.cnf

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

MD5SUM BENCH= 1fdca9b41a2ccb9f1b1754fb775769f0
RANDOM SEED=1311269491

node70.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.213
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.213
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:       1741408 kB
Buffers:         55988 kB
Cached:         184596 kB
SwapCached:       7072 kB
Active:         128976 kB
Inactive:       120608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741408 kB
SwapTotal:     4192956 kB
SwapFree:      4180144 kB
Dirty:           12068 kB
Writeback:           0 kB
Mapped:          14000 kB
Slab:            50964 kB
Committed_AS:   673896 kB
PageTables:       1372 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= 66324 MiB
End job on node70 at 2009-05-10 05:58:12