Trace number 247747

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 22.6686 25.8509

General information on the benchmark

Nameprimes/primes-10/
primes-10-20-3-1.xml
MD5SUM1f4864f833e39b57ac3c50317db679f6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

1.14	c # Sugar v0-40 (/tmp/evaluation/247747-1170109836/sugar-v0-40.jar)
1.14	
1.21	c # MAIN  BEGIN : /tmp/evaluation/247747-1170109836/unknown.xml [Mon Jan 29 23:30:38 2007]
1.21	c # CONVERT_XML  BEGIN : /tmp/evaluation/247747-1170109836/unknown.xml /tmp/evaluation/247747-1170109836/sugar3050.csp [Mon Jan 29 23:30:38 2007]
1.21	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/247747-1170109836/sugar-v0-40.jar -convert /tmp/evaluation/247747-1170109836/unknown.xml /tmp/evaluation/247747-1170109836/sugar3050.csp
2.13	c BEGIN convert /tmp/evaluation/247747-1170109836/unknown.xml
2.34	c END convert (0.21203 seconds)
2.35	c # CONVERT_XML  END : /tmp/evaluation/247747-1170109836/sugar3050.csp 2901 bytes (1 seconds) [Mon Jan 29 23:30:39 2007]
2.35	c # CONVERT_XML  CPU : 0.26 = 0 + 0 + 0.21 + 0.05
2.35	
2.35	c # GENERATE_SAT  BEGIN : /tmp/evaluation/247747-1170109836/sugar3050.bcnf [Mon Jan 29 23:30:39 2007]
2.35	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/247747-1170109836/sugar-v0-40.jar -bcnf -map /tmp/evaluation/247747-1170109836/sugar3050.map /tmp/evaluation/247747-1170109836/sugar3050.csp /tmp/evaluation/247747-1170109836/sugar3050.bcnf
2.46	c BEGIN parse /tmp/evaluation/247747-1170109836/sugar3050.csp
2.59	c END parse (0.134641 seconds)
2.59	c BEGIN simplify
2.60	c END simplify (0.001322 seconds)
2.60	c BEGIN encode /tmp/evaluation/247747-1170109836/sugar3050.bcnf
8.48	c END encode (5.874313 seconds)
8.52	c # GENERATE_SAT  END : 17712 variables 5707166 clauses 91048260 bytes (6 seconds) [Mon Jan 29 23:30:45 2007]
8.52	c # GENERATE_SAT  CPU : 5.47 = 0.01 + 0 + 5.04 + 0.42
8.52	
8.52	c # SOLVE_SAT  BEGIN : /tmp/evaluation/247747-1170109836/sugar3050.bcnf [Mon Jan 29 23:30:45 2007]
8.52	c # CMD : /tmp/evaluation/247747-1170109836/minisat /tmp/evaluation/247747-1170109836/sugar3050.bcnf /tmp/evaluation/247747-1170109836/sugar3050.out
22.84	c ==================================[MINISAT]===================================
22.84	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
22.84	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
22.84	c ==============================================================================
22.84	c |         0 | 4376384 13243324 | 1458794       0        0     nan |  0.000 % |
23.73	c |       100 | 4376385 13243324 | 1604673      95      541     5.7 | 29.421 % |
25.00	c |       250 | 4376403 13243324 | 1765140     222     1226     5.5 | 29.997 % |
25.43	c ==============================================================================
25.43	c restarts              : 3
25.43	c conflicts             : 318            (19 /sec)
25.43	c decisions             : 959            (58 /sec)
25.43	c propagations          : 203926         (12432 /sec)
25.43	c conflict literals     : 1507           (19.37 % deleted)
25.43	c Memory used           : 210.26 MB
25.43	c CPU time              : 16.4035 s
25.43	c 
25.43	c SATISFIABLE
25.47	c # SOLVE_SAT  END : SATISFIABLE (17 seconds) [Mon Jan 29 23:31:02 2007]
25.47	c # SOLVE_SAT  CPU : 16.83 = 0 + 0 + 16.41 + 0.42
25.47	
25.47	c # RESULT : SATISFIABLE
25.47	
25.47	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:31:02 2007]
25.59	c BEGIN read SAT output /tmp/evaluation/247747-1170109836/sugar3050.out
25.64	c END read SAT output (0.047759 seconds)
25.64	c BEGIN write solution /tmp/evaluation/247747-1170109836/sugar3050.sol
25.66	c END write solution (0.021768 seconds)
25.71	s SATISFIABLE
25.71	v 29 29 21 13 13 16 6 3 29 29 29 29 29 9 7 29 29 18 3 17 29 29 7 29 21 29 22 29 6 13 29 27 29 23 29 29 12 29 29 29 29 29 3 29 29 14 29 29 13 4 11 29 3 21 29 2 29 29 29 29 29 29 29 29 29 13 29 29 29 16 29 13 29 29 29 29 26 22 12 10 19 29 28 29 24 29 4 18 29 29 3 29 29 29 29 2 16 29 15 26
25.71	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 23:31:03 2007]
25.71	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
25.71	
25.71	c # MAIN  END :  (25 seconds) [Mon Jan 29 23:31:03 2007]
25.71	c # MAIN  CPU : 22.56 = 0.01 + 0 + 21.66 + 0.89
25.71	

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/node10/watcher-247747-1170109836 -o ROOT/results/node10/solver-247747-1170109836 -C 1800 -M 900 /tmp/evaluation/247747-1170109836/solver /tmp/evaluation/247747-1170109836 /tmp/evaluation/247747-1170109836/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: 3.60 2.77 2.17 5/95 3051
/proc/meminfo: memFree=563024/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=18540 CPUtime=0
/proc/3050/stat : 3050 (runsolver) R 3048 3050 1207 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30938697 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3050/statm: 4635 279 244 17 0 2626 0

[startup+0.111613 s]
/proc/loadavg: 3.60 2.77 2.17 5/95 3051
/proc/meminfo: memFree=563024/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=124 CPUtime=0
/proc/3050/stat : 3050 (sugar) D 3048 3050 1207 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 30938697 126976 23 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214917248489 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/3050/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.519819 s]
/proc/loadavg: 3.60 2.77 2.17 5/95 3051
/proc/meminfo: memFree=563024/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=12272 CPUtime=0
/proc/3050/stat : 3050 (sugar) D 3048 3050 1207 0 -1 4194304 607 0 4 0 0 0 0 0 18 0 1 0 30938697 12566528 330 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214928765026 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/3050/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.34093 s]
/proc/loadavg: 3.60 2.77 2.17 2/95 3051
/proc/meminfo: memFree=541136/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=13724 CPUtime=0.04
/proc/3050/stat : 3050 (sugar) S 3048 3050 1207 0 -1 4194304 1093 0 4 0 3 1 0 0 18 0 1 0 30938697 14053376 804 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3431 804 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+2.97915 s]
/proc/loadavg: 3.60 2.77 2.17 4/103 3059
/proc/meminfo: memFree=511440/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=13724 CPUtime=0.3
/proc/3050/stat : 3050 (sugar) S 3048 3050 1207 0 -1 4194304 1186 3525 4 30 3 1 21 5 15 0 1 0 30938697 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3050/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13724

[startup+6.18059 s]
/proc/loadavg: 3.47 2.76 2.17 3/103 3067
/proc/meminfo: memFree=390224/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=13724 CPUtime=0.3
/proc/3050/stat : 3050 (sugar) S 3048 3050 1207 0 -1 4194304 1186 3525 4 30 3 1 21 5 15 0 1 0 30938697 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3050/statm: 3431 809 371 3 0 531 0
[pid=3060] ppid=3050 vsize=807336 CPUtime=3.71
/proc/3060/stat : 3060 (java) R 3050 3050 1207 0 -1 0 4436 0 2 0 346 25 0 0 25 0 8 0 30938932 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3060/statm: 201834 4186 1501 14 0 189112 0
[pid=3060/tid=3061] ppid=3050 vsize=807336 CPUtime=0
/proc/3060/task/3061/stat : 3061 (java) S 3050 3050 1207 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30938935 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3060/tid=3062] ppid=3050 vsize=807336 CPUtime=0
/proc/3060/task/3062/stat : 3062 (java) S 3050 3050 1207 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 30938936 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3060/tid=3063] ppid=3050 vsize=807336 CPUtime=0
/proc/3060/task/3063/stat : 3063 (java) S 3050 3050 1207 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 30938936 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3060/tid=3064] ppid=3050 vsize=807336 CPUtime=0
/proc/3060/task/3064/stat : 3064 (java) S 3050 3050 1207 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30938939 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3060/tid=3065] ppid=3050 vsize=807336 CPUtime=0.06
/proc/3060/task/3065/stat : 3065 (java) S 3050 3050 1207 0 -1 64 348 0 0 0 6 0 0 0 17 0 8 0 30938939 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3060/tid=3066] ppid=3050 vsize=807336 CPUtime=0
/proc/3060/task/3066/stat : 3066 (java) S 3050 3050 1207 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30938939 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3060/tid=3067] ppid=3050 vsize=807336 CPUtime=0
/proc/3060/task/3067/stat : 3067 (java) S 3050 3050 1207 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30938939 826712064 4186 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 821060

[startup+12.6445 s]
/proc/loadavg: 3.35 2.75 2.17 3/96 3068
/proc/meminfo: memFree=43016/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=13724 CPUtime=5.77
/proc/3050/stat : 3050 (sugar) S 3048 3050 1207 0 -1 4194304 1311 7989 4 33 4 1 525 47 18 0 1 0 30938697 14053376 838 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3431 838 373 3 0 531 0
[pid=3068] ppid=3050 vsize=215296 CPUtime=4.07
/proc/3068/stat : 3068 (minisat) R 3050 3050 1207 0 -1 0 51014 0 0 0 376 31 0 0 25 0 1 0 30939549 220463104 49974 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522276 0 0 4096 0 0 0 0 17 1 0 0
/proc/3068/statm: 53824 49974 36 112 0 53708 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 229020

[startup+25.4832 s]
/proc/loadavg: 3.13 2.73 2.17 3/96 3068
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=3050] ppid=3048 vsize=13724 CPUtime=22.6
/proc/3050/stat : 3050 (sugar) S 3048 3050 1207 0 -1 4194304 1377 59052 4 33 4 1 2166 89 18 0 1 0 30938697 14053376 839 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3431 839 373 3 0 531 0
Current children cumulated CPU time (s) 22.6
Current children cumulated vsize (KiB) 13724

Child status: 0
Real time (s): 25.8509
CPU time (s): 22.6686
CPU user time (s): 21.7087
CPU system time (s): 0.959854
CPU usage (%): 87.6896
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7087
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60525
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 879
involuntary context switches= 1539

runsolver used 0.027995 s user time and 0.093985 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 22:30:37 UTC 2007


IDJOB= 247747
IDBENCH= 11653
IDSOLVER= 86
FILE ID= node10/247747-1170109836

PBS_JOBID= 3689957

Free space on /tmp= 60059 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-20-3-1.xml
COMMAND LINE= /tmp/evaluation/247747-1170109836/solver /tmp/evaluation/247747-1170109836 /tmp/evaluation/247747-1170109836/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-247747-1170109836 -o ROOT/results/node10/solver-247747-1170109836 -C 1800 -M 900  /tmp/evaluation/247747-1170109836/solver /tmp/evaluation/247747-1170109836 /tmp/evaluation/247747-1170109836/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1f4864f833e39b57ac3c50317db679f6

RANDOM SEED= 968185506

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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        563888 kB
Buffers:          2792 kB
Cached:        1331640 kB
SwapCached:          0 kB
Active:         103612 kB
Inactive:      1304456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        563888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          697428 kB
Writeback:           0 kB
Mapped:          99160 kB
Slab:            68704 kB
Committed_AS:  1193204 kB
PageTables:       2268 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= 59614 MiB



End job on node10 on Mon Jan 29 22:31:03 UTC 2007