Trace number 1073711

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 MUNSAT 8.45971 8.56659

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-42_ext.xml
MD5SUM3986b6a0b6b8a22fe8979c9e20fbe6c5
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.606907
Satisfiable
(Un)Satisfiability was proved
Number of variables108
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.63/2.78	c start processing
2.63/2.78	c start relation processing
6.00/6.16	c start cnf exporting
8.27/8.46	c parsing time : 2.662
8.27/8.46	c preprocessing time : 8.343
8.27/8.47	
8.27/8.47	c Nary constraints - conflicts : 14 supports : 93
8.27/8.47	c Binary constraints - conflicts : 22 supports :20
8.27/8.47	c max arity constraint : 10
8.27/8.47	c Max Tuples generated 0
8.27/8.47	c relations : 132
8.27/8.47	c relations BDD: 95
8.27/8.47	c sampling 0/0
8.27/8.47	c vars : 15817 - clauses :  59737
8.27/8.47	
8.27/8.49	 
8.27/8.49	c --- SAT Solver Stats ---
8.27/8.49	 
8.36/8.56	c restarts              : 2
8.36/8.56	c conflicts             : 106            (1683 /sec)
8.36/8.56	c decisions             : 189            (0.00 % random) (3000 /sec)
8.36/8.56	c propagations          : 106170         (1685506 /sec)
8.36/8.56	c conflict literals     : 1366           (33.85 % deleted)
8.36/8.56	c Memory used           : 5.23 MB
8.36/8.56	c CPU time              : 0.06299 s
8.36/8.56	
8.36/8.56	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-1073711-1215177548/watcher-1073711-1215177548 -o /tmp/evaluation-result-1073711-1215177548/solver-1073711-1215177548 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1073711-1215177548.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.30 2.15 2.05 4/72 20576
/proc/meminfo: memFree=1707152/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=5316 CPUtime=0
/proc/20576/stat : 20576 (galacM.sh) R 20574 20576 18419 0 -1 4194304 229 0 0 0 0 0 0 0 21 0 1 0 1996727113 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 273651135977 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20576/statm: 1329 193 146 79 0 121 0

[startup+0.045252 s]
/proc/loadavg: 2.30 2.15 2.05 4/72 20576
/proc/meminfo: memFree=1707152/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102332 s]
/proc/loadavg: 2.30 2.15 2.05 4/72 20576
/proc/meminfo: memFree=1707152/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301366 s]
/proc/loadavg: 2.30 2.15 2.05 4/72 20576
/proc/meminfo: memFree=1707152/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701425 s]
/proc/loadavg: 2.30 2.15 2.05 4/72 20576
/proc/meminfo: memFree=1707152/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50154 s]
/proc/loadavg: 2.30 2.15 2.05 3/82 20598
/proc/meminfo: memFree=1635712/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
[pid=20590] ppid=20576 vsize=812628 CPUtime=1.44
/proc/20590/stat : 20590 (java) S 20576 20576 18419 0 -1 0 24533 0 1 0 131 13 0 0 18 0 9 0 1996727117 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20590/statm: 203157 23953 1888 9 0 197138 0
[pid=20590/tid=20591] ppid=20576 vsize=812628 CPUtime=1.22
/proc/20590/task/20591/stat : 20591 (java) R 20576 20576 18419 0 -1 64 14482 0 1 0 114 8 0 0 25 0 9 0 1996727118 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4126663407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20592] ppid=20576 vsize=812628 CPUtime=0.08
/proc/20590/task/20592/stat : 20592 (java) S 20576 20576 18419 0 -1 64 8602 0 0 0 5 3 0 0 16 0 9 0 1996727120 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20593] ppid=20576 vsize=812628 CPUtime=0
/proc/20590/task/20593/stat : 20593 (java) S 20576 20576 18419 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996727120 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20594] ppid=20576 vsize=812628 CPUtime=0
/proc/20590/task/20594/stat : 20594 (java) S 20576 20576 18419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996727120 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20595] ppid=20576 vsize=812628 CPUtime=0
/proc/20590/task/20595/stat : 20595 (java) S 20576 20576 18419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996727122 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20596] ppid=20576 vsize=812628 CPUtime=0.11
/proc/20590/task/20596/stat : 20596 (java) S 20576 20576 18419 0 -1 64 751 0 0 0 11 0 0 0 16 0 9 0 1996727122 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20597] ppid=20576 vsize=812628 CPUtime=0
/proc/20590/task/20597/stat : 20597 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996727122 832131072 23953 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20598] ppid=20576 vsize=812628 CPUtime=0
/proc/20590/task/20598/stat : 20598 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996727122 832131072 23953 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) 860188

[startup+3.10278 s]
/proc/loadavg: 2.30 2.15 2.05 3/82 20598
/proc/meminfo: memFree=1611264/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
[pid=20590] ppid=20576 vsize=812744 CPUtime=3.02
/proc/20590/stat : 20590 (java) S 20576 20576 18419 0 -1 0 26953 0 1 0 287 15 0 0 18 0 9 0 1996727117 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20590/statm: 203186 26369 1895 9 0 197167 0
[pid=20590/tid=20591] ppid=20576 vsize=812744 CPUtime=2.66
/proc/20590/task/20591/stat : 20591 (java) R 20576 20576 18419 0 -1 64 14510 0 1 0 257 9 0 0 25 0 9 0 1996727118 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4126909416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20592] ppid=20576 vsize=812744 CPUtime=0.14
/proc/20590/task/20592/stat : 20592 (java) S 20576 20576 18419 0 -1 64 10943 0 0 0 10 4 0 0 16 0 9 0 1996727120 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20593] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20593/stat : 20593 (java) S 20576 20576 18419 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996727120 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20594] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20594/stat : 20594 (java) S 20576 20576 18419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996727120 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20595] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20595/stat : 20595 (java) S 20576 20576 18419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996727122 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20596] ppid=20576 vsize=812744 CPUtime=0.19
/proc/20590/task/20596/stat : 20596 (java) S 20576 20576 18419 0 -1 64 802 0 0 0 18 1 0 0 16 0 9 0 1996727122 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20597] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20597/stat : 20597 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996727122 832249856 26369 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20598] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20598/stat : 20598 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996727122 832249856 26369 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) 860304

[startup+6.3029 s]
/proc/loadavg: 2.36 2.17 2.05 3/82 20598
/proc/meminfo: memFree=1530880/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
[pid=20590] ppid=20576 vsize=812744 CPUtime=6.19
/proc/20590/stat : 20590 (java) S 20576 20576 18419 0 -1 0 27214 0 1 0 603 16 0 0 18 0 9 0 1996727117 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20590/statm: 203186 26625 1915 9 0 197167 0
[pid=20590/tid=20591] ppid=20576 vsize=812744 CPUtime=5.75
/proc/20590/task/20591/stat : 20591 (java) R 20576 20576 18419 0 -1 64 14555 0 1 0 566 9 0 0 25 0 9 0 1996727118 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20592] ppid=20576 vsize=812744 CPUtime=0.16
/proc/20590/task/20592/stat : 20592 (java) S 20576 20576 18419 0 -1 64 11122 0 0 0 12 4 0 0 16 0 9 0 1996727120 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20593] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20593/stat : 20593 (java) S 20576 20576 18419 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996727120 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20594] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20594/stat : 20594 (java) S 20576 20576 18419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996727120 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20595] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20595/stat : 20595 (java) S 20576 20576 18419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996727122 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20596] ppid=20576 vsize=812744 CPUtime=0.25
/proc/20590/task/20596/stat : 20596 (java) S 20576 20576 18419 0 -1 64 839 0 0 0 24 1 0 0 15 0 9 0 1996727122 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20597] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20597/stat : 20597 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996727122 832249856 26625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20598] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20598/stat : 20598 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996727122 832249856 26625 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) 860304

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

[startup+7.90249 s]
/proc/loadavg: 2.36 2.17 2.05 3/83 20599
/proc/meminfo: memFree=1497464/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
[pid=20590] ppid=20576 vsize=812744 CPUtime=7.77
/proc/20590/stat : 20590 (java) S 20576 20576 18419 0 -1 0 29353 0 1 0 760 17 0 0 18 0 9 0 1996727117 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20590/statm: 203186 28760 1917 9 0 197167 0
[pid=20590/tid=20591] ppid=20576 vsize=812744 CPUtime=7.21
/proc/20590/task/20591/stat : 20591 (java) R 20576 20576 18419 0 -1 64 14560 0 1 0 712 9 0 0 25 0 9 0 1996727118 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4127091818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20592] ppid=20576 vsize=812744 CPUtime=0.26
/proc/20590/task/20592/stat : 20592 (java) S 20576 20576 18419 0 -1 64 13245 0 0 0 21 5 0 0 16 0 9 0 1996727120 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20593] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20593/stat : 20593 (java) S 20576 20576 18419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996727120 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20594] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20594/stat : 20594 (java) S 20576 20576 18419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996727120 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20595] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20595/stat : 20595 (java) S 20576 20576 18419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20596] ppid=20576 vsize=812744 CPUtime=0.27
/proc/20590/task/20596/stat : 20596 (java) S 20576 20576 18419 0 -1 64 850 0 0 0 26 1 0 0 16 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20597] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20597/stat : 20597 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20598] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20598/stat : 20598 (java) R 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996727122 832249856 28760 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) 860304

[startup+8.30255 s]
/proc/loadavg: 2.36 2.17 2.05 3/83 20599
/proc/meminfo: memFree=1497464/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=0.01
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
[pid=20590] ppid=20576 vsize=812744 CPUtime=8.16
/proc/20590/stat : 20590 (java) S 20576 20576 18419 0 -1 0 29354 0 1 0 799 17 0 0 18 0 9 0 1996727117 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20590/statm: 203186 28760 1917 9 0 197167 0
[pid=20590/tid=20591] ppid=20576 vsize=812744 CPUtime=7.61
/proc/20590/task/20591/stat : 20591 (java) R 20576 20576 18419 0 -1 64 14561 0 1 0 751 10 0 0 25 0 9 0 1996727118 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4126976806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20592] ppid=20576 vsize=812744 CPUtime=0.26
/proc/20590/task/20592/stat : 20592 (java) S 20576 20576 18419 0 -1 64 13245 0 0 0 21 5 0 0 16 0 9 0 1996727120 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20593] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20593/stat : 20593 (java) S 20576 20576 18419 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996727120 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20594] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20594/stat : 20594 (java) S 20576 20576 18419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996727120 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20595] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20595/stat : 20595 (java) S 20576 20576 18419 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20596] ppid=20576 vsize=812744 CPUtime=0.27
/proc/20590/task/20596/stat : 20596 (java) S 20576 20576 18419 0 -1 64 850 0 0 0 26 1 0 0 16 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20597] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20597/stat : 20597 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20590/tid=20598] ppid=20576 vsize=812744 CPUtime=0
/proc/20590/task/20598/stat : 20598 (java) S 20576 20576 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996727122 832249856 28760 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 860304

[startup+8.50258 s]
/proc/loadavg: 2.36 2.17 2.05 3/83 20599
/proc/meminfo: memFree=1497464/2055920 swapFree=4180424/4192956
[pid=20576] ppid=20574 vsize=47560 CPUtime=8.36
/proc/20576/stat : 20576 (galacM.sh) S 20574 20576 18419 0 -1 4194304 799 31064 0 1 0 0 816 20 17 0 1 0 1996727113 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20576/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 8.56659
CPU time (s): 8.45971
CPU user time (s): 8.23975
CPU system time (s): 0.219966
CPU usage (%): 98.7524
Max. virtual memory (cumulated for all children) (KiB): 860304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23975
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33256
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= 1403
involuntary context switches= 1515

runsolver used 0.016997 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 15:19:08
IDJOB=1073711
IDBENCH=56369
IDSOLVER=350
FILE ID=node52/1073711-1215177548
PBS_JOBID= 7881501
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3986b6a0b6b8a22fe8979c9e20fbe6c5
RANDOM SEED=1679446174

node52.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.265
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.265
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:       1707632 kB
Buffers:         76364 kB
Cached:         195016 kB
SwapCached:       6808 kB
Active:         176112 kB
Inactive:       110224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707632 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           12700 kB
Writeback:           0 kB
Mapped:          21212 kB
Slab:            47364 kB
Committed_AS:  3931088 kB
PageTables:       1856 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= 66548 MiB
End job on node52 at 2008-07-04 15:19:17