Trace number 227543

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
sugar 0.40UNSAT 21.2988 21.475

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-37_ext.xml
MD5SUM135bc134ed6aa591cd505db5603a8393
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.65344
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/227543-1170105807/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/227543-1170105807/unknown.xml [Mon Jan 29 22:23:27 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/227543-1170105807/unknown.xml /tmp/evaluation/227543-1170105807/sugar19635.csp [Mon Jan 29 22:23:27 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227543-1170105807/sugar-v0-40.jar -convert /tmp/evaluation/227543-1170105807/unknown.xml /tmp/evaluation/227543-1170105807/sugar19635.csp
0.16	c BEGIN convert /tmp/evaluation/227543-1170105807/unknown.xml
0.53	c END convert (0.371039 seconds)
0.54	c # CONVERT_XML  END : /tmp/evaluation/227543-1170105807/sugar19635.csp 153855 bytes (0 seconds) [Mon Jan 29 22:23:27 2007]
0.54	c # CONVERT_XML  CPU : 0.47 = 0 + 0 + 0.44 + 0.03
0.54	
0.54	c # GENERATE_SAT  BEGIN : /tmp/evaluation/227543-1170105807/sugar19635.bcnf [Mon Jan 29 22:23:27 2007]
0.54	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/227543-1170105807/sugar-v0-40.jar -bcnf -map /tmp/evaluation/227543-1170105807/sugar19635.map /tmp/evaluation/227543-1170105807/sugar19635.csp /tmp/evaluation/227543-1170105807/sugar19635.bcnf
0.65	c BEGIN parse /tmp/evaluation/227543-1170105807/sugar19635.csp
1.49	c END parse (0.834997 seconds)
1.49	c BEGIN simplify
1.50	c END simplify (0.006458 seconds)
1.50	c BEGIN encode /tmp/evaluation/227543-1170105807/sugar19635.bcnf
1.55	c END encode (0.05558 seconds)
1.60	c # GENERATE_SAT  END : 280 variables 5104 clauses 90736 bytes (1 seconds) [Mon Jan 29 22:23:28 2007]
1.60	c # GENERATE_SAT  CPU : 1.01 = 0 + 0 + 0.94 + 0.07
1.60	
1.60	c # SOLVE_SAT  BEGIN : /tmp/evaluation/227543-1170105807/sugar19635.bcnf [Mon Jan 29 22:23:28 2007]
1.60	c # CMD : /tmp/evaluation/227543-1170105807/minisat /tmp/evaluation/227543-1170105807/sugar19635.bcnf /tmp/evaluation/227543-1170105807/sugar19635.out
1.65	c ==================================[MINISAT]===================================
1.69	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.69	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.69	c ==============================================================================
1.69	c |         0 |    5104    17574 |    1701       0        0     nan |  0.000 % |
1.69	c |       101 |    5104    17574 |    1871     101      810     8.0 |  0.001 % |
1.69	c |       251 |    5104    17574 |    2058     251     2263     9.0 |  0.003 % |
1.69	c |       477 |    5104    17574 |    2264     477     4103     8.6 |  0.021 % |
1.69	c |       814 |    5106    17574 |    2490     812     7672     9.4 |  0.024 % |
1.69	c |      1320 |    5106    17574 |    2739    1318    12190     9.2 |  0.018 % |
1.75	c |      2080 |    5110    17574 |    3013    2074    19000     9.2 |  0.018 % |
1.76	c |      3219 |    5112    17574 |    3314    1665    16353     9.8 |  0.026 % |
1.86	c |      4928 |    5115    17574 |    3646    1689    17826    10.6 |  0.026 % |
2.00	c |      7490 |    5121    17574 |    4010    2390    24289    10.2 |  0.028 % |
2.21	c |     11334 |    5091    17493 |    4411    3813    46049    12.1 |  0.358 % |
2.54	c |     17101 |    5098    17493 |    4853    2848    33026    11.6 |  0.362 % |
3.09	c |     25752 |    5110    17493 |    5338    4087    48711    11.9 |  0.380 % |
3.91	c |     38726 |    5083    17427 |    5872    3222    37567    11.7 |  0.717 % |
5.16	c |     58187 |    5094    17427 |    6459    4860    59508    12.2 |  0.726 % |
7.09	c |     87379 |    5064    17343 |    7105    3796    51228    13.5 |  1.075 % |
10.07	c |    131168 |    5066    17343 |    7816    4506    54455    12.1 |  1.089 % |
14.70	c |    196854 |    4954    17013 |    8597    5199    62276    12.0 |  2.145 % |
21.46	c ==============================================================================
21.46	c restarts              : 18
21.46	c conflicts             : 290357         (14702 /sec)
21.46	c decisions             : 343141         (17374 /sec)
21.46	c propagations          : 16214010       (820963 /sec)
21.46	c conflict literals     : 3661282        (30.89 % deleted)
21.46	c Memory used           : 3.32 MB
21.46	c CPU time              : 19.75 s
21.46	c 
21.46	c UNSATISFIABLE
21.47	c # SOLVE_SAT  END : UNSATISFIABLE (20 seconds) [Mon Jan 29 22:23:48 2007]
21.47	c # SOLVE_SAT  CPU : 19.76 = 0.01 + 0 + 19.75 + 0
21.47	
21.47	c # RESULT : UNSATISFIABLE
21.47	
21.47	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:23:48 2007]
21.47	s UNSATISFIABLE
21.47	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:23:48 2007]
21.47	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
21.47	
21.47	c # MAIN  END :  (21 seconds) [Mon Jan 29 22:23:48 2007]
21.47	c # MAIN  CPU : 21.24 = 0.01 + 0 + 21.13 + 0.1
21.47	

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/node39/watcher-227543-1170105807 -o ROOT/results/node39/solver-227543-1170105807 -C 1800 -M 900 /tmp/evaluation/227543-1170105807/solver /tmp/evaluation/227543-1170105807 /tmp/evaluation/227543-1170105807/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: 2.56 3.09 2.94 5/81 19636
/proc/meminfo: memFree=1327760/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=18540 CPUtime=0
/proc/19635/stat : 19635 (runsolver) R 19633 19635 19298 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30536557 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19635/statm: 4635 279 244 17 0 2626 0

[startup+0.107679 s]
/proc/loadavg: 2.56 3.09 2.94 5/81 19636
/proc/meminfo: memFree=1327760/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=13724 CPUtime=0.03
/proc/19635/stat : 19635 (sugar) S 19633 19635 19298 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30536557 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19635/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515747 s]
/proc/loadavg: 2.56 3.09 2.94 5/81 19636
/proc/meminfo: memFree=1327760/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=13724 CPUtime=0.03
/proc/19635/stat : 19635 (sugar) S 19633 19635 19298 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30536557 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19635/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33889 s]
/proc/loadavg: 2.56 3.09 2.94 4/89 19652
/proc/meminfo: memFree=1304976/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=13724 CPUtime=0.5
/proc/19635/stat : 19635 (sugar) S 19633 19635 19298 0 -1 4194304 1190 5609 0 1 3 0 44 3 16 0 1 0 30536557 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19635/statm: 3431 809 371 3 0 531 0
[pid=19645] ppid=19635 vsize=808360 CPUtime=0.77
/proc/19645/stat : 19645 (java) R 19635 19635 19298 0 -1 0 7758 0 1 0 72 5 0 0 25 0 8 0 30536612 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073571818 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19645/statm: 202090 7506 1506 14 0 189368 0
[pid=19645/tid=19646] ppid=19635 vsize=808360 CPUtime=0.07
/proc/19645/task/19646/stat : 19646 (java) S 19635 19635 19298 0 -1 64 1573 0 0 0 7 0 0 0 16 0 8 0 30536615 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19645/tid=19647] ppid=19635 vsize=808360 CPUtime=0
/proc/19645/task/19647/stat : 19647 (java) S 19635 19635 19298 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30536615 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19645/tid=19648] ppid=19635 vsize=808360 CPUtime=0
/proc/19645/task/19648/stat : 19648 (java) S 19635 19635 19298 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30536615 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19645/tid=19649] ppid=19635 vsize=808360 CPUtime=0
/proc/19645/task/19649/stat : 19649 (java) S 19635 19635 19298 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30536618 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19645/tid=19650] ppid=19635 vsize=808360 CPUtime=0.12
/proc/19645/task/19650/stat : 19650 (java) S 19635 19635 19298 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30536618 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19645/tid=19651] ppid=19635 vsize=808360 CPUtime=0
/proc/19645/task/19651/stat : 19651 (java) S 19635 19635 19298 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 30536618 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19645/tid=19652] ppid=19635 vsize=808360 CPUtime=0
/proc/19645/task/19652/stat : 19652 (java) S 19635 19635 19298 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30536618 827760640 7506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 822084

[startup+2.97916 s]
/proc/loadavg: 2.52 3.07 2.93 3/82 19653
/proc/meminfo: memFree=1315272/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=13724 CPUtime=1.51
/proc/19635/stat : 19635 (sugar) S 19633 19635 19298 0 -1 4194304 1280 13850 0 2 3 0 138 10 15 0 1 0 30536557 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19635/statm: 3431 819 373 3 0 531 0
[pid=19653] ppid=19635 vsize=2332 CPUtime=1.36
/proc/19653/stat : 19653 (minisat) R 19635 19635 19298 0 -1 0 291 0 0 0 136 0 0 0 25 0 1 0 30536718 2387968 254 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 0 0 0
/proc/19653/statm: 583 254 51 112 0 467 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 16056

[startup+6.26372 s]
/proc/loadavg: 2.52 3.07 2.93 3/82 19653
/proc/meminfo: memFree=1326344/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=13724 CPUtime=1.51
/proc/19635/stat : 19635 (sugar) S 19633 19635 19298 0 -1 4194304 1280 13850 0 2 3 0 138 10 16 0 1 0 30536557 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19635/statm: 3431 819 373 3 0 531 0
[pid=19653] ppid=19635 vsize=2728 CPUtime=4.63
/proc/19653/stat : 19653 (minisat) R 19635 19635 19298 0 -1 0 390 0 0 0 463 0 0 0 25 0 1 0 30536718 2793472 353 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 0 0 0
/proc/19653/statm: 682 353 51 112 0 566 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 16452

[startup+12.7258 s]
/proc/loadavg: 2.44 3.04 2.92 3/82 19653
/proc/meminfo: memFree=1325960/2055920 swapFree=4192812/4192956
[pid=19635] ppid=19633 vsize=13724 CPUtime=1.51
/proc/19635/stat : 19635 (sugar) S 19633 19635 19298 0 -1 4194304 1280 13850 0 2 3 0 138 10 16 0 1 0 30536557 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19635/statm: 3431 819 373 3 0 531 0
[pid=19653] ppid=19635 vsize=3260 CPUtime=11.06
/proc/19653/stat : 19653 (minisat) R 19635 19635 19298 0 -1 0 499 0 0 0 1106 0 0 0 25 0 1 0 30536718 3338240 462 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 0 0 0
/proc/19653/statm: 815 462 51 112 0 699 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 16984

Child status: 0
Real time (s): 21.475
CPU time (s): 21.2988
CPU user time (s): 21.1808
CPU system time (s): 0.117982
CPU usage (%): 99.1792
Max. virtual memory (cumulated for all children) (KiB): 822084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1808
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15768
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1269
involuntary context switches= 1406

runsolver used 0.023996 s user time and 0.06399 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan 29 21:23:27 UTC 2007


IDJOB= 227543
IDBENCH= 6089
IDSOLVER= 86
FILE ID= node39/227543-1170105807

PBS_JOBID= 3689795

Free space on /tmp= 66553 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-37_ext.xml
COMMAND LINE= /tmp/evaluation/227543-1170105807/solver /tmp/evaluation/227543-1170105807 /tmp/evaluation/227543-1170105807/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-227543-1170105807 -o ROOT/results/node39/solver-227543-1170105807 -C 1800 -M 900  /tmp/evaluation/227543-1170105807/solver /tmp/evaluation/227543-1170105807 /tmp/evaluation/227543-1170105807/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  135bc134ed6aa591cd505db5603a8393

RANDOM SEED= 222455889

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.285
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.285
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:       1328176 kB
Buffers:         19732 kB
Cached:          54524 kB
SwapCached:          0 kB
Active:         648068 kB
Inactive:        30588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             880 kB
Writeback:           0 kB
Mapped:         621192 kB
Slab:            33304 kB
Committed_AS:   881920 kB
PageTables:       3016 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= 66553 MiB



End job on node39 on Mon Jan 29 21:23:49 UTC 2007