Trace number 217300

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
galac 1? (TO) 1800.04 1808.97

General information on the benchmark

Namefrb/frb50-23/
frb50-23-1-mgd_ext.xml
MD5SUMd4620c593bffc95d2822e817d09ebd03
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 benchmark508.324
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints430
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension430
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
1.19	c start processing
1.19	c start relation processing
1.22	c start cnf exporting
3.29	c parsing time : 1.025
3.29	c preprocessing time : 3.129
3.29	
3.29	c Nary constraints - conflicts : 0 supports : 0
3.29	c Binary constraints - conflicts : 419 supports :11
3.29	c max arity constraint : 2
3.29	c Max Tuples generated 0
3.29	c relations : 430
3.29	c relations BDD: 0
3.29	c vars : 1151 - clauses :  77309
3.30	
3.33	 
3.33	c --- Minisat Stats ---
3.33	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-217300-1168245602 -o ROOT/results/node43/solver-217300-1168245602 -C 1800 -M 900 /tmp/evaluation/217300-1168245602/galac.sh /tmp/evaluation/217300-1168245602/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.92 1.22 1.46 5/74 30203
/proc/meminfo: memFree=1790528/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=8560 CPUtime=0
/proc/30201/stat : 30201 (galac.sh) R 30196 30201 30077 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 172959290 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849434511 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30201/statm: 2140 253 197 79 0 133 0

[startup+0.110567 s]
/proc/loadavg: 0.92 1.22 1.46 5/74 30203
/proc/meminfo: memFree=1790528/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=0.01
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 761 1704 0 0 0 0 0 1 19 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.518629 s]
/proc/loadavg: 0.92 1.22 1.46 5/74 30203
/proc/meminfo: memFree=1790528/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=0.01
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 761 1704 0 0 0 0 0 1 19 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.34177 s]
/proc/loadavg: 0.92 1.22 1.46 3/89 30231
/proc/meminfo: memFree=1708552/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=0.01
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 761 1704 0 0 0 0 0 1 19 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30217] ppid=30201 vsize=861064 CPUtime=1.28
/proc/30217/stat : 30217 (java) R 30201 30201 30077 0 -1 0 19704 0 1 0 117 11 0 0 24 0 8 0 172959294 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073653306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30217/statm: 215266 19458 1992 14 0 201471 0
[pid=30217/tid=30221] ppid=30201 vsize=861064 CPUtime=0.03
/proc/30217/task/30221/stat : 30221 (java) S 30201 30201 30077 0 -1 64 3785 0 0 0 2 1 0 0 16 0 8 0 172959298 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30222] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30222/stat : 30222 (java) S 30201 30201 30077 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172959298 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30223] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30223/stat : 30223 (java) S 30201 30201 30077 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 172959298 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30228] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30228/stat : 30228 (java) S 30201 30201 30077 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172959302 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30229] ppid=30201 vsize=861064 CPUtime=0.28
/proc/30217/task/30229/stat : 30229 (java) S 30201 30201 30077 0 -1 64 1005 0 0 0 26 2 0 0 16 0 8 0 172959302 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30230] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30230/stat : 30230 (java) S 30201 30201 30077 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172959302 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30231] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30231/stat : 30231 (java) S 30201 30201 30077 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172959302 881729536 19458 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908640

[startup+2.98404 s]
/proc/loadavg: 0.92 1.22 1.46 3/89 30231
/proc/meminfo: memFree=1699976/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=0.01
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 761 1704 0 0 0 0 0 1 19 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30217] ppid=30201 vsize=861064 CPUtime=2.91
/proc/30217/stat : 30217 (java) R 30201 30201 30077 0 -1 0 21652 0 1 0 279 12 0 0 25 0 8 0 172959294 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30217/statm: 215266 21403 1995 14 0 201471 0
[pid=30217/tid=30221] ppid=30201 vsize=861064 CPUtime=0.07
/proc/30217/task/30221/stat : 30221 (java) S 30201 30201 30077 0 -1 64 5707 0 0 0 5 2 0 0 16 0 8 0 172959298 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30222] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30222/stat : 30222 (java) S 30201 30201 30077 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172959298 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30223] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30223/stat : 30223 (java) S 30201 30201 30077 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 172959298 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30228] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30228/stat : 30228 (java) S 30201 30201 30077 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172959302 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30229] ppid=30201 vsize=861064 CPUtime=0.31
/proc/30217/task/30229/stat : 30229 (java) S 30201 30201 30077 0 -1 64 1024 0 0 0 28 3 0 0 15 0 8 0 172959302 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30230] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30230/stat : 30230 (java) S 30201 30201 30077 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172959302 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30217/tid=30231] ppid=30201 vsize=861064 CPUtime=0
/proc/30217/task/30231/stat : 30231 (java) S 30201 30201 30077 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172959302 881729536 21403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908640

[startup+6.26458 s]
/proc/loadavg: 1.01 1.23 1.46 3/82 30232
/proc/meminfo: memFree=1767104/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=12156 CPUtime=2.9
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 2889 0 0 0 288 2 0 0 25 0 1 0 172959623 12447744 2871 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 3039 2871 54 142 0 2895 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 59732

[startup+12.7617 s]
/proc/loadavg: 1.09 1.25 1.46 3/82 30232
/proc/meminfo: memFree=1760128/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=18376 CPUtime=9.36
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 4453 0 0 0 933 3 0 0 25 0 1 0 172959623 18817024 4435 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 4594 4435 54 142 0 4450 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 65952

[startup+25.5798 s]
/proc/loadavg: 1.43 1.32 1.48 3/82 30232
/proc/meminfo: memFree=1753024/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=25720 CPUtime=22.13
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 6280 0 0 0 2207 6 0 0 25 0 1 0 172959623 26337280 6262 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134716102 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 6430 6262 54 142 0 6286 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 73296

[startup+51.2251 s]
/proc/loadavg: 1.63 1.37 1.49 3/82 30232
/proc/meminfo: memFree=1741888/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=36676 CPUtime=47.64
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 9021 0 0 0 4755 9 0 0 25 0 1 0 172959623 37556224 9003 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 9169 9003 54 142 0 9025 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 84252

[startup+102.513 s]
/proc/loadavg: 1.84 1.46 1.52 3/82 30232
/proc/meminfo: memFree=1730496/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=48264 CPUtime=98.69
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 11851 0 0 0 9857 12 0 0 25 0 1 0 172959623 49422336 11833 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529458 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 12066 11833 54 142 0 11922 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 95840

[startup+162.525 s]
/proc/loadavg: 1.94 1.56 1.55 3/82 30232
/proc/meminfo: memFree=1720192/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=58560 CPUtime=158.42
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 14380 0 0 0 15828 14 0 0 25 0 1 0 172959623 59965440 14362 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 14640 14362 54 142 0 14496 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 106136

[startup+222.537 s]
/proc/loadavg: 1.98 1.64 1.57 3/82 30232
/proc/meminfo: memFree=1713536/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=65240 CPUtime=218.14
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 16045 0 0 0 21798 16 0 0 25 0 1 0 172959623 66805760 16027 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 16310 16027 54 142 0 16166 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 112816

[startup+282.547 s]
/proc/loadavg: 1.99 1.70 1.59 3/82 30232
/proc/meminfo: memFree=1712256/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=66664 CPUtime=277.87
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 16365 0 0 0 27771 16 0 0 25 0 1 0 172959623 68263936 16347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 16666 16347 54 142 0 16522 0
Current children cumulated CPU time (s) 281.13
Current children cumulated vsize (KiB) 114240

[startup+342.558 s]
/proc/loadavg: 1.99 1.75 1.62 3/82 30232
/proc/meminfo: memFree=1712128/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=66832 CPUtime=337.59
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 16403 0 0 0 33743 16 0 0 25 0 1 0 172959623 68435968 16385 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 16708 16385 54 142 0 16564 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 114408

[startup+402.568 s]
/proc/loadavg: 2.07 1.81 1.64 3/82 30232
/proc/meminfo: memFree=1711616/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0

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

/proc/loadavg: 2.03 1.99 1.82 3/82 30232
/proc/meminfo: memFree=1684288/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=95680 CPUtime=1114.06
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 23352 0 0 0 111383 23 0 0 25 0 1 0 172959623 97976320 23334 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 23920 23334 54 142 0 23776 0
Current children cumulated CPU time (s) 1117.32
Current children cumulated vsize (KiB) 143256

[startup+1182.75 s]
/proc/loadavg: 2.01 1.99 1.83 3/82 30232
/proc/meminfo: memFree=1681920/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=98012 CPUtime=1173.78
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 23884 0 0 0 117355 23 0 0 25 0 1 0 172959623 100364288 23866 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 24503 23866 54 142 0 24359 0
Current children cumulated CPU time (s) 1177.04
Current children cumulated vsize (KiB) 145588

[startup+1242.76 s]
/proc/loadavg: 2.00 1.99 1.83 3/82 30232
/proc/meminfo: memFree=1673856/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=106012 CPUtime=1233.51
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 25896 0 0 0 123325 26 0 0 25 0 1 0 172959623 108556288 25878 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26503 25878 54 142 0 26359 0
Current children cumulated CPU time (s) 1236.77
Current children cumulated vsize (KiB) 153588

[startup+1302.8 s]
/proc/loadavg: 2.04 2.00 1.85 3/88 30370
/proc/meminfo: memFree=1672448/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=106188 CPUtime=1293.1
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 25923 0 0 0 129284 26 0 0 25 0 1 0 172959623 108736512 25905 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26547 25905 54 142 0 26403 0
Current children cumulated CPU time (s) 1296.36
Current children cumulated vsize (KiB) 153764

[startup+1362.83 s]
/proc/loadavg: 2.01 2.00 1.85 3/82 30430
/proc/meminfo: memFree=1673136/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=106472 CPUtime=1352.78
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 25986 0 0 0 135252 26 0 0 25 0 1 0 172959623 109027328 25968 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26618 25968 54 142 0 26474 0
Current children cumulated CPU time (s) 1356.04
Current children cumulated vsize (KiB) 154048

[startup+1422.84 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 30430
/proc/meminfo: memFree=1673024/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=106648 CPUtime=1412.5
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26023 0 0 0 141224 26 0 0 25 0 1 0 172959623 109207552 26005 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26662 26005 54 142 0 26518 0
Current children cumulated CPU time (s) 1415.76
Current children cumulated vsize (KiB) 154224

[startup+1482.85 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 30430
/proc/meminfo: memFree=1672896/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=106648 CPUtime=1472.24
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26050 0 0 0 147197 27 0 0 25 0 1 0 172959623 109207552 26032 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26662 26032 54 142 0 26518 0
Current children cumulated CPU time (s) 1475.5
Current children cumulated vsize (KiB) 154224

[startup+1542.86 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 30430
/proc/meminfo: memFree=1672640/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=107076 CPUtime=1531.96
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26123 0 0 0 153169 27 0 0 25 0 1 0 172959623 109645824 26105 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26769 26105 54 142 0 26625 0
Current children cumulated CPU time (s) 1535.22
Current children cumulated vsize (KiB) 154652

[startup+1602.87 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 30430
/proc/meminfo: memFree=1672512/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=107076 CPUtime=1591.69
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26135 0 0 0 159142 27 0 0 25 0 1 0 172959623 109645824 26117 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26769 26117 54 142 0 26625 0
Current children cumulated CPU time (s) 1594.95
Current children cumulated vsize (KiB) 154652

[startup+1662.88 s]
/proc/loadavg: 2.00 2.00 1.88 3/82 30430
/proc/meminfo: memFree=1672128/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=107564 CPUtime=1651.41
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26231 0 0 0 165114 27 0 0 25 0 1 0 172959623 110145536 26213 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 26891 26213 54 142 0 26747 0
Current children cumulated CPU time (s) 1654.67
Current children cumulated vsize (KiB) 155140

[startup+1722.89 s]
/proc/loadavg: 2.07 2.02 1.89 3/82 30430
/proc/meminfo: memFree=1669120/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=110480 CPUtime=1711.13
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26974 0 0 0 171085 28 0 0 25 0 1 0 172959623 113131520 26956 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 27620 26956 54 142 0 27476 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 158056

[startup+1782.9 s]
/proc/loadavg: 2.02 2.01 1.90 3/82 30430
/proc/meminfo: memFree=1669056/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=110480 CPUtime=1770.85
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26974 0 0 0 177057 28 0 0 25 0 1 0 172959623 113131520 26956 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 27620 26956 54 142 0 27476 0
Current children cumulated CPU time (s) 1774.11
Current children cumulated vsize (KiB) 158056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.95 s]
/proc/loadavg: 2.01 2.01 1.90 2/69 30444
/proc/meminfo: memFree=1681312/2055920 swapFree=4192812/4192956
[pid=30201] ppid=30196 vsize=47576 CPUtime=3.26
/proc/30201/stat : 30201 (galac.sh) S 30196 30201 30077 0 -1 4194304 799 23365 0 1 0 0 311 15 17 0 1 0 172959290 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30201/statm: 11894 363 245 79 0 218 0
[pid=30232] ppid=30201 vsize=110480 CPUtime=1796.78
/proc/30232/stat : 30232 (minisat) R 30201 30201 30077 0 -1 4194304 26976 0 0 0 179649 29 0 0 25 0 1 0 172959623 113131520 26958 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527268 0 0 4096 3 0 0 0 17 1 0 0
/proc/30232/statm: 27620 26958 54 142 0 27476 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 158056

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30201 and gives childrusage.ru_utime.tv_sec=3 childrusage.ru_utime.tv_usec=118525 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=162975
CPU time returned by wait4() is 3.2815
while last known CPU time is 1800.04

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1808.97
CPU time (s): 1800.04
CPU user time (s): 1799.6
CPU system time (s): 0.44
CPU usage (%): 99.5065
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.11852
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24164
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1231
involuntary context switches= 1166

runsolver used 1.62775 s user time and 4.88326 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan  8 08:40:02 UTC 2007


IDJOB= 217300
IDBENCH= 5128
FILE ID= node43/217300-1168245602

PBS_JOBID= 3481853

Free space on /tmp= 66497 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb50-23/frb50-23-1-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/217300-1168245602/galac.sh /tmp/evaluation/217300-1168245602/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-217300-1168245602 -o ROOT/results/node43/solver-217300-1168245602 -C 1800 -M 900  /tmp/evaluation/217300-1168245602/galac.sh /tmp/evaluation/217300-1168245602/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d4620c593bffc95d2822e817d09ebd03

RANDOM SEED= 989933097

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.278
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.278
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:       1791888 kB
Buffers:         40976 kB
Cached:         152076 kB
SwapCached:          0 kB
Active:         116496 kB
Inactive:        96552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4028 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            36660 kB
Committed_AS:  3648932 kB
PageTables:       1592 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= 66497 MiB



End job on node43 on Mon Jan  8 09:10:12 UTC 2007