Trace number 195641

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
CSPtoSAT+minisat 0.3UNSAT 1657.78 1667.39

General information on the benchmark

Namerlfap/rlfapGraphs/
graph5.xml
MD5SUMb509eeceb1ac41f35f546685c5462d75
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.135978
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables200
Number of constraints1134
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1134
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c This is CSPtoSAT+minisat version 0.3
0.03	c (c) 2006 roussel@cril.univ-artois.fr
0.03	
0.03	c This solver internally uses a modified version of MiniSat2 version 061112
0.03	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.03	
0.03	c parsing...
0.10	c ...done
0.10	c #SATvar=21850 #SATclauses=43096 #CSPpredicates=1134
1667.34	c SAT problem is solved
1667.34	restarts              : 15
1667.34	conflicts             : 80804          (49 /sec)
1667.34	decisions             : 2360034        (1.44 % random) (1424 /sec)
1667.34	propagations          : 305862966      (184530 /sec)
1667.34	conflict literals     : 168909         (0.34 % deleted)
1667.34	Memory used           : 14.33 MB
1667.34	CPU time              : 1657.53 s
1667.34	
1667.34	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-195641-1168051737 -o ROOT/results/node59/solver-195641-1168051737 -C 1800 -M 900 /tmp/evaluation/195641-1168051737/CSPtoSAT+minisat /tmp/evaluation/195641-1168051737/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.69 1.60 1.85 4/73 19986
/proc/meminfo: memFree=1374680/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=496 CPUtime=0
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 51 0 0 0 0 0 0 0 21 0 1 0 153573838 507904 36 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 9286436 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 124 36 29 52 0 19 0

[startup+0.107566 s]
/proc/loadavg: 0.69 1.60 1.85 4/73 19986
/proc/meminfo: memFree=1374680/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=10228 CPUtime=0.09
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 1632 0 0 0 9 0 0 0 21 0 1 0 153573838 10473472 1574 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678488 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 2557 1574 715 52 0 925 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10228

[startup+0.515608 s]
/proc/loadavg: 0.69 1.60 1.85 4/73 19986
/proc/meminfo: memFree=1374680/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=10360 CPUtime=0.49
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 1660 0 0 0 49 0 0 0 24 0 1 0 153573838 10608640 1602 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665191 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 2590 1602 721 52 0 958 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10360

[startup+1.3367 s]
/proc/loadavg: 0.87 1.62 1.86 3/73 19986
/proc/meminfo: memFree=1370776/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=10492 CPUtime=1.31
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 1697 0 0 0 131 0 0 0 25 0 1 0 153573838 10743808 1639 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671770 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 2623 1639 721 52 0 991 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10492

[startup+2.97388 s]
/proc/loadavg: 0.87 1.62 1.86 3/73 19986
/proc/meminfo: memFree=1370648/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=10756 CPUtime=2.93
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 1758 0 0 0 293 0 0 0 25 0 1 0 153573838 11014144 1700 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671466 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 2689 1700 721 52 0 1057 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 10756

[startup+6.26325 s]
/proc/loadavg: 0.87 1.62 1.86 3/73 19986
/proc/meminfo: memFree=1370080/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=11208 CPUtime=6.2
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 1876 0 0 0 620 0 0 0 25 0 1 0 153573838 11476992 1818 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671442 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 2802 1818 721 52 0 1170 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 11208

[startup+12.719 s]
/proc/loadavg: 1.05 1.63 1.86 3/73 19986
/proc/meminfo: memFree=1369056/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=12024 CPUtime=12.6
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2078 0 0 0 1260 0 0 0 25 0 1 0 153573838 12312576 2020 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3006 2020 721 52 0 1374 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 12024

[startup+25.5444 s]
/proc/loadavg: 1.19 1.64 1.86 3/73 19986
/proc/meminfo: memFree=1367392/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=13456 CPUtime=25.34
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2428 0 0 0 2533 1 0 0 25 0 1 0 153573838 13778944 2370 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3364 2370 721 52 0 1732 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 13456

[startup+51.1882 s]
/proc/loadavg: 1.47 1.67 1.86 3/73 19986
/proc/meminfo: memFree=1366304/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=13720 CPUtime=50.76
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2487 0 0 0 5075 1 0 0 25 0 1 0 153573838 14049280 2429 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687644 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3430 2429 721 52 0 1798 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 13720

[startup+102.47 s]
/proc/loadavg: 1.86 1.74 1.87 3/73 19986
/proc/meminfo: memFree=1364576/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14116 CPUtime=101.63
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2606 0 0 0 10162 1 0 0 25 0 1 0 153573838 14454784 2548 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3529 2548 721 52 0 1897 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 14116

[startup+162.575 s]
/proc/loadavg: 1.95 1.78 1.88 3/73 19986
/proc/meminfo: memFree=1362848/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14248 CPUtime=161.26
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2637 0 0 0 16125 1 0 0 25 0 1 0 153573838 14589952 2579 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687523 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3562 2579 721 52 0 1930 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 14248

[startup+222.676 s]
/proc/loadavg: 1.98 1.82 1.88 3/73 19986
/proc/meminfo: memFree=1361376/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14248 CPUtime=220.86
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2647 0 0 0 22085 1 0 0 25 0 1 0 153573838 14589952 2589 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687503 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3562 2589 721 52 0 1930 0
Current children cumulated CPU time (s) 220.86
Current children cumulated vsize (KiB) 14248

[startup+282.677 s]
/proc/loadavg: 1.99 1.85 1.89 3/73 19986
/proc/meminfo: memFree=1359904/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14380 CPUtime=280.4
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2655 0 0 0 28038 2 0 0 25 0 1 0 153573838 14725120 2597 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3595 2597 721 52 0 1963 0
Current children cumulated CPU time (s) 280.4
Current children cumulated vsize (KiB) 14380

[startup+342.678 s]
/proc/loadavg: 1.99 1.87 1.89 3/73 19986
/proc/meminfo: memFree=1358432/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14380 CPUtime=339.92
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2661 0 0 0 33990 2 0 0 25 0 1 0 153573838 14725120 2603 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3595 2603 721 52 0 1963 0
Current children cumulated CPU time (s) 339.92
Current children cumulated vsize (KiB) 14380

[startup+402.777 s]
/proc/loadavg: 1.99 1.89 1.90 3/73 19986
/proc/meminfo: memFree=1357024/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14380 CPUtime=399.53
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2667 0 0 0 39951 2 0 0 25 0 1 0 153573838 14725120 2609 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3595 2609 721 52 0 1963 0
Current children cumulated CPU time (s) 399.53
Current children cumulated vsize (KiB) 14380

[startup+462.783 s]
/proc/loadavg: 1.99 1.91 1.91 3/73 19986
/proc/meminfo: memFree=1355680/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14380 CPUtime=459.04
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2671 0 0 0 45902 2 0 0 25 0 1 0 153573838 14725120 2613 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687696 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3595 2613 721 52 0 1963 0
Current children cumulated CPU time (s) 459.04
Current children cumulated vsize (KiB) 14380

[startup+522.784 s]
/proc/loadavg: 1.99 1.92 1.91 3/73 19986
/proc/meminfo: memFree=1354400/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14380 CPUtime=518.57
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2676 0 0 0 51855 2 0 0 25 0 1 0 153573838 14725120 2618 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687572 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3595 2618 721 52 0 1963 0
Current children cumulated CPU time (s) 518.57
Current children cumulated vsize (KiB) 14380

[startup+582.785 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 19986
/proc/meminfo: memFree=1353056/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14380 CPUtime=578.08
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2680 0 0 0 57806 2 0 0 25 0 1 0 153573838 14725120 2622 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3595 2622 721 52 0 1963 0
Current children cumulated CPU time (s) 578.08
Current children cumulated vsize (KiB) 14380

[startup+642.882 s]
/proc/loadavg: 1.99 1.94 1.91 3/73 19986
/proc/meminfo: memFree=1351840/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=637.69
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2685 0 0 0 63767 2 0 0 25 0 1 0 153573838 14860288 2627 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3628 2627 721 52 0 1996 0
Current children cumulated CPU time (s) 637.69
Current children cumulated vsize (KiB) 14512

[startup+702.989 s]
/proc/loadavg: 1.99 1.95 1.91 3/79 20012
/proc/meminfo: memFree=1349264/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=697.31
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2688 0 0 0 69728 3 0 0 25 0 1 0 153573838 14860288 2630 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3628 2630 721 52 0 1996 0
Current children cumulated CPU time (s) 697.31
Current children cumulated vsize (KiB) 14512

[startup+763.013 s]
/proc/loadavg: 1.99 1.96 1.91 4/85 20164
/proc/meminfo: memFree=1343736/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=756.59
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2691 0 0 0 75641 18 0 0 25 0 1 0 153573838 14860288 2633 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/19985/statm: 3628 2633 721 52 0 1996 0
Current children cumulated CPU time (s) 756.59
Current children cumulated vsize (KiB) 14512

[startup+823.036 s]
/proc/loadavg: 2.17 2.02 1.93 3/73 20660
/proc/meminfo: memFree=1342944/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=813.67
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2693 0 0 0 81346 21 0 0 25 0 1 0 153573838 14860288 2635 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2635 721 52 0 1996 0
Current children cumulated CPU time (s) 813.67
Current children cumulated vsize (KiB) 14512

[startup+883.043 s]
/proc/loadavg: 2.06 2.01 1.93 3/73 20660
/proc/meminfo: memFree=1341920/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=873.66
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2693 0 0 0 87345 21 0 0 25 0 1 0 153573838 14860288 2635 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2635 721 52 0 1996 0
Current children cumulated CPU time (s) 873.66
Current children cumulated vsize (KiB) 14512

[startup+943.054 s]
/proc/loadavg: 2.08 2.02 1.94 3/73 20660
/proc/meminfo: memFree=1340832/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=933.66
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2696 0 0 0 93344 22 0 0 25 0 1 0 153573838 14860288 2638 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2638 721 52 0 1996 0
Current children cumulated CPU time (s) 933.66
Current children cumulated vsize (KiB) 14512

[startup+1003.06 s]
/proc/loadavg: 2.03 2.02 1.94 3/73 20660
/proc/meminfo: memFree=1339744/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=993.65
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2698 0 0 0 99343 22 0 0 25 0 1 0 153573838 14860288 2640 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2640 721 52 0 1996 0
Current children cumulated CPU time (s) 993.65
Current children cumulated vsize (KiB) 14512

[startup+1063.07 s]
/proc/loadavg: 2.01 2.01 1.94 3/73 20660
/proc/meminfo: memFree=1338720/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=1053.64
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2700 0 0 0 105342 22 0 0 25 0 1 0 153573838 14860288 2642 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2642 721 52 0 1996 0
Current children cumulated CPU time (s) 1053.64
Current children cumulated vsize (KiB) 14512

[startup+1123.08 s]
/proc/loadavg: 2.07 2.02 1.94 3/73 20660
/proc/meminfo: memFree=1337696/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=1113.63
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2703 0 0 0 111341 22 0 0 25 0 1 0 153573838 14860288 2645 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2645 721 52 0 1996 0
Current children cumulated CPU time (s) 1113.63
Current children cumulated vsize (KiB) 14512

[startup+1183.08 s]
/proc/loadavg: 2.03 2.02 1.94 3/73 20660
/proc/meminfo: memFree=1337632/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=1173.62
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2705 0 0 0 117340 22 0 0 25 0 1 0 153573838 14860288 2647 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2647 721 52 0 1996 0
Current children cumulated CPU time (s) 1173.62
Current children cumulated vsize (KiB) 14512

[startup+1243.18 s]
/proc/loadavg: 2.01 2.01 1.94 3/73 20660
/proc/meminfo: memFree=1337568/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14512 CPUtime=1233.7
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2705 0 0 0 123348 22 0 0 25 0 1 0 153573838 14860288 2647 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3628 2647 721 52 0 1996 0
Current children cumulated CPU time (s) 1233.7
Current children cumulated vsize (KiB) 14512

[startup+1303.19 s]
/proc/loadavg: 2.00 2.00 1.94 3/73 20660
/proc/meminfo: memFree=1337440/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1293.69
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2720 0 0 0 129347 22 0 0 25 0 1 0 153573838 15020032 2662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2662 721 52 0 2035 0
Current children cumulated CPU time (s) 1293.69
Current children cumulated vsize (KiB) 14668

[startup+1363.19 s]
/proc/loadavg: 2.04 2.02 1.95 3/73 20660
/proc/meminfo: memFree=1337440/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1353.67
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2720 0 0 0 135345 22 0 0 25 0 1 0 153573838 15020032 2662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2662 721 52 0 2035 0
Current children cumulated CPU time (s) 1353.67
Current children cumulated vsize (KiB) 14668

[startup+1423.29 s]
/proc/loadavg: 2.01 2.01 1.95 3/73 20660
/proc/meminfo: memFree=1337376/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1413.75
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2720 0 0 0 141353 22 0 0 25 0 1 0 153573838 15020032 2662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2662 721 52 0 2035 0
Current children cumulated CPU time (s) 1413.75
Current children cumulated vsize (KiB) 14668

[startup+1483.39 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 20660
/proc/meminfo: memFree=1337376/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1473.84
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2720 0 0 0 147362 22 0 0 25 0 1 0 153573838 15020032 2662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2662 721 52 0 2035 0
Current children cumulated CPU time (s) 1473.84
Current children cumulated vsize (KiB) 14668

[startup+1543.49 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 20660
/proc/meminfo: memFree=1337376/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1533.92
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2720 0 0 0 153370 22 0 0 25 0 1 0 153573838 15020032 2662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687395 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2662 721 52 0 2035 0
Current children cumulated CPU time (s) 1533.92
Current children cumulated vsize (KiB) 14668

[startup+1603.49 s]
/proc/loadavg: 2.04 2.01 1.95 3/73 20660
/proc/meminfo: memFree=1337376/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1593.91
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2720 0 0 0 159369 22 0 0 25 0 1 0 153573838 15020032 2662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687403 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2662 721 52 0 2035 0
Current children cumulated CPU time (s) 1593.91
Current children cumulated vsize (KiB) 14668

[startup+1663.59 s]
/proc/loadavg: 2.01 2.01 1.95 3/73 20660
/proc/meminfo: memFree=1337376/2055920 swapFree=4192812/4192956
[pid=19985] ppid=19983 vsize=14668 CPUtime=1653.99
/proc/19985/stat : 19985 (CSPtoSAT+minisa) R 19983 19985 19873 0 -1 4194304 2722 0 0 0 165377 22 0 0 25 0 1 0 153573838 15020032 2664 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/19985/statm: 3667 2664 721 52 0 2035 0
Current children cumulated CPU time (s) 1653.99
Current children cumulated vsize (KiB) 14668

Child status: 0
Real time (s): 1667.39
CPU time (s): 1657.78
CPU user time (s): 1657.56
CPU system time (s): 0.225965
CPU usage (%): 99.4239
Max. virtual memory (cumulated for all children) (KiB): 14668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1657.56
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2735
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= 11
involuntary context switches= 19943

runsolver used 1.59576 s user time and 4.40433 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 02:49:15 UTC 2007


IDJOB= 195641
IDBENCH= 3291
FILE ID= node59/195641-1168051737

PBS_JOBID= 3475462

Free space on /tmp= 66508 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphs/graph5.xml
COMMAND LINE= /tmp/evaluation/195641-1168051737/CSPtoSAT+minisat /tmp/evaluation/195641-1168051737/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-195641-1168051737 -o ROOT/results/node59/solver-195641-1168051737 -C 1800 -M 900  /tmp/evaluation/195641-1168051737/CSPtoSAT+minisat /tmp/evaluation/195641-1168051737/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  b509eeceb1ac41f35f546685c5462d75

RANDOM SEED= 654893843

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.239
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.239
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:       1394464 kB
Buffers:         62128 kB
Cached:         498736 kB
SwapCached:          0 kB
Active:          57668 kB
Inactive:       523212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3808 kB
Writeback:           0 kB
Mapped:          30196 kB
Slab:            66284 kB
Committed_AS:  2832392 kB
PageTables:       1696 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= 66548 MiB



End job on node59 on Sat Jan  6 03:17:07 UTC 2007