Trace number 1073505

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 EUNSAT 10.0465 10.1881

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-16_ext.xml
MD5SUM9636fb8dcf169e67c77f903dbcf6fa63
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.727889
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
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.54/2.68	c start processing
2.54/2.68	c start relation processing
5.80/5.93	c start cnf exporting
8.38/8.60	c parsing time : 2.556
8.38/8.60	c preprocessing time : 8.474
8.38/8.60	
8.38/8.60	c Nary constraints - conflicts : 11 supports : 96
8.38/8.60	c Binary constraints - conflicts : 22 supports :20
8.38/8.60	c max arity constraint : 10
8.38/8.60	c Max Tuples generated 0
8.38/8.60	c relations : 132
8.38/8.60	c relations BDD: 99
8.38/8.60	c sampling 0/0
8.38/8.60	c vars : 18183 - clauses :  68707
8.38/8.60	
8.49/8.65	 
8.49/8.65	c --- SAT Solver Stats ---
8.49/8.65	 
8.49/8.65	c eSAT 0.1 : minisat core with additionnal features
8.49/8.65	c ============================[ Problem Statistics ]=============================
8.49/8.65	c |                                                                             |
8.49/8.66	c |  Number of variables:  18182                                                |
8.49/8.66	c |  Number of clauses:    68707                                                |
8.54/8.73	c |  Parsing time:         0.06         s                                       |
9.92/10.18	c restarts              : 212
9.92/10.18	c conflicts             : 2942           (1975 /sec)
9.92/10.18	c decisions             : 18463          (58.19 % random) (12393 /sec)
9.92/10.18	c euip                  : 325         
9.92/10.18	c propagations          : 1610043        (1080730 /sec)
9.92/10.18	c conflict literals     : 41212          (24.20 % deleted)
9.92/10.18	c Memory used           : 13.20 MB
9.92/10.18	c CPU time              : 1.48977 s
9.92/10.18	c 
9.92/10.18	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073505-1215177275/watcher-1073505-1215177275 -o /tmp/evaluation-result-1073505-1215177275/solver-1073505-1215177275 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1073505-1215177275.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.12 2.04 2.01 4/73 17746
/proc/meminfo: memFree=1719112/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=8652 CPUtime=0
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996701650 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 2163 280 208 79 0 156 0
[pid=17747] ppid=17746 vsize=8688 CPUtime=0
/proc/17747/stat : 17747 (galacE.sh) S 17746 17746 16648 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996701651 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17747/statm: 2172 286 209 79 0 165 0
[pid=17748] ppid=17747 vsize=8728 CPUtime=0
/proc/17748/stat : 17748 (galacE.sh) R 17747 17746 16648 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996701651 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 238487661863 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/17748/statm: 2182 290 209 79 0 175 0

[startup+0.0600859 s]
/proc/loadavg: 2.12 2.04 2.01 4/73 17746
/proc/meminfo: memFree=1719112/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.100895 s]
/proc/loadavg: 2.12 2.04 2.01 4/73 17746
/proc/meminfo: memFree=1719112/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301916 s]
/proc/loadavg: 2.12 2.04 2.01 4/73 17746
/proc/meminfo: memFree=1719112/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701962 s]
/proc/loadavg: 2.12 2.04 2.01 4/73 17746
/proc/meminfo: memFree=1719112/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50205 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 17768
/proc/meminfo: memFree=1648120/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17760] ppid=17746 vsize=812420 CPUtime=1.44
/proc/17760/stat : 17760 (java) S 17746 17746 16648 0 -1 0 25264 0 1 0 131 13 0 0 18 0 9 0 1996701654 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17760/statm: 203105 24682 1889 9 0 197138 0
[pid=17760/tid=17761] ppid=17746 vsize=812420 CPUtime=1.19
/proc/17760/task/17761/stat : 17761 (java) R 17746 17746 16648 0 -1 64 14484 0 1 0 110 9 0 0 25 0 9 0 1996701655 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4126653620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17762] ppid=17746 vsize=812420 CPUtime=0.1
/proc/17760/task/17762/stat : 17762 (java) S 17746 17746 16648 0 -1 64 9325 0 0 0 7 3 0 0 16 0 9 0 1996701656 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17763] ppid=17746 vsize=812420 CPUtime=0
/proc/17760/task/17763/stat : 17763 (java) S 17746 17746 16648 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996701657 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17764] ppid=17746 vsize=812420 CPUtime=0
/proc/17760/task/17764/stat : 17764 (java) S 17746 17746 16648 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996701657 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17765] ppid=17746 vsize=812420 CPUtime=0
/proc/17760/task/17765/stat : 17765 (java) S 17746 17746 16648 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996701659 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17766] ppid=17746 vsize=812420 CPUtime=0.13
/proc/17760/task/17766/stat : 17766 (java) S 17746 17746 16648 0 -1 64 755 0 0 0 13 0 0 0 16 0 9 0 1996701659 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17767] ppid=17746 vsize=812420 CPUtime=0
/proc/17760/task/17767/stat : 17767 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996701659 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17768] ppid=17746 vsize=812420 CPUtime=0
/proc/17760/task/17768/stat : 17768 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996701659 831918080 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859996

[startup+3.10225 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 17768
/proc/meminfo: memFree=1623928/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17760] ppid=17746 vsize=812552 CPUtime=3.03
/proc/17760/stat : 17760 (java) S 17746 17746 16648 0 -1 0 27133 0 1 0 289 14 0 0 18 0 9 0 1996701654 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17760/statm: 203138 26547 1896 9 0 197171 0
[pid=17760/tid=17761] ppid=17746 vsize=812552 CPUtime=2.65
/proc/17760/task/17761/stat : 17761 (java) R 17746 17746 16648 0 -1 64 14512 0 1 0 256 9 0 0 25 0 9 0 1996701655 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4126909540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17762] ppid=17746 vsize=812552 CPUtime=0.16
/proc/17760/task/17762/stat : 17762 (java) S 17746 17746 16648 0 -1 64 11118 0 0 0 12 4 0 0 16 0 9 0 1996701656 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17763] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17763/stat : 17763 (java) S 17746 17746 16648 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996701657 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17764] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17764/stat : 17764 (java) S 17746 17746 16648 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996701657 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17765] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17765/stat : 17765 (java) S 17746 17746 16648 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996701659 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17766] ppid=17746 vsize=812552 CPUtime=0.2
/proc/17760/task/17766/stat : 17766 (java) S 17746 17746 16648 0 -1 64 803 0 0 0 20 0 0 0 16 0 9 0 1996701659 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17767] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17767/stat : 17767 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996701659 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17768] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17768/stat : 17768 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996701659 832053248 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860128

[startup+6.3016 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 17768
/proc/meminfo: memFree=1619064/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17760] ppid=17746 vsize=812552 CPUtime=6.19
/proc/17760/stat : 17760 (java) S 17746 17746 16648 0 -1 0 27225 0 1 0 605 14 0 0 18 0 9 0 1996701654 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17760/statm: 203138 26633 1916 9 0 197171 0
[pid=17760/tid=17761] ppid=17746 vsize=812552 CPUtime=5.74
/proc/17760/task/17761/stat : 17761 (java) R 17746 17746 16648 0 -1 64 14559 0 1 0 565 9 0 0 25 0 9 0 1996701655 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4127036737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17762] ppid=17746 vsize=812552 CPUtime=0.16
/proc/17760/task/17762/stat : 17762 (java) S 17746 17746 16648 0 -1 64 11118 0 0 0 12 4 0 0 17 0 9 0 1996701656 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17763] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17763/stat : 17763 (java) S 17746 17746 16648 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996701657 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17764] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17764/stat : 17764 (java) S 17746 17746 16648 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996701657 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17765] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17765/stat : 17765 (java) S 17746 17746 16648 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996701659 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17766] ppid=17746 vsize=812552 CPUtime=0.28
/proc/17760/task/17766/stat : 17766 (java) S 17746 17746 16648 0 -1 64 848 0 0 0 28 0 0 0 16 0 9 0 1996701659 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17767] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17767/stat : 17767 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996701659 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17768] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17768/stat : 17768 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996701659 832053248 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860128

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

[startup+7.90179 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 17768
/proc/meminfo: memFree=1608440/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=0.01
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17760] ppid=17746 vsize=812552 CPUtime=7.77
/proc/17760/stat : 17760 (java) S 17746 17746 16648 0 -1 0 29646 0 1 0 761 16 0 0 18 0 9 0 1996701654 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17760/statm: 203138 29051 1918 9 0 197171 0
[pid=17760/tid=17761] ppid=17746 vsize=812552 CPUtime=7.2
/proc/17760/task/17761/stat : 17761 (java) R 17746 17746 16648 0 -1 64 14562 0 1 0 710 10 0 0 25 0 9 0 1996701655 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4127018466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17762] ppid=17746 vsize=812552 CPUtime=0.27
/proc/17760/task/17762/stat : 17762 (java) S 17746 17746 16648 0 -1 64 13536 0 0 0 23 4 0 0 16 0 9 0 1996701656 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17763] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17763/stat : 17763 (java) S 17746 17746 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996701657 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17764] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17764/stat : 17764 (java) S 17746 17746 16648 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996701657 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17765] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17765/stat : 17765 (java) S 17746 17746 16648 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996701659 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17766] ppid=17746 vsize=812552 CPUtime=0.28
/proc/17760/task/17766/stat : 17766 (java) S 17746 17746 16648 0 -1 64 848 0 0 0 28 0 0 0 16 0 9 0 1996701659 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17767] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17767/stat : 17767 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996701659 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17760/tid=17768] ppid=17746 vsize=812552 CPUtime=0
/proc/17760/task/17768/stat : 17768 (java) S 17746 17746 16648 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996701659 832053248 29051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 860128

[startup+9.50197 s]
/proc/loadavg: 2.11 2.04 2.01 3/75 17769
/proc/meminfo: memFree=1712376/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=8.51
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 800 31358 0 1 0 0 831 20 17 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17769] ppid=17746 vsize=13508 CPUtime=0.82
/proc/17769/stat : 17769 (eSAT_static) R 17746 17746 16648 0 -1 4194304 3598 0 0 0 81 1 0 0 25 0 1 0 1996702516 13832192 3260 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/17769/statm: 3377 3260 80 162 0 3212 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 61084

[startup+9.90702 s]
/proc/loadavg: 2.10 2.04 2.01 3/75 17769
/proc/meminfo: memFree=1703864/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=8.51
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 800 31358 0 1 0 0 831 20 17 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17769] ppid=17746 vsize=13508 CPUtime=1.22
/proc/17769/stat : 17769 (eSAT_static) R 17746 17746 16648 0 -1 4194304 3598 0 0 0 121 1 0 0 25 0 1 0 1996702516 13832192 3260 996147200 134512640 135177480 4294955968 18446744073709551615 134564824 0 0 4096 3 0 0 0 17 1 0 0
/proc/17769/statm: 3377 3260 80 162 0 3212 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 61084

[startup+10.101 s]
/proc/loadavg: 2.10 2.04 2.01 3/75 17769
/proc/meminfo: memFree=1703864/2055920 swapFree=4180000/4192956
[pid=17746] ppid=17744 vsize=47576 CPUtime=8.51
/proc/17746/stat : 17746 (galacE.sh) S 17744 17746 16648 0 -1 4194304 800 31358 0 1 0 0 831 20 17 0 1 0 1996701650 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17746/statm: 11894 365 246 79 0 219 0
[pid=17769] ppid=17746 vsize=13508 CPUtime=1.41
/proc/17769/stat : 17769 (eSAT_static) R 17746 17746 16648 0 -1 4194304 3598 0 0 0 140 1 0 0 25 0 1 0 1996702516 13832192 3260 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17769/statm: 3377 3260 80 162 0 3212 0
Current children cumulated CPU time (s) 9.92
Current children cumulated vsize (KiB) 61084

Child status: 0
Real time (s): 10.1881
CPU time (s): 10.0465
CPU user time (s): 9.81351
CPU system time (s): 0.232964
CPU usage (%): 98.6096
Max. virtual memory (cumulated for all children) (KiB): 860128

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

runsolver used 0.016997 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 15:14:35
IDJOB=1073505
IDBENCH=56355
IDSOLVER=351
FILE ID=node23/1073505-1215177275
PBS_JOBID= 7881511
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9636fb8dcf169e67c77f903dbcf6fa63
RANDOM SEED=2051542998

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719592 kB
Buffers:         31924 kB
Cached:         135740 kB
SwapCached:       6756 kB
Active:         237048 kB
Inactive:        45256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719592 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            6388 kB
Writeback:           0 kB
Mapped:         121216 kB
Slab:            39120 kB
Committed_AS:  3553128 kB
PageTables:       2056 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= 66540 MiB
End job on node23 at 2008-07-04 15:14:45