Trace number 228071

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.40SAT 21.6427 21.8201

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-51_ext.xml
MD5SUM9416dd4dffa82de28ab8a5baef174e52
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21966
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/228071-1170105866/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/228071-1170105866/unknown.xml [Mon Jan 29 22:24:26 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/228071-1170105866/unknown.xml /tmp/evaluation/228071-1170105866/sugar24885.csp [Mon Jan 29 22:24:26 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228071-1170105866/sugar-v0-40.jar -convert /tmp/evaluation/228071-1170105866/unknown.xml /tmp/evaluation/228071-1170105866/sugar24885.csp
0.16	c BEGIN convert /tmp/evaluation/228071-1170105866/unknown.xml
0.52	c END convert (0.362902 seconds)
0.54	c # CONVERT_XML  END : /tmp/evaluation/228071-1170105866/sugar24885.csp 318573 bytes (1 seconds) [Mon Jan 29 22:24:27 2007]
0.54	c # CONVERT_XML  CPU : 0.46 = 0 + 0 + 0.42 + 0.04
0.54	
0.54	c # GENERATE_SAT  BEGIN : /tmp/evaluation/228071-1170105866/sugar24885.bcnf [Mon Jan 29 22:24:27 2007]
0.54	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228071-1170105866/sugar-v0-40.jar -bcnf -map /tmp/evaluation/228071-1170105866/sugar24885.map /tmp/evaluation/228071-1170105866/sugar24885.csp /tmp/evaluation/228071-1170105866/sugar24885.bcnf
0.65	c BEGIN parse /tmp/evaluation/228071-1170105866/sugar24885.csp
2.07	c END parse (1.417417 seconds)
2.07	c BEGIN simplify
2.07	c END simplify (0.008188 seconds)
2.08	c BEGIN encode /tmp/evaluation/228071-1170105866/sugar24885.bcnf
2.15	c END encode (0.07459 seconds)
2.17	c # GENERATE_SAT  END : 400 variables 10389 clauses 189932 bytes (1 seconds) [Mon Jan 29 22:24:28 2007]
2.17	c # GENERATE_SAT  CPU : 1.62 = 0 + 0 + 1.54 + 0.08
2.17	
2.17	c # SOLVE_SAT  BEGIN : /tmp/evaluation/228071-1170105866/sugar24885.bcnf [Mon Jan 29 22:24:28 2007]
2.17	c # CMD : /tmp/evaluation/228071-1170105866/minisat /tmp/evaluation/228071-1170105866/sugar24885.bcnf /tmp/evaluation/228071-1170105866/sugar24885.out
2.18	c ==================================[MINISAT]===================================
2.18	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.18	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.18	c ==============================================================================
2.18	c |         0 |   10389    37088 |    3463       0        0     nan |  0.000 % |
2.19	c |       100 |   10390    37088 |    3809      99      905     9.1 |  0.001 % |
2.20	c |       250 |   10390    37088 |    4190     249     2174     8.7 |  0.017 % |
2.22	c |       475 |   10391    37088 |    4609     473     4464     9.4 |  0.011 % |
2.24	c |       813 |   10391    37088 |    5070     811     8121    10.0 |  0.012 % |
2.27	c |      1319 |   10391    37088 |    5577    1317    12950     9.8 |  0.006 % |
2.32	c |      2079 |   10392    37088 |    6134    2076    20317     9.8 |  0.015 % |
2.41	c |      3219 |   10393    37088 |    6748    3215    32026    10.0 |  0.011 % |
2.54	c |      4927 |   10394    37088 |    7423    4922    48864     9.9 |  0.006 % |
2.75	c |      7489 |   10396    37088 |    8165    7482    77457    10.4 |  0.022 % |
3.10	c |     11333 |   10398    37088 |    8982    7194    77302    10.7 |  0.024 % |
3.67	c |     17099 |   10406    37088 |    9880    8400    92494    11.0 |  0.025 % |
4.51	c |     25748 |   10414    37088 |   10868    7044    87411    12.4 |  0.002 % |
5.84	c |     38723 |   10421    37088 |   11955    9077   104609    11.5 |  0.019 % |
7.96	c |     58186 |   10424    37088 |   13150   10475   114593    10.9 |  0.038 % |
11.10	c |     87378 |   10382    36956 |   14465   10055   140567    14.0 |  0.251 % |
16.08	c |    131167 |   10345    36833 |   15912   11036   151931    13.8 |  0.501 % |
21.63	c ==============================================================================
21.63	c restarts              : 17
21.63	c conflicts             : 175140         (9050 /sec)
21.63	c decisions             : 209814         (10841 /sec)
21.63	c propagations          : 12429279       (642239 /sec)
21.63	c conflict literals     : 2367795        (31.08 % deleted)
21.63	c Memory used           : 4.34 MB
21.63	c CPU time              : 19.3531 s
21.63	c 
21.63	c SATISFIABLE
21.63	c # SOLVE_SAT  END : SATISFIABLE (20 seconds) [Mon Jan 29 22:24:48 2007]
21.63	c # SOLVE_SAT  CPU : 19.35 = 0 + 0 + 19.35 + 0
21.63	
21.63	c # RESULT : SATISFIABLE
21.63	
21.63	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:24:48 2007]
21.75	c BEGIN read SAT output /tmp/evaluation/228071-1170105866/sugar24885.out
21.76	c END read SAT output (0.007638 seconds)
21.76	c BEGIN write solution /tmp/evaluation/228071-1170105866/sugar24885.sol
21.78	c END write solution (0.015012 seconds)
21.81	s SATISFIABLE
21.81	v 8 2 10 1 9 10 10 3 4 9 6 2 5 5 5 7 0 10 8 4 8 2 8 10 0 2 8 9 1 6 0 5 5 7 9 6 4 6 1 8
21.81	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:24:48 2007]
21.81	c # OUTPUT_SOL  CPU : 0.160000000000001 = 0 + 0.01 + 0.120000000000001 + 0.03
21.81	
21.81	c # MAIN  END :  (22 seconds) [Mon Jan 29 22:24:48 2007]
21.81	c # MAIN  CPU : 21.59 = 0 + 0.01 + 21.43 + 0.15
21.81	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node63/watcher-228071-1170105866 -o ROOT/results/node63/solver-228071-1170105866 -C 1800 -M 900 /tmp/evaluation/228071-1170105866/solver /tmp/evaluation/228071-1170105866 /tmp/evaluation/228071-1170105866/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: 1.54 2.40 2.91 5/81 24886
/proc/meminfo: memFree=1309184/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=18540 CPUtime=0
/proc/24885/stat : 24885 (runsolver) R 24883 24885 24748 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30544018 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 247254805799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24885/statm: 4635 279 244 17 0 2626 0

[startup+0.103363 s]
/proc/loadavg: 1.54 2.40 2.91 5/81 24886
/proc/meminfo: memFree=1309184/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=13724 CPUtime=0.03
/proc/24885/stat : 24885 (sugar) S 24883 24885 24748 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30544018 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24885/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511417 s]
/proc/loadavg: 1.54 2.40 2.91 5/81 24886
/proc/meminfo: memFree=1309184/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=13724 CPUtime=0.03
/proc/24885/stat : 24885 (sugar) S 24883 24885 24748 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30544018 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24885/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3335 s]
/proc/loadavg: 1.54 2.40 2.91 3/89 24902
/proc/meminfo: memFree=1282816/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=13724 CPUtime=0.49
/proc/24885/stat : 24885 (sugar) S 24883 24885 24748 0 -1 4194304 1190 6922 0 1 3 0 42 4 15 0 1 0 30544018 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24885/statm: 3431 809 371 3 0 531 0
[pid=24895] ppid=24885 vsize=807336 CPUtime=0.77
/proc/24895/stat : 24895 (java) R 24885 24885 24748 0 -1 0 8263 0 1 0 72 5 0 0 25 0 8 0 30544072 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073651395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24895/statm: 201834 8010 1506 14 0 189112 0
[pid=24895/tid=24896] ppid=24885 vsize=807336 CPUtime=0.11
/proc/24895/task/24896/stat : 24896 (java) S 24885 24885 24748 0 -1 64 2077 0 0 0 11 0 0 0 16 0 8 0 30544075 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24895/tid=24897] ppid=24885 vsize=807336 CPUtime=0
/proc/24895/task/24897/stat : 24897 (java) S 24885 24885 24748 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30544076 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24895/tid=24898] ppid=24885 vsize=807336 CPUtime=0
/proc/24895/task/24898/stat : 24898 (java) S 24885 24885 24748 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30544076 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24895/tid=24899] ppid=24885 vsize=807336 CPUtime=0
/proc/24895/task/24899/stat : 24899 (java) S 24885 24885 24748 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30544079 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24895/tid=24900] ppid=24885 vsize=807336 CPUtime=0.11
/proc/24895/task/24900/stat : 24900 (java) S 24885 24885 24748 0 -1 64 399 0 0 0 11 0 0 0 16 0 8 0 30544079 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24895/tid=24901] ppid=24885 vsize=807336 CPUtime=0
/proc/24895/task/24901/stat : 24901 (java) S 24885 24885 24748 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30544079 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24895/tid=24902] ppid=24885 vsize=807336 CPUtime=0
/proc/24895/task/24902/stat : 24902 (java) S 24885 24885 24748 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30544079 826712064 8010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821060

[startup+2.97967 s]
/proc/loadavg: 1.65 2.41 2.91 4/82 24903
/proc/meminfo: memFree=1306168/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=13724 CPUtime=2.11
/proc/24885/stat : 24885 (sugar) S 24883 24885 24748 0 -1 4194304 1280 16878 0 2 3 0 196 12 15 0 1 0 30544018 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 3431 819 373 3 0 531 0
[pid=24903] ppid=24885 vsize=2724 CPUtime=0.79
/proc/24903/stat : 24903 (minisat) R 24885 24885 24748 0 -1 0 395 0 0 0 79 0 0 0 25 0 1 0 30544236 2789376 334 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24903/statm: 681 334 51 112 0 565 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 16448

[startup+6.20501 s]
/proc/loadavg: 1.65 2.41 2.91 4/82 24903
/proc/meminfo: memFree=1305144/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=13724 CPUtime=2.11
/proc/24885/stat : 24885 (sugar) S 24883 24885 24748 0 -1 4194304 1280 16878 0 2 3 0 196 12 16 0 1 0 30544018 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 3431 819 373 3 0 531 0
[pid=24903] ppid=24885 vsize=3384 CPUtime=4
/proc/24903/stat : 24903 (minisat) R 24885 24885 24748 0 -1 0 551 0 0 0 400 0 0 0 25 0 1 0 30544236 3465216 490 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527982 0 0 4096 3 0 0 0 17 1 0 0
/proc/24903/statm: 846 490 51 112 0 730 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 17108

[startup+12.6117 s]
/proc/loadavg: 1.86 2.43 2.91 4/82 24903
/proc/meminfo: memFree=1304512/2055920 swapFree=4192812/4192956
[pid=24885] ppid=24883 vsize=13724 CPUtime=2.11
/proc/24885/stat : 24885 (sugar) S 24883 24885 24748 0 -1 4194304 1280 16878 0 2 3 0 196 12 16 0 1 0 30544018 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24885/statm: 3431 819 373 3 0 531 0
[pid=24903] ppid=24885 vsize=3912 CPUtime=10.38
/proc/24903/stat : 24903 (minisat) R 24885 24885 24748 0 -1 0 696 0 0 0 1038 0 0 0 25 0 1 0 30544236 4005888 635 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/24903/statm: 978 635 51 112 0 862 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 17636

Child status: 0
Real time (s): 21.8201
CPU time (s): 21.6427
CPU user time (s): 21.4767
CPU system time (s): 0.165974
CPU usage (%): 99.1872
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4767
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22091
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1340
involuntary context switches= 1846

runsolver used 0.022996 s user time and 0.065989 s system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Jan 29 21:24:26 UTC 2007


IDJOB= 228071
IDBENCH= 6149
IDSOLVER= 86
FILE ID= node63/228071-1170105866

PBS_JOBID= 3689841

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-51_ext.xml
COMMAND LINE= /tmp/evaluation/228071-1170105866/solver /tmp/evaluation/228071-1170105866 /tmp/evaluation/228071-1170105866/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-228071-1170105866 -o ROOT/results/node63/solver-228071-1170105866 -C 1800 -M 900  /tmp/evaluation/228071-1170105866/solver /tmp/evaluation/228071-1170105866 /tmp/evaluation/228071-1170105866/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9416dd4dffa82de28ab8a5baef174e52

RANDOM SEED= 652547951

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.214
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.214
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:       1309600 kB
Buffers:         40244 kB
Cached:          46048 kB
SwapCached:          0 kB
Active:         641224 kB
Inactive:        52524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1056 kB
Writeback:           0 kB
Mapped:         624184 kB
Slab:            36684 kB
Committed_AS:   889528 kB
PageTables:       3060 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= 66560 MiB



End job on node63 on Mon Jan 29 21:24:48 UTC 2007