Trace number 1068207

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 MUNSAT 55.0016 55.5767

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-19_ext.xml
MD5SUMef2099be043c5df0fa11e36db9245d5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.471927
Satisfiable
(Un)Satisfiability was proved
Number of variables304
Number of constraints35
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension35
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.64	c start processing
0.01/0.64	c start relation processing
0.01/0.81	c start cnf exporting
34.13/34.52	c parsing time : 0.516
34.13/34.52	c preprocessing time : 34.404
34.13/34.52	
34.13/34.53	c Nary constraints - conflicts : 0 supports : 35
34.13/34.53	c Binary constraints - conflicts : 0 supports :0
34.13/34.53	c max arity constraint : 19
34.13/34.53	c Max Tuples generated 0
34.13/34.53	c relations : 2
34.13/34.53	c relations BDD: 2
34.13/34.53	c sampling 0/0
34.13/34.53	c vars : 335604 - clauses :  1123803
34.13/34.53	
34.13/34.58	 
34.13/34.58	c --- SAT Solver Stats ---
34.13/34.58	 
54.90/55.54	c restarts              : 8
54.90/55.54	c conflicts             : 4703           (228 /sec)
54.90/55.54	c decisions             : 21863          (1.93 % random) (1058 /sec)
54.90/55.54	c propagations          : 42681967       (2065737 /sec)
54.90/55.54	c conflict literals     : 62931          (23.10 % deleted)
54.90/55.54	c Memory used           : 70.34 MB
54.90/55.54	c CPU time              : 20.6619 s
54.90/55.54	
54.90/55.54	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068207-1215152818/watcher-1068207-1215152818 -o /tmp/evaluation-result-1068207-1215152818/solver-1068207-1215152818 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068207-1215152818.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 22493
/proc/meminfo: memFree=1833312/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=8560 CPUtime=0
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 308 0 0 0 0 0 0 0 22 0 1 0 638204938 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 271894431631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22493/statm: 2140 254 197 79 0 133 0

[startup+0.104328 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 22493
/proc/meminfo: memFree=1833312/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.202339 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 22493
/proc/meminfo: memFree=1833312/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302348 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 22493
/proc/meminfo: memFree=1833312/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702387 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 22493
/proc/meminfo: memFree=1833312/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50147 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 22515
/proc/meminfo: memFree=1780744/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22507] ppid=22493 vsize=812744 CPUtime=1.44
/proc/22507/stat : 22507 (java) S 22493 22493 17098 0 -1 0 21269 0 1 0 132 12 0 0 19 0 9 0 638204942 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22507/statm: 203186 20692 1910 9 0 197167 0
[pid=22507/tid=22508] ppid=22493 vsize=812744 CPUtime=1.08
/proc/22507/task/22508/stat : 22508 (java) R 22493 22493 17098 0 -1 64 14521 0 1 0 100 8 0 0 25 0 9 0 638204943 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 102063954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22509] ppid=22493 vsize=812744 CPUtime=0.08
/proc/22507/task/22509/stat : 22509 (java) S 22493 22493 17098 0 -1 64 5206 0 0 0 7 1 0 0 16 0 9 0 638204944 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22510] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22510/stat : 22510 (java) S 22493 22493 17098 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22511] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22511/stat : 22511 (java) S 22493 22493 17098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22512] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22512/stat : 22512 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638204947 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22513] ppid=22493 vsize=812744 CPUtime=0.24
/proc/22507/task/22513/stat : 22513 (java) S 22493 22493 17098 0 -1 64 842 0 0 0 24 0 0 0 15 0 9 0 638204947 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22514] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22514/stat : 22514 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638204947 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22515] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22515/stat : 22515 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638204947 832249856 20692 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10162 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 22515
/proc/meminfo: memFree=1750408/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22507] ppid=22493 vsize=812744 CPUtime=3.03
/proc/22507/stat : 22507 (java) S 22493 22493 17098 0 -1 0 22659 0 1 0 290 13 0 0 19 0 9 0 638204942 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22507/statm: 203186 22078 1910 9 0 197167 0
[pid=22507/tid=22508] ppid=22493 vsize=812744 CPUtime=2.65
/proc/22507/task/22508/stat : 22508 (java) R 22493 22493 17098 0 -1 64 14526 0 1 0 255 10 0 0 25 0 9 0 638204943 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 102064717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22509] ppid=22493 vsize=812744 CPUtime=0.11
/proc/22507/task/22509/stat : 22509 (java) S 22493 22493 17098 0 -1 64 6586 0 0 0 9 2 0 0 16 0 9 0 638204944 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22510] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22510/stat : 22510 (java) S 22493 22493 17098 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22511] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22511/stat : 22511 (java) S 22493 22493 17098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22512] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22512/stat : 22512 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638204947 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22513] ppid=22493 vsize=812744 CPUtime=0.25
/proc/22507/task/22513/stat : 22513 (java) S 22493 22493 17098 0 -1 64 847 0 0 0 25 0 0 0 15 0 9 0 638204947 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22514] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22514/stat : 22514 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638204947 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22515] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22515/stat : 22515 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638204947 832249856 22078 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860316

[startup+6.30294 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 22515
/proc/meminfo: memFree=1748168/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22507] ppid=22493 vsize=812744 CPUtime=6.2
/proc/22507/stat : 22507 (java) S 22493 22493 17098 0 -1 0 22670 0 1 0 606 14 0 0 19 0 9 0 638204942 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22507/statm: 203186 22082 1910 9 0 197167 0
[pid=22507/tid=22508] ppid=22493 vsize=812744 CPUtime=5.8
/proc/22507/task/22508/stat : 22508 (java) R 22493 22493 17098 0 -1 64 14533 0 1 0 570 10 0 0 25 0 9 0 638204943 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 103827288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22509] ppid=22493 vsize=812744 CPUtime=0.11
/proc/22507/task/22509/stat : 22509 (java) S 22493 22493 17098 0 -1 64 6587 0 0 0 9 2 0 0 16 0 9 0 638204944 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22510] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22510/stat : 22510 (java) S 22493 22493 17098 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22511] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22511/stat : 22511 (java) S 22493 22493 17098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22512] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22512/stat : 22512 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22513] ppid=22493 vsize=812744 CPUtime=0.25
/proc/22507/task/22513/stat : 22513 (java) S 22493 22493 17098 0 -1 64 850 0 0 0 25 0 0 0 15 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22514] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22514/stat : 22514 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22515] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22515/stat : 22515 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860316

[startup+12.7016 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 22515
/proc/meminfo: memFree=1744200/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22507] ppid=22493 vsize=812744 CPUtime=12.53
/proc/22507/stat : 22507 (java) S 22493 22493 17098 0 -1 0 22682 0 1 0 1237 16 0 0 19 0 9 0 638204942 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22507/statm: 203186 22082 1910 9 0 197167 0
[pid=22507/tid=22508] ppid=22493 vsize=812744 CPUtime=12.13
/proc/22507/task/22508/stat : 22508 (java) R 22493 22493 17098 0 -1 64 14545 0 1 0 1201 12 0 0 25 0 9 0 638204943 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4126653604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22509] ppid=22493 vsize=812744 CPUtime=0.12
/proc/22507/task/22509/stat : 22509 (java) S 22493 22493 17098 0 -1 64 6587 0 0 0 10 2 0 0 16 0 9 0 638204944 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22510] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22510/stat : 22510 (java) S 22493 22493 17098 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22511] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22511/stat : 22511 (java) S 22493 22493 17098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22512] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22512/stat : 22512 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22513] ppid=22493 vsize=812744 CPUtime=0.25
/proc/22507/task/22513/stat : 22513 (java) S 22493 22493 17098 0 -1 64 850 0 0 0 25 0 0 0 15 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22514] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22514/stat : 22514 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22515] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22515/stat : 22515 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638204947 832249856 22082 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860316

[startup+25.5028 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 22515
/proc/meminfo: memFree=1735944/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=0.01
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22507] ppid=22493 vsize=812744 CPUtime=25.2
/proc/22507/stat : 22507 (java) S 22493 22493 17098 0 -1 0 22706 0 1 0 2499 21 0 0 19 0 9 0 638204942 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22507/statm: 203186 22083 1910 9 0 197167 0
[pid=22507/tid=22508] ppid=22493 vsize=812744 CPUtime=24.8
/proc/22507/task/22508/stat : 22508 (java) R 22493 22493 17098 0 -1 64 14568 0 1 0 2462 18 0 0 25 0 9 0 638204943 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4126983758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22509] ppid=22493 vsize=812744 CPUtime=0.13
/proc/22507/task/22509/stat : 22509 (java) S 22493 22493 17098 0 -1 64 6587 0 0 0 11 2 0 0 16 0 9 0 638204944 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22510] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22510/stat : 22510 (java) S 22493 22493 17098 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22511] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22511/stat : 22511 (java) S 22493 22493 17098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 638204945 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22512] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22512/stat : 22512 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638204947 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22513] ppid=22493 vsize=812744 CPUtime=0.25
/proc/22507/task/22513/stat : 22513 (java) S 22493 22493 17098 0 -1 64 851 0 0 0 25 0 0 0 16 0 9 0 638204947 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22514] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22514/stat : 22514 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638204947 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22507/tid=22515] ppid=22493 vsize=812744 CPUtime=0
/proc/22507/task/22515/stat : 22515 (java) S 22493 22493 17098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 638204947 832249856 22083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860316

[startup+51.1023 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745736/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=16.35
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16448 0 0 0 1625 10 0 0 25 0 1 0 638208397 73752576 16429 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16429 56 152 0 17851 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 119596

Solver just ended. Dumping a history of the last processes samples

[startup+51.2024 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745736/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=16.45
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16448 0 0 0 1635 10 0 0 25 0 1 0 638208397 73752576 16429 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16429 56 152 0 17851 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 119596

[startup+52.8015 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745736/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=18.04
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16454 0 0 0 1794 10 0 0 25 0 1 0 638208397 73752576 16435 996147200 134512640 135136200 4294955968 18446744073709551615 134529721 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16435 56 152 0 17851 0
Current children cumulated CPU time (s) 52.23
Current children cumulated vsize (KiB) 119596

[startup+54.4017 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745672/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=19.62
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16459 0 0 0 1952 10 0 0 25 0 1 0 638208397 73752576 16440 996147200 134512640 135136200 4294955968 18446744073709551615 134529862 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16440 56 152 0 17851 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 119596

[startup+55.2018 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745736/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=20.41
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16460 0 0 0 2031 10 0 0 25 0 1 0 638208397 73752576 16441 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16441 56 152 0 17851 0
Current children cumulated CPU time (s) 54.6
Current children cumulated vsize (KiB) 119596

[startup+55.4018 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745736/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=20.61
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16460 0 0 0 2051 10 0 0 25 0 1 0 638208397 73752576 16441 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16441 56 152 0 17851 0
Current children cumulated CPU time (s) 54.8
Current children cumulated vsize (KiB) 119596

[startup+55.5018 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 22516
/proc/meminfo: memFree=1745736/2055920 swapFree=4157748/4192956
[pid=22493] ppid=22491 vsize=47572 CPUtime=34.19
/proc/22493/stat : 22493 (galacM.sh) S 22491 22493 17098 0 -1 4194304 799 24432 0 1 0 1 3391 27 17 0 1 0 638204938 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22493/statm: 11893 364 245 79 0 219 0
[pid=22516] ppid=22493 vsize=72024 CPUtime=20.71
/proc/22516/stat : 22516 (minisat) R 22493 22493 17098 0 -1 4194304 16460 0 0 0 2061 10 0 0 25 0 1 0 638208397 73752576 16441 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22516/statm: 18006 16441 56 152 0 17851 0
Current children cumulated CPU time (s) 54.9
Current children cumulated vsize (KiB) 119596

Child status: 0
Real time (s): 55.5767
CPU time (s): 55.0016
CPU user time (s): 54.5847
CPU system time (s): 0.416936
CPU usage (%): 98.9653
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.5847
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41909
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= 2247
involuntary context switches= 4501

runsolver used 0.083987 second user time and 0.174973 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 08:26:58
IDJOB=1068207
IDBENCH=55504
IDSOLVER=350
FILE ID=node60/1068207-1215152818
PBS_JOBID= 7877289
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-19_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068207-1215152818/watcher-1068207-1215152818 -o /tmp/evaluation-result-1068207-1215152818/solver-1068207-1215152818 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1068207-1215152818.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef2099be043c5df0fa11e36db9245d5b
RANDOM SEED=1240050225

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.216
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.216
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:       1833792 kB
Buffers:          6384 kB
Cached:          90300 kB
SwapCached:      29048 kB
Active:         152748 kB
Inactive:        18240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833792 kB
SwapTotal:     4192956 kB
SwapFree:      4157748 kB
Dirty:            3380 kB
Writeback:           0 kB
Mapped:          88028 kB
Slab:            36260 kB
Committed_AS:  1799960 kB
PageTables:       2060 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= 66552 MiB
End job on node60 at 2008-07-04 08:27:54