Trace number 1074034

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.2194 10.3408

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-17_ext.xml
MD5SUMcd0ea3bec01ca4e77e7717bc8e3455e0
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.668898
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.73/2.82	c start processing
2.73/2.82	c start relation processing
6.79/6.96	c start cnf exporting
9.37/9.55	c parsing time : 2.694
9.37/9.55	c preprocessing time : 9.426
9.37/9.55	
9.37/9.55	c Nary constraints - conflicts : 9 supports : 98
9.37/9.55	c Binary constraints - conflicts : 22 supports :20
9.37/9.55	c max arity constraint : 10
9.37/9.55	c Max Tuples generated 0
9.37/9.55	c relations : 132
9.37/9.55	c relations BDD: 99
9.37/9.55	c sampling 0/0
9.37/9.56	c vars : 17661 - clauses :  66263
9.37/9.56	
9.37/9.58	 
9.37/9.58	c --- SAT Solver Stats ---
9.37/9.58	 
9.37/9.58	c eSAT 0.1 : minisat core with additionnal features
9.37/9.58	c ============================[ Problem Statistics ]=============================
9.37/9.58	c |                                                                             |
9.37/9.59	c |  Number of variables:  17660                                                |
9.37/9.59	c |  Number of clauses:    66263                                                |
9.46/9.66	c |  Parsing time:         0.07         s                                       |
10.16/10.33	c restarts              : 91
10.16/10.33	c conflicts             : 205            (283 /sec)
10.16/10.33	c decisions             : 3730           (79.12 % random) (5146 /sec)
10.16/10.33	c euip                  : 24          
10.16/10.33	c propagations          : 255394         (352322 /sec)
10.16/10.33	c conflict literals     : 1215           (17.79 % deleted)
10.16/10.33	c Memory used           : 13.00 MB
10.16/10.33	c CPU time              : 0.724889 s
10.16/10.33	c 
10.16/10.33	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-1074034-1215177958/watcher-1074034-1215177958 -o /tmp/evaluation-result-1074034-1215177958/solver-1074034-1215177958 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074034-1215177958.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.21 2.07 2.02 4/72 3366
/proc/meminfo: memFree=1408736/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=8560 CPUtime=0
/proc/3366/stat : 3366 (galacE.sh) R 3364 3366 898 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1547463506 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 264519796623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3366/statm: 2140 254 197 79 0 133 0

[startup+0.079009 s]
/proc/loadavg: 2.21 2.07 2.02 4/72 3366
/proc/meminfo: memFree=1408736/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101803 s]
/proc/loadavg: 2.21 2.07 2.02 4/72 3366
/proc/meminfo: memFree=1408736/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301827 s]
/proc/loadavg: 2.21 2.07 2.02 4/72 3366
/proc/meminfo: memFree=1408736/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702879 s]
/proc/loadavg: 2.21 2.07 2.02 4/72 3366
/proc/meminfo: memFree=1408736/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50299 s]
/proc/loadavg: 2.21 2.07 2.02 3/82 3388
/proc/meminfo: memFree=1337744/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3380] ppid=3366 vsize=812628 CPUtime=1.44
/proc/3380/stat : 3380 (java) S 3366 3366 898 0 -1 0 24529 0 1 0 130 14 0 0 18 0 9 0 1547463510 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3380/statm: 203157 23948 1887 9 0 197138 0
[pid=3380/tid=3381] ppid=3366 vsize=812628 CPUtime=1.19
/proc/3380/task/3381/stat : 3381 (java) R 3366 3366 898 0 -1 64 14481 0 1 0 111 8 0 0 25 0 9 0 1547463511 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4126676712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3382] ppid=3366 vsize=812628 CPUtime=0.1
/proc/3380/task/3382/stat : 3382 (java) S 3366 3366 898 0 -1 64 8599 0 0 0 6 4 0 0 16 0 9 0 1547463512 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3383] ppid=3366 vsize=812628 CPUtime=0
/proc/3380/task/3383/stat : 3383 (java) S 3366 3366 898 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1547463512 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3384] ppid=3366 vsize=812628 CPUtime=0
/proc/3380/task/3384/stat : 3384 (java) S 3366 3366 898 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1547463512 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3385] ppid=3366 vsize=812628 CPUtime=0
/proc/3380/task/3385/stat : 3385 (java) S 3366 3366 898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547463514 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3386] ppid=3366 vsize=812628 CPUtime=0.12
/proc/3380/task/3386/stat : 3386 (java) S 3366 3366 898 0 -1 64 750 0 0 0 12 0 0 0 16 0 9 0 1547463514 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3387] ppid=3366 vsize=812628 CPUtime=0
/proc/3380/task/3387/stat : 3387 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547463514 832131072 23948 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3388] ppid=3366 vsize=812628 CPUtime=0
/proc/3380/task/3388/stat : 3388 (java) R 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547463515 832131072 23948 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) 860196

[startup+3.10119 s]
/proc/loadavg: 2.21 2.07 2.02 3/82 3388
/proc/meminfo: memFree=1313552/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3380] ppid=3366 vsize=812760 CPUtime=3.02
/proc/3380/stat : 3380 (java) S 3366 3366 898 0 -1 0 27127 0 1 0 287 15 0 0 18 0 9 0 1547463510 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3380/statm: 203190 26541 1894 9 0 197171 0
[pid=3380/tid=3381] ppid=3366 vsize=812760 CPUtime=2.6
/proc/3380/task/3381/stat : 3381 (java) R 3366 3366 898 0 -1 64 14512 0 1 0 252 8 0 0 25 0 9 0 1547463511 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4126923738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3382] ppid=3366 vsize=812760 CPUtime=0.19
/proc/3380/task/3382/stat : 3382 (java) S 3366 3366 898 0 -1 64 11118 0 0 0 14 5 0 0 16 0 9 0 1547463512 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3383] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3383/stat : 3383 (java) S 3366 3366 898 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1547463512 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3384] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3384/stat : 3384 (java) S 3366 3366 898 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1547463512 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3385] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3385/stat : 3385 (java) S 3366 3366 898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547463514 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3386] ppid=3366 vsize=812760 CPUtime=0.2
/proc/3380/task/3386/stat : 3386 (java) S 3366 3366 898 0 -1 64 798 0 0 0 20 0 0 0 16 0 9 0 1547463514 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3387] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3387/stat : 3387 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547463514 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3388] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3388/stat : 3388 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547463515 832266240 26541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860328

[startup+6.30261 s]
/proc/loadavg: 2.19 2.07 2.02 3/82 3388
/proc/meminfo: memFree=1308752/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3380] ppid=3366 vsize=812760 CPUtime=6.19
/proc/3380/stat : 3380 (java) S 3366 3366 898 0 -1 0 27137 0 1 0 604 15 0 0 18 0 9 0 1547463510 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3380/statm: 203190 26549 1894 9 0 197171 0
[pid=3380/tid=3381] ppid=3366 vsize=812760 CPUtime=5.75
/proc/3380/task/3381/stat : 3381 (java) R 3366 3366 898 0 -1 64 14514 0 1 0 567 8 0 0 25 0 9 0 1547463511 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4126913681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3382] ppid=3366 vsize=812760 CPUtime=0.19
/proc/3380/task/3382/stat : 3382 (java) S 3366 3366 898 0 -1 64 11118 0 0 0 14 5 0 0 16 0 9 0 1547463512 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3383] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3383/stat : 3383 (java) S 3366 3366 898 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1547463512 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3384] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3384/stat : 3384 (java) S 3366 3366 898 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1547463512 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3385] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3385/stat : 3385 (java) S 3366 3366 898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547463514 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3386] ppid=3366 vsize=812760 CPUtime=0.22
/proc/3380/task/3386/stat : 3386 (java) S 3366 3366 898 0 -1 64 806 0 0 0 22 0 0 0 16 0 9 0 1547463514 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3387] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3387/stat : 3387 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547463514 832266240 26549 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3388] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3388/stat : 3388 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547463515 832266240 26549 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) 860328

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

[startup+7.90281 s]
/proc/loadavg: 2.19 2.07 2.02 4/82 3388
/proc/meminfo: memFree=1307536/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3380] ppid=3366 vsize=812760 CPUtime=7.77
/proc/3380/stat : 3380 (java) S 3366 3366 898 0 -1 0 28169 0 1 0 761 16 0 0 18 0 9 0 1547463510 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3380/statm: 203190 27576 1916 9 0 197171 0
[pid=3380/tid=3381] ppid=3366 vsize=812760 CPUtime=7.19
/proc/3380/task/3381/stat : 3381 (java) R 3366 3366 898 0 -1 64 14561 0 1 0 710 9 0 0 25 0 9 0 1547463511 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4126633439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3382] ppid=3366 vsize=812760 CPUtime=0.26
/proc/3380/task/3382/stat : 3382 (java) S 3366 3366 898 0 -1 64 12063 0 0 0 21 5 0 0 16 0 9 0 1547463512 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3383] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3383/stat : 3383 (java) S 3366 3366 898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547463512 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3384] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3384/stat : 3384 (java) S 3366 3366 898 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1547463512 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3385] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3385/stat : 3385 (java) S 3366 3366 898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547463514 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3386] ppid=3366 vsize=812760 CPUtime=0.29
/proc/3380/task/3386/stat : 3386 (java) S 3366 3366 898 0 -1 64 846 0 0 0 28 1 0 0 16 0 9 0 1547463514 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3387] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3387/stat : 3387 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547463514 832266240 27576 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3388] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3388/stat : 3388 (java) R 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547463515 832266240 27576 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) 860328

[startup+9.50202 s]
/proc/loadavg: 2.18 2.07 2.02 3/82 3388
/proc/meminfo: memFree=1298512/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=0.01
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3380] ppid=3366 vsize=812760 CPUtime=9.36
/proc/3380/stat : 3380 (java) S 3366 3366 898 0 -1 0 29549 0 1 0 918 18 0 0 18 0 9 0 1547463510 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3380/statm: 203190 28954 1916 9 0 197171 0
[pid=3380/tid=3381] ppid=3366 vsize=812760 CPUtime=8.73
/proc/3380/task/3381/stat : 3381 (java) R 3366 3366 898 0 -1 64 14563 0 1 0 863 10 0 0 25 0 9 0 1547463511 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4126623648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3382] ppid=3366 vsize=812760 CPUtime=0.31
/proc/3380/task/3382/stat : 3382 (java) S 3366 3366 898 0 -1 64 13441 0 0 0 25 6 0 0 16 0 9 0 1547463512 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3383] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3383/stat : 3383 (java) S 3366 3366 898 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547463512 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3384] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3384/stat : 3384 (java) S 3366 3366 898 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1547463512 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3385] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3385/stat : 3385 (java) S 3366 3366 898 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547463514 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3386] ppid=3366 vsize=812760 CPUtime=0.29
/proc/3380/task/3386/stat : 3386 (java) S 3366 3366 898 0 -1 64 846 0 0 0 28 1 0 0 16 0 9 0 1547463514 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3387] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3387/stat : 3387 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547463514 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3380/tid=3388] ppid=3366 vsize=812760 CPUtime=0
/proc/3380/task/3388/stat : 3388 (java) S 3366 3366 898 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547463515 832266240 28954 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 860328

[startup+9.90708 s]
/proc/loadavg: 2.18 2.07 2.02 3/74 3389
/proc/meminfo: memFree=1396688/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=9.46
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 799 31261 0 1 0 0 924 22 17 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3389] ppid=3366 vsize=13248 CPUtime=0.3
/proc/3389/stat : 3389 (eSAT_static) R 3366 3366 898 0 -1 4194304 3165 0 0 0 29 1 0 0 20 0 1 0 1547464465 13565952 3147 996147200 134512640 135177480 4294955968 18446744073709551615 134538944 0 0 4096 3 0 0 0 17 1 0 0
/proc/3389/statm: 3312 3147 76 162 0 3147 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 60816

[startup+10.3021 s]
/proc/loadavg: 2.18 2.07 2.02 3/74 3389
/proc/meminfo: memFree=1396688/2055920 swapFree=4095080/4192956
[pid=3366] ppid=3364 vsize=47568 CPUtime=9.46
/proc/3366/stat : 3366 (galacE.sh) S 3364 3366 898 0 -1 4194304 799 31261 0 1 0 0 924 22 17 0 1 0 1547463506 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3366/statm: 11892 364 245 79 0 219 0
[pid=3389] ppid=3366 vsize=13308 CPUtime=0.7
/proc/3389/stat : 3389 (eSAT_static) R 3366 3366 898 0 -1 4194304 3525 0 0 0 69 1 0 0 24 0 1 0 1547464465 13627392 3199 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/3389/statm: 3327 3199 80 162 0 3162 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 60876

Child status: 0
Real time (s): 10.3408
CPU time (s): 10.2194
CPU user time (s): 9.97148
CPU system time (s): 0.247962
CPU usage (%): 98.8269
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.97148
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35784
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= 1440
involuntary context switches= 1640

runsolver used 0.016997 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 15:25:58
IDJOB=1074034
IDBENCH=56385
IDSOLVER=351
FILE ID=node40/1074034-1215177958
PBS_JOBID= 7881484
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd0ea3bec01ca4e77e7717bc8e3455e0
RANDOM SEED=224641312

node40.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.209
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.209
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:       1409216 kB
Buffers:         54280 kB
Cached:         260180 kB
SwapCached:      91976 kB
Active:         492836 kB
Inactive:       108608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409216 kB
SwapTotal:     4192956 kB
SwapFree:      4095080 kB
Dirty:            6404 kB
Writeback:           0 kB
Mapped:         294332 kB
Slab:            30000 kB
Committed_AS:  3379696 kB
PageTables:       2400 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= 66520 MiB
End job on node40 at 2008-07-04 15:26:09