Trace number 1081259

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 10.1685 10.2735

General information on the benchmark

Namecsp/renault/
normalized-renault_ext.xml
MD5SUM716b9d631b02038a07ad1e6130721329
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.547915
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints134
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension134
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.45/2.51	c start processing
2.45/2.51	c start relation processing
5.84/5.92	c start cnf exporting
7.62/7.78	c parsing time : 2.388
7.62/7.78	c preprocessing time : 7.657
7.62/7.78	
7.62/7.78	c Nary constraints - conflicts : 0 supports : 92
7.62/7.78	c Binary constraints - conflicts : 22 supports :20
7.62/7.78	c max arity constraint : 10
7.62/7.78	c Max Tuples generated 0
7.62/7.78	c relations : 117
7.62/7.78	c relations BDD: 89
7.62/7.78	c sampling 0/0
7.62/7.78	c vars : 13319 - clauses :  50661
7.62/7.78	
7.71/7.80	 
7.71/7.81	c --- SAT Solver Stats ---
7.71/7.81	 
7.71/7.84	c restarts              : 1
7.71/7.84	c conflicts             : 0              (0 /sec)
7.71/7.84	c decisions             : 136            (0.00 % random) (4251 /sec)
7.71/7.84	c propagations          : 13318          (416253 /sec)
7.71/7.84	c conflict literals     : 0              ( nan % deleted)
7.71/7.84	c Memory used           : 4.71 MB
7.71/7.84	c CPU time              : 0.031995 s
7.71/7.84	
7.71/7.85	s SATISFIABLE
10.09/10.27	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 1 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-1081259-1215216260/watcher-1081259-1215216260 -o /tmp/evaluation-result-1081259-1215216260/solver-1081259-1215216260 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1081259-1215216260.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.03 2.07 2.01 4/73 22072
/proc/meminfo: memFree=1525272/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=8560 CPUtime=0
/proc/22072/stat : 22072 (galacM.sh) R 22070 22072 18894 0 -1 4194304 304 0 0 0 0 0 0 0 20 0 1 0 262568713 8765440 250 996147200 4194304 4520092 548682068832 18446744073709551615 214945411176 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22072/statm: 2140 250 193 79 0 133 0

[startup+0.0879649 s]
/proc/loadavg: 2.03 2.07 2.01 4/73 22072
/proc/meminfo: memFree=1525272/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101965 s]
/proc/loadavg: 2.03 2.07 2.01 4/73 22072
/proc/meminfo: memFree=1525272/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302006 s]
/proc/loadavg: 2.03 2.07 2.01 4/73 22072
/proc/meminfo: memFree=1525272/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701086 s]
/proc/loadavg: 2.03 2.07 2.01 4/73 22072
/proc/meminfo: memFree=1525272/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50224 s]
/proc/loadavg: 2.03 2.07 2.01 3/83 22094
/proc/meminfo: memFree=1454280/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
[pid=22086] ppid=22072 vsize=812420 CPUtime=1.45
/proc/22086/stat : 22086 (java) S 22072 22072 18894 0 -1 0 25207 0 1 0 131 14 0 0 19 0 9 0 262568717 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22086/statm: 203105 24626 1888 9 0 197138 0
[pid=22086/tid=22087] ppid=22072 vsize=812420 CPUtime=1.22
/proc/22086/task/22087/stat : 22087 (java) R 22072 22072 18894 0 -1 64 14482 0 1 0 113 9 0 0 25 0 9 0 262568718 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4126634737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22088] ppid=22072 vsize=812420 CPUtime=0.11
/proc/22086/task/22088/stat : 22088 (java) S 22072 22072 18894 0 -1 64 9275 0 0 0 7 4 0 0 16 0 9 0 262568719 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22089] ppid=22072 vsize=812420 CPUtime=0
/proc/22086/task/22089/stat : 22089 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 262568719 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22090] ppid=22072 vsize=812420 CPUtime=0
/proc/22086/task/22090/stat : 22090 (java) S 22072 22072 18894 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 262568719 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22091] ppid=22072 vsize=812420 CPUtime=0
/proc/22086/task/22091/stat : 22091 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 262568721 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22092] ppid=22072 vsize=812420 CPUtime=0.1
/proc/22086/task/22092/stat : 22092 (java) S 22072 22072 18894 0 -1 64 752 0 0 0 10 0 0 0 16 0 9 0 262568721 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22093] ppid=22072 vsize=812420 CPUtime=0
/proc/22086/task/22093/stat : 22093 (java) S 22072 22072 18894 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 262568721 831918080 24626 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22094] ppid=22072 vsize=812420 CPUtime=0
/proc/22086/task/22094/stat : 22094 (java) S 22072 22072 18894 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262568721 831918080 24626 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) 859984

[startup+3.10255 s]
/proc/loadavg: 2.03 2.07 2.01 3/83 22094
/proc/meminfo: memFree=1430344/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
[pid=22086] ppid=22072 vsize=812552 CPUtime=3.03
/proc/22086/stat : 22086 (java) S 22072 22072 18894 0 -1 0 26965 0 1 0 288 15 0 0 19 0 9 0 262568717 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22086/statm: 203138 26381 1895 9 0 197171 0
[pid=22086/tid=22087] ppid=22072 vsize=812552 CPUtime=2.68
/proc/22086/task/22087/stat : 22087 (java) R 22072 22072 18894 0 -1 64 14508 0 1 0 259 9 0 0 25 0 9 0 262568718 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4126893518 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22088] ppid=22072 vsize=812552 CPUtime=0.16
/proc/22086/task/22088/stat : 22088 (java) S 22072 22072 18894 0 -1 64 10957 0 0 0 11 5 0 0 16 0 9 0 262568719 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22089] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22089/stat : 22089 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 262568719 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22090] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22090/stat : 22090 (java) S 22072 22072 18894 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 262568719 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22091] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22091/stat : 22091 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 262568721 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22092] ppid=22072 vsize=812552 CPUtime=0.17
/proc/22086/task/22092/stat : 22092 (java) S 22072 22072 18894 0 -1 64 802 0 0 0 17 0 0 0 16 0 9 0 262568721 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22093] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22093/stat : 22093 (java) S 22072 22072 18894 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 262568721 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22094] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22094/stat : 22094 (java) S 22072 22072 18894 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262568721 832053248 26381 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860116

[startup+6.30217 s]
/proc/loadavg: 2.02 2.07 2.01 3/83 22094
/proc/meminfo: memFree=1425160/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=0.01
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 262568713 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 214944639834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22072/statm: 11891 364 245 79 0 219 0
[pid=22086] ppid=22072 vsize=812552 CPUtime=6.22
/proc/22086/stat : 22086 (java) S 22072 22072 18894 0 -1 0 27255 0 1 0 606 16 0 0 19 0 9 0 262568717 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22086/statm: 203138 26665 1916 9 0 197171 0
[pid=22086/tid=22087] ppid=22072 vsize=812552 CPUtime=5.76
/proc/22086/task/22087/stat : 22087 (java) R 22072 22072 18894 0 -1 64 14555 0 1 0 567 9 0 0 25 0 9 0 262568718 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4127012503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22088] ppid=22072 vsize=812552 CPUtime=0.19
/proc/22086/task/22088/stat : 22088 (java) S 22072 22072 18894 0 -1 64 11157 0 0 0 14 5 0 0 16 0 9 0 262568719 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22089] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22089/stat : 22089 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 262568719 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22090] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22090/stat : 22090 (java) S 22072 22072 18894 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 262568719 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22091] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22091/stat : 22091 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 262568721 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22092] ppid=22072 vsize=812552 CPUtime=0.24
/proc/22086/task/22092/stat : 22092 (java) S 22072 22072 18894 0 -1 64 845 0 0 0 24 0 0 0 16 0 9 0 262568721 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22093] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22093/stat : 22093 (java) S 22072 22072 18894 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 262568721 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22086/tid=22094] ppid=22072 vsize=812552 CPUtime=0
/proc/22086/task/22094/stat : 22094 (java) S 22072 22072 18894 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262568721 832053248 26665 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860116

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

[startup+7.90148 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 22094
/proc/meminfo: memFree=1418768/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=7.77
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 836 31381 0 1 0 0 756 21 16 0 1 0 262568713 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22072/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 47564

[startup+9.50179 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 22104
/proc/meminfo: memFree=1468368/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=7.77
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 836 31381 0 1 0 0 756 21 16 0 1 0 262568713 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22072/statm: 11891 365 245 79 0 219 0
[pid=22096] ppid=22072 vsize=812468 CPUtime=1.63
/proc/22096/stat : 22096 (java) S 22072 22072 18894 0 -1 0 19137 0 1 0 154 9 0 0 18 0 9 0 262569498 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22096/statm: 203117 18554 1867 9 0 197150 0
[pid=22096/tid=22097] ppid=22072 vsize=812468 CPUtime=1.46
/proc/22096/task/22097/stat : 22097 (java) R 22072 22072 18894 0 -1 64 14372 0 1 0 139 7 0 0 25 0 9 0 262569499 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4126626639 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22098] ppid=22072 vsize=812468 CPUtime=0.03
/proc/22096/task/22098/stat : 22098 (java) S 22072 22072 18894 0 -1 64 3281 0 0 0 2 1 0 0 16 0 9 0 262569501 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22099] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22099/stat : 22099 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 262569501 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22100] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22100/stat : 22100 (java) S 22072 22072 18894 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 262569501 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22101] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22101/stat : 22101 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 262569503 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22102] ppid=22072 vsize=812468 CPUtime=0.11
/proc/22096/task/22102/stat : 22102 (java) S 22072 22072 18894 0 -1 64 766 0 0 0 11 0 0 0 17 0 9 0 262569503 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22103] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22103/stat : 22103 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262569503 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22104] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22104/stat : 22104 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 262569503 831967232 18554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 860032

[startup+9.90687 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 22104
/proc/meminfo: memFree=1456016/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=7.77
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 836 31381 0 1 0 0 756 21 16 0 1 0 262568713 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22072/statm: 11891 365 245 79 0 219 0
[pid=22096] ppid=22072 vsize=812468 CPUtime=2.03
/proc/22096/stat : 22096 (java) S 22072 22072 18894 0 -1 0 19242 0 1 0 194 9 0 0 18 0 9 0 262569498 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22096/statm: 203117 18658 1867 9 0 197150 0
[pid=22096/tid=22097] ppid=22072 vsize=812468 CPUtime=1.85
/proc/22096/task/22097/stat : 22097 (java) R 22072 22072 18894 0 -1 64 14373 0 1 0 178 7 0 0 25 0 9 0 262569499 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22098] ppid=22072 vsize=812468 CPUtime=0.04
/proc/22096/task/22098/stat : 22098 (java) S 22072 22072 18894 0 -1 64 3374 0 0 0 3 1 0 0 16 0 9 0 262569501 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22099] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22099/stat : 22099 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 262569501 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22100] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22100/stat : 22100 (java) S 22072 22072 18894 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 262569501 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22101] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22101/stat : 22101 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 262569503 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22102] ppid=22072 vsize=812468 CPUtime=0.12
/proc/22096/task/22102/stat : 22102 (java) R 22072 22072 18894 0 -1 64 777 0 0 0 12 0 0 0 16 0 9 0 262569503 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 101699938 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22103] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22103/stat : 22103 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262569503 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22104] ppid=22072 vsize=812468 CPUtime=0
/proc/22096/task/22104/stat : 22104 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 262569503 831967232 18658 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 860032

[startup+10.1019 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 22104
/proc/meminfo: memFree=1456016/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=7.77
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 836 31381 0 1 0 0 756 21 16 0 1 0 262568713 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22072/statm: 11891 365 245 79 0 219 0
[pid=22096] ppid=22072 vsize=812580 CPUtime=2.22
/proc/22096/stat : 22096 (java) S 22072 22072 18894 0 -1 0 19423 0 1 0 213 9 0 0 18 0 9 0 262569498 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22096/statm: 203145 18800 1922 9 0 197150 0
[pid=22096/tid=22097] ppid=22072 vsize=812580 CPUtime=2.01
/proc/22096/task/22097/stat : 22097 (java) R 22072 22072 18894 0 -1 64 14525 0 1 0 194 7 0 0 25 0 9 0 262569499 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4125972961 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22098] ppid=22072 vsize=812580 CPUtime=0.04
/proc/22096/task/22098/stat : 22098 (java) S 22072 22072 18894 0 -1 64 3374 0 0 0 3 1 0 0 16 0 9 0 262569501 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22099] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22099/stat : 22099 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 262569501 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22100] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22100/stat : 22100 (java) S 22072 22072 18894 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 262569501 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22101] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22101/stat : 22101 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 262569503 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22102] ppid=22072 vsize=812580 CPUtime=0.15
/proc/22096/task/22102/stat : 22102 (java) S 22072 22072 18894 0 -1 64 806 0 0 0 15 0 0 0 16 0 9 0 262569503 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22103] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22103/stat : 22103 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262569503 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22104] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22104/stat : 22104 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 262569503 832081920 18800 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 860144

[startup+10.2019 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 22104
/proc/meminfo: memFree=1456016/2055920 swapFree=4180776/4192956
[pid=22072] ppid=22070 vsize=47564 CPUtime=7.77
/proc/22072/stat : 22072 (galacM.sh) S 22070 22072 18894 0 -1 4194304 836 31381 0 1 0 0 756 21 16 0 1 0 262568713 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 214945202258 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22072/statm: 11891 365 245 79 0 219 0
[pid=22096] ppid=22072 vsize=812580 CPUtime=2.32
/proc/22096/stat : 22096 (java) S 22072 22072 18894 0 -1 0 19437 0 1 0 223 9 0 0 18 0 9 0 262569498 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22096/statm: 203145 18814 1923 9 0 197150 0
[pid=22096/tid=22097] ppid=22072 vsize=812580 CPUtime=2.09
/proc/22096/task/22097/stat : 22097 (java) R 22072 22072 18894 0 -1 64 14525 0 1 0 202 7 0 0 25 0 9 0 262569499 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 102064724 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22098] ppid=22072 vsize=812580 CPUtime=0.04
/proc/22096/task/22098/stat : 22098 (java) S 22072 22072 18894 0 -1 64 3374 0 0 0 3 1 0 0 16 0 9 0 262569501 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22099] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22099/stat : 22099 (java) S 22072 22072 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 262569501 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22100] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22100/stat : 22100 (java) S 22072 22072 18894 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 262569501 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22101] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22101/stat : 22101 (java) S 22072 22072 18894 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 262569503 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22102] ppid=22072 vsize=812580 CPUtime=0.16
/proc/22096/task/22102/stat : 22102 (java) S 22072 22072 18894 0 -1 64 820 0 0 0 16 0 0 0 16 0 9 0 262569503 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22103] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22103/stat : 22103 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262569503 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22096/tid=22104] ppid=22072 vsize=812580 CPUtime=0
/proc/22096/task/22104/stat : 22104 (java) S 22072 22072 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 262569503 832081920 18814 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 860144

Child status: 0
Real time (s): 10.2735
CPU time (s): 10.1685
CPU user time (s): 9.8305
CPU system time (s): 0.337948
CPU usage (%): 98.9776
Max. virtual memory (cumulated for all children) (KiB): 860144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.83051
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51866
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= 2256
involuntary context switches= 2314

runsolver used 0.006998 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 02:04:20
IDJOB=1081259
IDBENCH=57087
IDSOLVER=350
FILE ID=node85/1081259-1215216260
PBS_JOBID= 7881654
Free space on /tmp= 126844 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 716b9d631b02038a07ad1e6130721329
RANDOM SEED=2034155696

node85.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.272
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.272
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:       1525752 kB
Buffers:         88532 kB
Cached:         371132 kB
SwapCached:       7020 kB
Active:         217240 kB
Inactive:       261552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525752 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            6052 kB
Writeback:           0 kB
Mapped:          26256 kB
Slab:            37092 kB
Committed_AS:   669960 kB
PageTables:       1508 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= 126844 MiB
End job on node85 at 2008-07-05 02:04:30