Trace number 1036214

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 MSAT 2.52761 2.61714

General information on the benchmark

Namecsp/QWH-15/
normalized-qwh-15-106-8_ext.xml
MD5SUMc43746b2bd14899c7ef8c1c728b16120
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 benchmark0.106983
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2324
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2324
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.00/0.87	c start processing
0.00/0.87	c start relation processing
0.00/0.87	c start cnf exporting
1.44/1.60	c parsing time : 0.75
1.44/1.60	c preprocessing time : 1.477
1.54/1.60	
1.54/1.60	c Nary constraints - conflicts : 0 supports : 0
1.54/1.60	c Binary constraints - conflicts : 2324 supports :0
1.54/1.60	c max arity constraint : 2
1.54/1.60	c Max Tuples generated 0
1.54/1.60	c relations : 16
1.54/1.60	c relations BDD: 0
1.54/1.60	c sampling 0/0
1.54/1.60	c vars : 1710 - clauses :  22695
1.54/1.60	
1.54/1.66	 
1.54/1.66	c --- SAT Solver Stats ---
1.54/1.66	 
1.54/1.69	c restarts              : 3
1.54/1.69	c conflicts             : 336            (16803 /sec)
1.54/1.69	c decisions             : 495            (1.62 % random) (24755 /sec)
1.54/1.69	c propagations          : 26586          (1329566 /sec)
1.54/1.69	c conflict literals     : 3392           (11.37 % deleted)
1.54/1.69	c Memory used           : 2.43 MB
1.54/1.69	c CPU time              : 0.019996 s
1.54/1.69	
1.54/1.69	s SATISFIABLE
2.48/2.61	v 8 9 4 7 3 6 10 13 2 1 5 14 11 0 12 5 2 7 11 9 0 1 12 13 10 6 3 14 4 8 10 8 1 3 0 13 5 2 4 12 11 6 9 7 14 2 7 6 14 5 12 9 1 0 3 13 10 8 11 4 4 12 3 13 11 8 0 6 9 5 14 7 1 2 10 12 0 10 8 4 2 14 7 1 6 3 5 13 9 11 14 3 8 9 2 7 12 5 10 13 1 11 4 6 0 7 6 14 0 12 5 11 10 3 8 9 4 2 1 13 11 1 9 6 13 10 2 14 12 4 8 0 7 5 3 6 13 0 5 1 4 3 11 14 7 12 2 10 8 9 1 11 5 2 10 9 13 3 6 14 4 8 0 12 7 3 4 13 12 14 11 8 9 7 0 2 1 6 10 5 0 14 2 1 8 3 7 4 11 9 10 12 5 13 6 9 10 12 4 7 1 6 8 5 11 0 13 3 14 2 13 5 11 10 6 14 4 0 8 2 7 9 12 3 1

Verifier Data (download as text)

OK

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-1036214-1214956915/watcher-1036214-1214956915 -o /tmp/evaluation-result-1036214-1214956915/solver-1036214-1214956915 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1036214-1214956915.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: 2.01 2.00 1.98 4/75 22946
/proc/meminfo: memFree=1717656/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=18572 CPUtime=0
/proc/22946/stat : 22946 (runsolver) R 22944 22946 21834 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1974666959 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22946/statm: 4643 292 257 25 0 2626 0

[startup+0.074577 s]
/proc/loadavg: 2.01 2.00 1.98 4/75 22946
/proc/meminfo: memFree=1717656/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=0
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 1974666959 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22946/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.108393 s]
/proc/loadavg: 2.01 2.00 1.98 4/75 22946
/proc/meminfo: memFree=1717656/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=0
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 1974666959 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22946/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.301409 s]
/proc/loadavg: 2.01 2.00 1.98 4/75 22946
/proc/meminfo: memFree=1717656/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=0
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 1974666959 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22946/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.701439 s]
/proc/loadavg: 2.01 2.00 1.98 4/75 22946
/proc/meminfo: memFree=1717656/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=0
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 1974666959 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22946/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.5015 s]
/proc/loadavg: 2.01 2.00 1.98 4/85 22968
/proc/meminfo: memFree=1686728/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=0
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 765 1698 0 0 0 0 0 0 18 0 1 0 1974666959 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22946/statm: 11891 364 245 79 0 219 0
[pid=22960] ppid=22946 vsize=812760 CPUtime=1.44
/proc/22960/stat : 22960 (java) S 22946 22946 21834 0 -1 0 19522 0 1 0 132 12 0 0 18 0 9 0 1974666963 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22960/statm: 203190 18944 1907 9 0 197171 0
[pid=22960/tid=22961] ppid=22946 vsize=812760 CPUtime=1.08
/proc/22960/task/22961/stat : 22961 (java) R 22946 22946 21834 0 -1 64 14503 0 1 0 99 9 0 0 25 0 9 0 1974666964 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 103205681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22962] ppid=22946 vsize=812760 CPUtime=0.02
/proc/22960/task/22962/stat : 22962 (java) S 22946 22946 21834 0 -1 64 3394 0 0 0 1 1 0 0 16 0 9 0 1974666965 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22963] ppid=22946 vsize=812760 CPUtime=0
/proc/22960/task/22963/stat : 22963 (java) S 22946 22946 21834 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1974666965 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22964] ppid=22946 vsize=812760 CPUtime=0
/proc/22960/task/22964/stat : 22964 (java) S 22946 22946 21834 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1974666965 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22965] ppid=22946 vsize=812760 CPUtime=0
/proc/22960/task/22965/stat : 22965 (java) S 22946 22946 21834 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974666967 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22966] ppid=22946 vsize=812760 CPUtime=0.31
/proc/22960/task/22966/stat : 22966 (java) S 22946 22946 21834 0 -1 64 923 0 0 0 31 0 0 0 15 0 9 0 1974666967 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22967] ppid=22946 vsize=812760 CPUtime=0
/proc/22960/task/22967/stat : 22967 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974666967 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22960/tid=22968] ppid=22946 vsize=812760 CPUtime=0
/proc/22960/task/22968/stat : 22968 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974666967 832266240 18944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860324

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

[startup+2.30257 s]
/proc/loadavg: 2.01 2.00 1.98 3/85 22978
/proc/meminfo: memFree=1705168/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=1.59
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 836 21596 0 1 0 0 145 14 17 0 1 0 1974666959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22946/statm: 11891 365 245 79 0 219 0
[pid=22970] ppid=22946 vsize=812828 CPUtime=0.59
/proc/22970/stat : 22970 (java) S 22946 22946 21834 0 -1 0 5509 0 1 0 56 3 0 0 18 0 9 0 1974667128 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22970/statm: 203207 4931 1855 9 0 197188 0
[pid=22970/tid=22971] ppid=22946 vsize=812828 CPUtime=0.4
/proc/22970/task/22971/stat : 22971 (java) R 22946 22946 21834 0 -1 64 4023 0 1 0 38 2 0 0 21 0 9 0 1974667129 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4125977652 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22972] ppid=22946 vsize=812828 CPUtime=0
/proc/22970/task/22972/stat : 22972 (java) S 22946 22946 21834 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1974667130 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22973] ppid=22946 vsize=812828 CPUtime=0
/proc/22970/task/22973/stat : 22973 (java) S 22946 22946 21834 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974667131 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22974] ppid=22946 vsize=812828 CPUtime=0
/proc/22970/task/22974/stat : 22974 (java) S 22946 22946 21834 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1974667131 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22975] ppid=22946 vsize=812828 CPUtime=0
/proc/22970/task/22975/stat : 22975 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974667133 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22976] ppid=22946 vsize=812828 CPUtime=0.16
/proc/22970/task/22976/stat : 22976 (java) S 22946 22946 21834 0 -1 64 773 0 0 0 16 0 0 0 16 0 9 0 1974667133 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22977] ppid=22946 vsize=812828 CPUtime=0
/proc/22970/task/22977/stat : 22977 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974667133 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22978] ppid=22946 vsize=812828 CPUtime=0
/proc/22970/task/22978/stat : 22978 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974667133 832335872 4931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 860392

[startup+2.50258 s]
/proc/loadavg: 2.01 2.00 1.98 3/85 22978
/proc/meminfo: memFree=1705168/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47564 CPUtime=1.59
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 836 21596 0 1 0 0 145 14 17 0 1 0 1974666959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22946/statm: 11891 365 245 79 0 219 0
[pid=22970] ppid=22946 vsize=813852 CPUtime=0.79
/proc/22970/stat : 22970 (java) S 22946 22946 21834 0 -1 0 6098 0 1 0 75 4 0 0 18 0 9 0 1974667128 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22970/statm: 203463 5520 1857 9 0 197444 0
[pid=22970/tid=22971] ppid=22946 vsize=813852 CPUtime=0.52
/proc/22970/task/22971/stat : 22971 (java) R 22946 22946 21834 0 -1 64 4541 0 1 0 50 2 0 0 22 0 9 0 1974667129 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4126627976 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22972] ppid=22946 vsize=813852 CPUtime=0
/proc/22970/task/22972/stat : 22972 (java) S 22946 22946 21834 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1974667130 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22973] ppid=22946 vsize=813852 CPUtime=0
/proc/22970/task/22973/stat : 22973 (java) S 22946 22946 21834 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974667131 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22974] ppid=22946 vsize=813852 CPUtime=0
/proc/22970/task/22974/stat : 22974 (java) S 22946 22946 21834 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1974667131 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22975] ppid=22946 vsize=813852 CPUtime=0
/proc/22970/task/22975/stat : 22975 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974667133 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22976] ppid=22946 vsize=813852 CPUtime=0.24
/proc/22970/task/22976/stat : 22976 (java) S 22946 22946 21834 0 -1 64 844 0 0 0 24 0 0 0 16 0 9 0 1974667133 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22977] ppid=22946 vsize=813852 CPUtime=0
/proc/22970/task/22977/stat : 22977 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974667133 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22978] ppid=22946 vsize=813852 CPUtime=0
/proc/22970/task/22978/stat : 22978 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974667133 833384448 5520 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 861416

[startup+2.60259 s]
/proc/loadavg: 2.01 2.00 1.98 3/85 22978
/proc/meminfo: memFree=1705168/2055920 swapFree=4180472/4192956
[pid=22946] ppid=22944 vsize=47568 CPUtime=1.6
/proc/22946/stat : 22946 (galacM.sh) S 22944 22946 21834 0 -1 4194304 845 21596 0 1 0 1 145 14 16 0 1 0 1974666959 48709632 367 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22946/statm: 11892 367 245 79 0 220 0
[pid=22970] ppid=22946 vsize=813964 CPUtime=0.88
/proc/22970/stat : 22970 (java) S 22946 22946 21834 0 -1 0 6801 0 1 0 84 4 0 0 18 0 9 0 1974667128 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22970/statm: 203491 6183 1913 9 0 197444 0
[pid=22970/tid=22971] ppid=22946 vsize=813964 CPUtime=0.6
/proc/22970/task/22971/stat : 22971 (java) R 22946 22946 21834 0 -1 64 5227 0 1 0 57 3 0 0 18 0 9 0 1974667129 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22972] ppid=22946 vsize=813964 CPUtime=0
/proc/22970/task/22972/stat : 22972 (java) S 22946 22946 21834 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1974667130 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22973] ppid=22946 vsize=813964 CPUtime=0
/proc/22970/task/22973/stat : 22973 (java) S 22946 22946 21834 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974667131 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22974] ppid=22946 vsize=813964 CPUtime=0
/proc/22970/task/22974/stat : 22974 (java) S 22946 22946 21834 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1974667131 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22975] ppid=22946 vsize=813964 CPUtime=0
/proc/22970/task/22975/stat : 22975 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974667133 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22976] ppid=22946 vsize=813964 CPUtime=0.26
/proc/22970/task/22976/stat : 22976 (java) S 22946 22946 21834 0 -1 64 861 0 0 0 26 0 0 0 16 0 9 0 1974667133 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22977] ppid=22946 vsize=813964 CPUtime=0
/proc/22970/task/22977/stat : 22977 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974667133 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22970/tid=22978] ppid=22946 vsize=813964 CPUtime=0
/proc/22970/task/22978/stat : 22978 (java) S 22946 22946 21834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974667133 833499136 6183 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 861532

Child status: 0
Real time (s): 2.61714
CPU time (s): 2.52761
CPU user time (s): 2.31465
CPU system time (s): 0.212967
CPU usage (%): 96.5794
Max. virtual memory (cumulated for all children) (KiB): 861532

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

runsolver used 0.004999 second user time and 0.015997 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-02 02:01:55
IDJOB=1036214
IDBENCH=53440
IDSOLVER=350
FILE ID=node3/1036214-1214956915
PBS_JOBID= 7870327
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/QWH-15/normalized-qwh-15-106-8_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036214-1214956915/watcher-1036214-1214956915 -o /tmp/evaluation-result-1036214-1214956915/solver-1036214-1214956915 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1036214-1214956915.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c43746b2bd14899c7ef8c1c728b16120
RANDOM SEED=62611048

node3.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.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:       1718136 kB
Buffers:         43072 kB
Cached:         211260 kB
SwapCached:       6516 kB
Active:          84544 kB
Inactive:       190700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718136 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          27564 kB
Slab:            47936 kB
Committed_AS:  3336604 kB
PageTables:       1796 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= 66548 MiB
End job on node3 at 2008-07-02 02:01:58