Trace number 1081236

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 9.99948 10.0601

General information on the benchmark

Namecsp/renault/
normalized-renault-mgd_ext.xml
MD5SUMd1d70ed5f0f747fe32a0d825239c31a3
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.538917
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints113
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension113
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
2.36/2.49	c start processing
2.36/2.49	c start relation processing
5.75/5.82	c start cnf exporting
7.45/7.59	c parsing time : 2.37
7.45/7.59	c preprocessing time : 7.47
7.45/7.59	
7.45/7.59	c Nary constraints - conflicts : 7 supports : 85
7.45/7.59	c Binary constraints - conflicts : 11 supports :10
7.45/7.59	c max arity constraint : 10
7.45/7.59	c Max Tuples generated 0
7.45/7.59	c relations : 105
7.45/7.59	c relations BDD: 85
7.45/7.59	c sampling 0/0
7.45/7.59	c vars : 13065 - clauses :  49443
7.45/7.59	
7.54/7.65	 
7.54/7.65	c --- SAT Solver Stats ---
7.54/7.65	 
7.54/7.68	c restarts              : 1
7.54/7.68	c conflicts             : 0              (0 /sec)
7.54/7.68	c decisions             : 136            (0.00 % random) (4534 /sec)
7.54/7.68	c propagations          : 13064          (435539 /sec)
7.54/7.68	c conflict literals     : 0              ( nan % deleted)
7.54/7.68	c Memory used           : 4.70 MB
7.54/7.68	c CPU time              : 0.029995 s
7.54/7.68	
7.54/7.69	s SATISFIABLE
9.94/10.05	v 8 1 23 5 0 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 0 0 0 0 0 1 1 2 0 0 0 2 3 0 41 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 0 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 1 0 2

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-1081236-1215216222/watcher-1081236-1215216222 -o /tmp/evaluation-result-1081236-1215216222/solver-1081236-1215216222 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1081236-1215216222.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.99 1.99 4/72 21661
/proc/meminfo: memFree=1698664/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=8652 CPUtime=0
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2000594582 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 2163 280 208 79 0 156 0
[pid=21662] ppid=21661 vsize=8688 CPUtime=0
/proc/21662/stat : 21662 (galacM.sh) S 21661 21661 19313 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 2000594582 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21662/statm: 2172 286 209 79 0 165 0
[pid=21663] ppid=21662 vsize=8728 CPUtime=0
/proc/21663/stat : 21663 (galacM.sh) R 21662 21661 19313 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 2000594582 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269930261799 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/21663/statm: 2182 290 209 79 0 175 0

[startup+0.0212801 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21661
/proc/meminfo: memFree=1698664/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=8784 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) R 21659 21661 19313 0 -1 4194304 550 1320 0 0 0 0 0 1 16 0 1 0 2000594582 8994816 319 996147200 4194304 4520092 548682068832 18446744073709551615 4230001 0 2 4096 73728 0 0 0 17 0 0 0
/proc/21661/statm: 2196 319 217 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101253 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21661
/proc/meminfo: memFree=1698664/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2000594582 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301277 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21661
/proc/meminfo: memFree=1698664/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2000594582 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701325 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 21661
/proc/meminfo: memFree=1698664/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2000594582 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50242 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21683
/proc/meminfo: memFree=1627544/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2000594582 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 11888 365 246 79 0 219 0
[pid=21675] ppid=21661 vsize=812628 CPUtime=1.45
/proc/21675/stat : 21675 (java) S 21661 21661 19313 0 -1 0 25313 0 1 0 133 12 0 0 19 0 9 0 2000594585 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21675/statm: 203157 24731 1889 9 0 197138 0
[pid=21675/tid=21676] ppid=21661 vsize=812628 CPUtime=1.21
/proc/21675/task/21676/stat : 21676 (java) R 21661 21661 19313 0 -1 64 14479 0 1 0 114 7 0 0 25 0 9 0 2000594586 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4126634737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21677] ppid=21661 vsize=812628 CPUtime=0.09
/proc/21675/task/21677/stat : 21677 (java) S 21661 21661 19313 0 -1 64 9381 0 0 0 6 3 0 0 16 0 9 0 2000594588 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21678] ppid=21661 vsize=812628 CPUtime=0
/proc/21675/task/21678/stat : 21678 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 2000594588 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21679] ppid=21661 vsize=812628 CPUtime=0
/proc/21675/task/21679/stat : 21679 (java) S 21661 21661 19313 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2000594588 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21680] ppid=21661 vsize=812628 CPUtime=0
/proc/21675/task/21680/stat : 21680 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000594590 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21681] ppid=21661 vsize=812628 CPUtime=0.11
/proc/21675/task/21681/stat : 21681 (java) S 21661 21661 19313 0 -1 64 753 0 0 0 11 0 0 0 16 0 9 0 2000594590 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21682] ppid=21661 vsize=812628 CPUtime=0
/proc/21675/task/21682/stat : 21682 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000594590 832131072 24731 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21683] ppid=21661 vsize=812628 CPUtime=0
/proc/21675/task/21683/stat : 21683 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000594590 832131072 24731 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) 860180

[startup+3.10262 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21683
/proc/meminfo: memFree=1603352/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2000594582 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 11888 365 246 79 0 219 0
[pid=21675] ppid=21661 vsize=812756 CPUtime=3.05
/proc/21675/stat : 21675 (java) S 21661 21661 19313 0 -1 0 27046 0 1 0 291 14 0 0 19 0 9 0 2000594585 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21675/statm: 203189 26461 1896 9 0 197170 0
[pid=21675/tid=21676] ppid=21661 vsize=812756 CPUtime=2.69
/proc/21675/task/21676/stat : 21676 (java) R 21661 21661 19313 0 -1 64 14508 0 1 0 262 7 0 0 25 0 9 0 2000594586 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4126883278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21677] ppid=21661 vsize=812756 CPUtime=0.15
/proc/21675/task/21677/stat : 21677 (java) S 21661 21661 19313 0 -1 64 11039 0 0 0 10 5 0 0 16 0 9 0 2000594588 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21678] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21678/stat : 21678 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 2000594588 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21679] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21679/stat : 21679 (java) S 21661 21661 19313 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2000594588 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21680] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21680/stat : 21680 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000594590 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21681] ppid=21661 vsize=812756 CPUtime=0.18
/proc/21675/task/21681/stat : 21681 (java) S 21661 21661 19313 0 -1 64 799 0 0 0 18 0 0 0 16 0 9 0 2000594590 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21682] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21682/stat : 21682 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000594590 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21683] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21683/stat : 21683 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000594590 832262144 26461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860308

[startup+6.30199 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21683
/proc/meminfo: memFree=1598168/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=0.01
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2000594582 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21661/statm: 11888 365 246 79 0 219 0
[pid=21675] ppid=21661 vsize=812756 CPUtime=6.24
/proc/21675/stat : 21675 (java) S 21661 21661 19313 0 -1 0 27311 0 1 0 610 14 0 0 19 0 9 0 2000594585 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21675/statm: 203189 26719 1916 9 0 197170 0
[pid=21675/tid=21676] ppid=21661 vsize=812756 CPUtime=5.8
/proc/21675/task/21676/stat : 21676 (java) R 21661 21661 19313 0 -1 64 14557 0 1 0 572 8 0 0 25 0 9 0 2000594586 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 103205767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21677] ppid=21661 vsize=812756 CPUtime=0.18
/proc/21675/task/21677/stat : 21677 (java) S 21661 21661 19313 0 -1 64 11219 0 0 0 13 5 0 0 16 0 9 0 2000594588 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21678] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21678/stat : 21678 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 2000594588 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21679] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21679/stat : 21679 (java) S 21661 21661 19313 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2000594588 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21680] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21680/stat : 21680 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2000594590 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21681] ppid=21661 vsize=812756 CPUtime=0.24
/proc/21675/task/21681/stat : 21681 (java) S 21661 21661 19313 0 -1 64 835 0 0 0 24 0 0 0 16 0 9 0 2000594590 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21682] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21682/stat : 21682 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000594590 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21675/tid=21683] ppid=21661 vsize=812756 CPUtime=0
/proc/21675/task/21683/stat : 21683 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000594590 832262144 26719 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860308

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

[startup+7.90118 s]
/proc/loadavg: 1.99 1.99 1.99 2/82 21683
/proc/meminfo: memFree=1591648/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=7.62
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 837 31422 0 1 0 0 742 20 16 0 1 0 2000594582 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21661/statm: 11888 366 246 79 0 219 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 47552

[startup+8.70127 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21693
/proc/meminfo: memFree=1641568/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=7.62
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 837 31422 0 1 0 0 742 20 16 0 1 0 2000594582 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21661/statm: 11888 366 246 79 0 219 0
[pid=21685] ppid=21661 vsize=813172 CPUtime=1.02
/proc/21685/stat : 21685 (java) S 21661 21661 19313 0 -1 0 16154 0 1 0 92 10 0 0 18 0 9 0 2000595352 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21685/statm: 203293 15573 1868 9 0 197274 0
[pid=21685/tid=21686] ppid=21661 vsize=813172 CPUtime=0.88
/proc/21685/task/21686/stat : 21686 (java) R 21661 21661 19313 0 -1 64 14463 0 1 0 80 8 0 0 24 0 9 0 2000595353 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4126645905 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21687] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21687/stat : 21687 (java) S 21661 21661 19313 0 -1 64 279 0 0 0 0 0 0 0 16 0 9 0 2000595354 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21688] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21688/stat : 21688 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000595354 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21689] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21689/stat : 21689 (java) S 21661 21661 19313 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000595354 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21690] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21690/stat : 21690 (java) S 21661 21661 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000595356 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21691] ppid=21661 vsize=813172 CPUtime=0.11
/proc/21685/task/21691/stat : 21691 (java) S 21661 21661 19313 0 -1 64 695 0 0 0 11 0 0 0 16 0 9 0 2000595356 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21692] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21692/stat : 21692 (java) S 21661 21661 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000595356 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21693] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21693/stat : 21693 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000595356 832688128 15573 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 860724

[startup+9.50237 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21693
/proc/meminfo: memFree=1641568/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=7.62
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 837 31422 0 1 0 0 742 20 16 0 1 0 2000594582 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21661/statm: 11888 366 246 79 0 219 0
[pid=21685] ppid=21661 vsize=813172 CPUtime=1.82
/proc/21685/stat : 21685 (java) S 21661 21661 19313 0 -1 0 19256 0 1 0 170 12 0 0 18 0 9 0 2000595352 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21685/statm: 203293 18672 1868 9 0 197274 0
[pid=21685/tid=21686] ppid=21661 vsize=813172 CPUtime=1.63
/proc/21685/task/21686/stat : 21686 (java) R 21661 21661 19313 0 -1 64 14467 0 1 0 155 8 0 0 25 0 9 0 2000595353 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4126620269 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21687] ppid=21661 vsize=813172 CPUtime=0.04
/proc/21685/task/21687/stat : 21687 (java) S 21661 21661 19313 0 -1 64 3377 0 0 0 3 1 0 0 16 0 9 0 2000595354 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21688] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21688/stat : 21688 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000595354 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21689] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21689/stat : 21689 (java) S 21661 21661 19313 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000595354 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21690] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21690/stat : 21690 (java) S 21661 21661 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000595356 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21691] ppid=21661 vsize=813172 CPUtime=0.11
/proc/21685/task/21691/stat : 21691 (java) S 21661 21661 19313 0 -1 64 695 0 0 0 11 0 0 0 17 0 9 0 2000595356 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21692] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21692/stat : 21692 (java) S 21661 21661 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000595356 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21693] ppid=21661 vsize=813172 CPUtime=0
/proc/21685/task/21693/stat : 21693 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000595356 832688128 18672 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 860724

[startup+9.90641 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21693
/proc/meminfo: memFree=1629152/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=7.62
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 837 31422 0 1 0 0 742 20 16 0 1 0 2000594582 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21661/statm: 11888 366 246 79 0 219 0
[pid=21685] ppid=21661 vsize=813284 CPUtime=2.22
/proc/21685/stat : 21685 (java) S 21661 21661 19313 0 -1 0 19437 0 1 0 210 12 0 0 18 0 9 0 2000595352 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21685/statm: 203321 18814 1924 9 0 197274 0
[pid=21685/tid=21686] ppid=21661 vsize=813284 CPUtime=2
/proc/21685/task/21686/stat : 21686 (java) R 21661 21661 19313 0 -1 64 14613 0 1 0 192 8 0 0 25 0 9 0 2000595353 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21687] ppid=21661 vsize=813284 CPUtime=0.04
/proc/21685/task/21687/stat : 21687 (java) S 21661 21661 19313 0 -1 64 3377 0 0 0 3 1 0 0 16 0 9 0 2000595354 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21688] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21688/stat : 21688 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000595354 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21689] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21689/stat : 21689 (java) S 21661 21661 19313 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000595354 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21690] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21690/stat : 21690 (java) S 21661 21661 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000595356 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21691] ppid=21661 vsize=813284 CPUtime=0.15
/proc/21685/task/21691/stat : 21691 (java) R 21661 21661 19313 0 -1 64 730 0 0 0 15 0 0 0 16 0 9 0 2000595356 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21692] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21692/stat : 21692 (java) S 21661 21661 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000595356 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21693] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21693/stat : 21693 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000595356 832802816 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 860836

[startup+10.0024 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 21693
/proc/meminfo: memFree=1629152/2055920 swapFree=4179912/4192956
[pid=21661] ppid=21659 vsize=47552 CPUtime=7.62
/proc/21661/stat : 21661 (galacM.sh) S 21659 21661 19313 0 -1 4194304 837 31422 0 1 0 0 742 20 16 0 1 0 2000594582 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21661/statm: 11888 366 246 79 0 219 0
[pid=21685] ppid=21661 vsize=813284 CPUtime=2.32
/proc/21685/stat : 21685 (java) S 21661 21661 19313 0 -1 0 19447 0 1 0 220 12 0 0 18 0 9 0 2000595352 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21685/statm: 203321 18824 1924 9 0 197274 0
[pid=21685/tid=21686] ppid=21661 vsize=813284 CPUtime=2.08
/proc/21685/task/21686/stat : 21686 (java) R 21661 21661 19313 0 -1 64 14613 0 1 0 200 8 0 0 25 0 9 0 2000595353 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4126621019 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21687] ppid=21661 vsize=813284 CPUtime=0.04
/proc/21685/task/21687/stat : 21687 (java) S 21661 21661 19313 0 -1 64 3377 0 0 0 3 1 0 0 16 0 9 0 2000595354 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21688] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21688/stat : 21688 (java) S 21661 21661 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000595354 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21689] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21689/stat : 21689 (java) S 21661 21661 19313 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000595354 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21690] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21690/stat : 21690 (java) S 21661 21661 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000595356 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21691] ppid=21661 vsize=813284 CPUtime=0.16
/proc/21685/task/21691/stat : 21691 (java) S 21661 21661 19313 0 -1 64 740 0 0 0 16 0 0 0 16 0 9 0 2000595356 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21685/tid=21692] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21692/stat : 21692 (java) S 21661 21661 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000595356 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21685/tid=21693] ppid=21661 vsize=813284 CPUtime=0
/proc/21685/task/21693/stat : 21693 (java) S 21661 21661 19313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000595356 832802816 18824 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.94
Current children cumulated vsize (KiB) 860836

Child status: 0
Real time (s): 10.0601
CPU time (s): 9.99948
CPU user time (s): 9.65453
CPU system time (s): 0.344947
CPU usage (%): 99.3972
Max. virtual memory (cumulated for all children) (KiB): 860836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.65453
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51918
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= 2213
involuntary context switches= 2121

runsolver used 0.025996 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 02:03:42
IDJOB=1081236
IDBENCH=57086
IDSOLVER=350
FILE ID=node53/1081236-1215216222
PBS_JOBID= 7881706
Free space on /tmp= 65120 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d1d70ed5f0f747fe32a0d825239c31a3
RANDOM SEED=2075604523

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1699144 kB
Buffers:         46536 kB
Cached:         235068 kB
SwapCached:       7396 kB
Active:         157276 kB
Inactive:       142420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699144 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            5788 kB
Writeback:           0 kB
Mapped:          25148 kB
Slab:            42640 kB
Committed_AS:  3928136 kB
PageTables:       1700 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= 65116 MiB
End job on node53 at 2008-07-05 02:03:53