Trace number 1073596

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 11.1333 11.1912

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-4_ext.xml
MD5SUMb838d7c2de4493d64b15c77e476f3a57
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.563913
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints147
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension147
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 ---
2.46/2.60	c start processing
2.58/2.60	c start relation processing
5.76/5.80	c start cnf exporting
8.36/8.46	c parsing time : 2.475
8.36/8.46	c preprocessing time : 8.341
8.36/8.46	
8.36/8.46	c Nary constraints - conflicts : 9 supports : 96
8.36/8.46	c Binary constraints - conflicts : 22 supports :20
8.36/8.46	c max arity constraint : 10
8.36/8.46	c Max Tuples generated 0
8.36/8.46	c relations : 130
8.36/8.46	c relations BDD: 96
8.36/8.46	c sampling 0/0
8.36/8.46	c vars : 18051 - clauses :  68027
8.36/8.46	
8.42/8.53	 
8.42/8.53	c --- SAT Solver Stats ---
8.42/8.53	 
8.45/8.65	c restarts              : 2
8.45/8.65	c conflicts             : 250            (2294 /sec)
8.45/8.65	c decisions             : 815            (1.35 % random) (7478 /sec)
8.45/8.65	c propagations          : 268491         (2463604 /sec)
8.45/8.65	c conflict literals     : 3079           (12.68 % deleted)
8.45/8.65	c Memory used           : 5.66 MB
8.45/8.65	c CPU time              : 0.108983 s
8.45/8.65	
8.45/8.66	s SATISFIABLE
11.02/11.18	v 3 1 21 5 0 1 0 3 1 1 1 0 0 2 1 0 0 1 1 0 1 1 0 1 14 2 5 0 0 1 1 0 27 20 0 0 0 1 1 2 0 0 0 1 2 0 38 0 0 3 1 1 2 1 1 5 1 1 1 0 0 0 2 0 0 2 2 0 1 2 0 8 2 2 6 0 1 0 1 1 6 1 1 0 0 1 1 0 0 1 0 1 0 0 0 3 3 4 0 0 4 9 9 1 9 7 8 8 7 0 5

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-1073596-1215177395/watcher-1073596-1215177395 -o /tmp/evaluation-result-1073596-1215177395/solver-1073596-1215177395 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1073596-1215177395.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.02 2.00 1.62 4/69 29812
/proc/meminfo: memFree=1395232/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=5244 CPUtime=0
/proc/29812/stat : 29812 (galacM.sh) R 29810 29812 29155 0 -1 4194304 161 0 0 0 0 0 0 0 20 0 1 0 129409625 5369856 127 996147200 4194304 4520092 548682068832 18446744073709551615 233588883246 0 0 4096 0 0 0 0 17 1 0 0
/proc/29812/statm: 1311 127 92 79 0 115 0

[startup+0.0597591 s]
/proc/loadavg: 2.02 2.00 1.62 4/69 29812
/proc/meminfo: memFree=1395232/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102765 s]
/proc/loadavg: 2.02 2.00 1.62 4/69 29812
/proc/meminfo: memFree=1395232/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301785 s]
/proc/loadavg: 2.02 2.00 1.62 4/69 29812
/proc/meminfo: memFree=1395232/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702831 s]
/proc/loadavg: 2.02 2.00 1.62 4/69 29812
/proc/meminfo: memFree=1395232/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50291 s]
/proc/loadavg: 2.02 2.00 1.62 3/79 29834
/proc/meminfo: memFree=1318608/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
[pid=29826] ppid=29812 vsize=812624 CPUtime=1.45
/proc/29826/stat : 29826 (java) S 29812 29812 29155 0 -1 0 25262 0 1 0 132 13 0 0 20 0 9 0 129409629 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29826/statm: 203156 24681 1887 9 0 197138 0
[pid=29826/tid=29827] ppid=29812 vsize=812624 CPUtime=1.19
/proc/29826/task/29827/stat : 29827 (java) R 29812 29812 29155 0 -1 64 14477 0 1 0 112 7 0 0 25 0 9 0 129409630 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4126637941 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29828] ppid=29812 vsize=812624 CPUtime=0.1
/proc/29826/task/29828/stat : 29828 (java) S 29812 29812 29155 0 -1 64 9325 0 0 0 6 4 0 0 16 0 9 0 129409631 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29829] ppid=29812 vsize=812624 CPUtime=0
/proc/29826/task/29829/stat : 29829 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 129409632 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29830] ppid=29812 vsize=812624 CPUtime=0
/proc/29826/task/29830/stat : 29830 (java) S 29812 29812 29155 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 129409632 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29831] ppid=29812 vsize=812624 CPUtime=0
/proc/29826/task/29831/stat : 29831 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 129409634 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29832] ppid=29812 vsize=812624 CPUtime=0.13
/proc/29826/task/29832/stat : 29832 (java) S 29812 29812 29155 0 -1 64 762 0 0 0 13 0 0 0 16 0 9 0 129409634 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29833] ppid=29812 vsize=812624 CPUtime=0
/proc/29826/task/29833/stat : 29833 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 129409634 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29834] ppid=29812 vsize=812624 CPUtime=0
/proc/29826/task/29834/stat : 29834 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129409634 832126976 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860192

[startup+3.10108 s]
/proc/loadavg: 2.02 2.00 1.62 2/77 29848
/proc/meminfo: memFree=1312032/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
[pid=29826] ppid=29812 vsize=812744 CPUtime=3.08
/proc/29826/stat : 29826 (java) S 29812 29812 29155 0 -1 0 27134 0 1 0 294 14 0 0 20 0 9 0 129409629 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29826/statm: 203186 26549 1894 9 0 197168 0
[pid=29826/tid=29827] ppid=29812 vsize=812744 CPUtime=2.68
/proc/29826/task/29827/stat : 29827 (java) R 29812 29812 29155 0 -1 64 14505 0 1 0 261 7 0 0 21 0 9 0 129409630 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4126914052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29828] ppid=29812 vsize=812744 CPUtime=0.15
/proc/29826/task/29828/stat : 29828 (java) S 29812 29812 29155 0 -1 64 11118 0 0 0 11 4 0 0 15 0 9 0 129409631 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29829] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29829/stat : 29829 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 129409632 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29830] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29830/stat : 29830 (java) S 29812 29812 29155 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 129409632 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29831] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29831/stat : 29831 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 129409634 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29832] ppid=29812 vsize=812744 CPUtime=0.21
/proc/29826/task/29832/stat : 29832 (java) S 29812 29812 29155 0 -1 64 813 0 0 0 21 0 0 0 16 0 9 0 129409634 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29833] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29833/stat : 29833 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 129409634 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29834] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29834/stat : 29834 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129409634 832249856 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 860312

[startup+6.3024 s]
/proc/loadavg: 2.02 2.00 1.62 3/79 29861
/proc/meminfo: memFree=1292176/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=0.01
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 129409625 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29812/statm: 11892 363 244 79 0 219 0
[pid=29826] ppid=29812 vsize=812744 CPUtime=6.28
/proc/29826/stat : 29826 (java) S 29812 29812 29155 0 -1 0 27223 0 1 0 613 15 0 0 20 0 9 0 129409629 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29826/statm: 203186 26632 1914 9 0 197168 0
[pid=29826/tid=29827] ppid=29812 vsize=812744 CPUtime=5.82
/proc/29826/task/29827/stat : 29827 (java) R 29812 29812 29155 0 -1 64 14552 0 1 0 574 8 0 0 25 0 9 0 129409630 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4126606773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29828] ppid=29812 vsize=812744 CPUtime=0.15
/proc/29826/task/29828/stat : 29828 (java) S 29812 29812 29155 0 -1 64 11118 0 0 0 11 4 0 0 17 0 9 0 129409631 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29829] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29829/stat : 29829 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 129409632 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29830] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29830/stat : 29830 (java) S 29812 29812 29155 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 129409632 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29831] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29831/stat : 29831 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 129409634 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29832] ppid=29812 vsize=812744 CPUtime=0.27
/proc/29826/task/29832/stat : 29832 (java) S 29812 29812 29155 0 -1 64 855 0 0 0 27 0 0 0 16 0 9 0 129409634 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29826/tid=29833] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29833/stat : 29833 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 129409634 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29826/tid=29834] ppid=29812 vsize=812744 CPUtime=0
/proc/29826/task/29834/stat : 29834 (java) S 29812 29812 29155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129409634 832249856 26632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 860312

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

[startup+9.50272 s]
/proc/loadavg: 2.02 2.00 1.62 2/75 29906
/proc/meminfo: memFree=1394800/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=8.57
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 835 32670 0 1 0 0 836 21 15 0 1 0 129409625 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29812/statm: 11892 364 244 79 0 219 0
[pid=29902] ppid=29812 vsize=812672 CPUtime=0.83
/proc/29902/stat : 29902 (java) S 29812 29812 29155 0 -1 0 16123 0 1 0 73 10 0 0 18 0 9 0 129410492 832176128 15542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29902/statm: 203168 15542 1866 9 0 197150 0
[pid=29902/tid=29903] ppid=29812 vsize=812672 CPUtime=0.68
/proc/29902/task/29903/stat : 29903 (java) R 29812 29812 29155 0 -1 64 14367 0 1 0 60 8 0 0 25 0 9 0 129410493 832176128 15542 996147200 134512640 134550740 4294955616 18446744073709551615 11153021 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29904] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29904/stat : 29904 (java) S 29812 29812 29155 0 -1 64 274 0 0 0 0 0 0 0 16 0 9 0 129410494 832176128 15542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29905] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29905/stat : 29905 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 129410494 832176128 15542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29906] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29906/stat : 29906 (java) S 29812 29812 29155 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 129410494 832176128 15542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 860240

[startup+10.3028 s]
/proc/loadavg: 2.02 2.00 1.62 4/79 29910
/proc/meminfo: memFree=1334928/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=8.57
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 835 32670 0 1 0 0 836 21 15 0 1 0 129409625 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29812/statm: 11892 364 244 79 0 219 0
[pid=29902] ppid=29812 vsize=812672 CPUtime=1.62
/proc/29902/stat : 29902 (java) S 29812 29812 29155 0 -1 0 19133 0 1 0 151 11 0 0 18 0 9 0 129410492 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29902/statm: 203168 18550 1866 9 0 197150 0
[pid=29902/tid=29903] ppid=29812 vsize=812672 CPUtime=1.44
/proc/29902/task/29903/stat : 29903 (java) R 29812 29812 29155 0 -1 64 14371 0 1 0 136 8 0 0 25 0 9 0 129410493 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4126735686 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29904] ppid=29812 vsize=812672 CPUtime=0.03
/proc/29902/task/29904/stat : 29904 (java) S 29812 29812 29155 0 -1 64 3272 0 0 0 2 1 0 0 16 0 9 0 129410494 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29905] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29905/stat : 29905 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 129410494 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29906] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29906/stat : 29906 (java) S 29812 29812 29155 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 129410494 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29907] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29907/stat : 29907 (java) S 29812 29812 29155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 129410496 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29908] ppid=29812 vsize=812672 CPUtime=0.12
/proc/29902/task/29908/stat : 29908 (java) S 29812 29812 29155 0 -1 64 774 0 0 0 12 0 0 0 16 0 9 0 129410496 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29909] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29909/stat : 29909 (java) S 29812 29812 29155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 129410496 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29910] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29910/stat : 29910 (java) S 29812 29812 29155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 129410496 832176128 18550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 860240

[startup+10.7019 s]
/proc/loadavg: 2.02 2.00 1.62 4/79 29910
/proc/meminfo: memFree=1334928/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=8.57
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 835 32670 0 1 0 0 836 21 15 0 1 0 129409625 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29812/statm: 11892 364 244 79 0 219 0
[pid=29902] ppid=29812 vsize=812672 CPUtime=2.02
/proc/29902/stat : 29902 (java) S 29812 29812 29155 0 -1 0 19137 0 1 0 191 11 0 0 18 0 9 0 129410492 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29902/statm: 203168 18553 1866 9 0 197150 0
[pid=29902/tid=29903] ppid=29812 vsize=812672 CPUtime=1.83
/proc/29902/task/29903/stat : 29903 (java) R 29812 29812 29155 0 -1 64 14372 0 1 0 174 9 0 0 25 0 9 0 129410493 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4126620397 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29904] ppid=29812 vsize=812672 CPUtime=0.04
/proc/29902/task/29904/stat : 29904 (java) S 29812 29812 29155 0 -1 64 3272 0 0 0 3 1 0 0 16 0 9 0 129410494 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29905] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29905/stat : 29905 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 129410494 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29906] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29906/stat : 29906 (java) S 29812 29812 29155 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 129410494 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29907] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29907/stat : 29907 (java) S 29812 29812 29155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 129410496 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29908] ppid=29812 vsize=812672 CPUtime=0.12
/proc/29902/task/29908/stat : 29908 (java) S 29812 29812 29155 0 -1 64 777 0 0 0 12 0 0 0 16 0 9 0 129410496 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29909] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29909/stat : 29909 (java) S 29812 29812 29155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 129410496 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29910] ppid=29812 vsize=812672 CPUtime=0
/proc/29902/task/29910/stat : 29910 (java) S 29812 29812 29155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 129410496 832176128 18553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 860240

[startup+11.1019 s]
/proc/loadavg: 2.02 2.00 1.62 3/79 29910
/proc/meminfo: memFree=1319568/2055920 swapFree=4192812/4192956
[pid=29812] ppid=29810 vsize=47568 CPUtime=8.57
/proc/29812/stat : 29812 (galacM.sh) S 29810 29812 29155 0 -1 4194304 835 32670 0 1 0 0 836 21 15 0 1 0 129409625 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 233588883538 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29812/statm: 11892 364 244 79 0 219 0
[pid=29902] ppid=29812 vsize=812916 CPUtime=2.45
/proc/29902/stat : 29902 (java) S 29812 29812 29155 0 -1 0 19341 0 1 0 233 12 0 0 18 0 9 0 129410492 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29902/statm: 203229 18718 1922 9 0 197183 0
[pid=29902/tid=29903] ppid=29812 vsize=812916 CPUtime=2.19
/proc/29902/task/29903/stat : 29903 (java) R 29812 29812 29155 0 -1 64 14525 0 1 0 210 9 0 0 17 0 9 0 129410493 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4126621124 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29904] ppid=29812 vsize=812916 CPUtime=0.04
/proc/29902/task/29904/stat : 29904 (java) S 29812 29812 29155 0 -1 64 3272 0 0 0 3 1 0 0 16 0 9 0 129410494 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29905] ppid=29812 vsize=812916 CPUtime=0
/proc/29902/task/29905/stat : 29905 (java) S 29812 29812 29155 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 129410494 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29906] ppid=29812 vsize=812916 CPUtime=0
/proc/29902/task/29906/stat : 29906 (java) S 29812 29812 29155 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 129410494 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29907] ppid=29812 vsize=812916 CPUtime=0
/proc/29902/task/29907/stat : 29907 (java) S 29812 29812 29155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 129410496 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29908] ppid=29812 vsize=812916 CPUtime=0.18
/proc/29902/task/29908/stat : 29908 (java) S 29812 29812 29155 0 -1 64 828 0 0 0 18 0 0 0 16 0 9 0 129410496 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29902/tid=29909] ppid=29812 vsize=812916 CPUtime=0
/proc/29902/task/29909/stat : 29909 (java) S 29812 29812 29155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 129410496 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29910] ppid=29812 vsize=812916 CPUtime=0
/proc/29902/task/29910/stat : 29910 (java) S 29812 29812 29155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 129410496 832425984 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 860484

Child status: 0
Real time (s): 11.1912
CPU time (s): 11.1333
CPU user time (s): 10.7664
CPU system time (s): 0.366944
CPU usage (%): 99.4826
Max. virtual memory (cumulated for all children) (KiB): 860484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7664
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53057
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= 1904
involuntary context switches= 1906

runsolver used 0.020996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 15:16:35
IDJOB=1073596
IDBENCH=56361
IDSOLVER=350
FILE ID=node27/1073596-1215177395
PBS_JOBID= 7881558
Free space on /tmp= 66460 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-4_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073596-1215177395/watcher-1073596-1215177395 -o /tmp/evaluation-result-1073596-1215177395/solver-1073596-1215177395 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1073596-1215177395.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b838d7c2de4493d64b15c77e476f3a57
RANDOM SEED=717556696

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1395848 kB
Buffers:         75876 kB
Cached:         491652 kB
SwapCached:          0 kB
Active:         244264 kB
Inactive:       343880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14968 kB
Writeback:           0 kB
Mapped:          32288 kB
Slab:            57700 kB
Committed_AS:   274280 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node27 at 2008-07-04 15:16:46