Trace number 1073458

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 13.403 13.6435

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-36_ext.xml
MD5SUM8d02f56195405071dad2b634b0deeaf6
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.673897
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints154
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension154
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
3.01/3.15	c start processing
3.01/3.15	c start relation processing
7.56/7.79	c start cnf exporting
10.34/10.51	c parsing time : 3.003
10.34/10.51	c preprocessing time : 10.363
10.34/10.51	
10.34/10.51	c Nary constraints - conflicts : 12 supports : 100
10.34/10.51	c Binary constraints - conflicts : 22 supports :20
10.34/10.51	c max arity constraint : 10
10.34/10.51	c Max Tuples generated 0
10.34/10.51	c relations : 137
10.34/10.51	c relations BDD: 101
10.34/10.51	c sampling 0/0
10.34/10.51	c vars : 18555 - clauses :  70092
10.34/10.51	
10.34/10.58	 
10.34/10.58	c --- SAT Solver Stats ---
10.34/10.58	 
10.37/10.74	c restarts              : 3
10.37/10.74	c conflicts             : 409            (2821 /sec)
10.37/10.74	c decisions             : 1295           (1.31 % random) (8932 /sec)
10.37/10.74	c propagations          : 340140         (2346165 /sec)
10.37/10.74	c conflict literals     : 7295           (14.24 % deleted)
10.37/10.74	c Memory used           : 6.14 MB
10.37/10.74	c CPU time              : 0.144977 s
10.37/10.74	
10.37/10.74	s SATISFIABLE
13.34/13.64	v 3 1 22 5 1 1 1 3 1 1 1 0 0 2 1 0 1 1 1 0 1 1 0 1 14 2 5 0 0 0 1 0 28 14 1 0 0 1 1 2 0 0 0 1 2 0 7 0 0 3 0 1 2 1 1 10 1 1 0 0 0 0 2 1 0 2 2 0 1 2 0 0 2 2 6 0 0 0 0 1 6 1 0 0 0 1 1 0 0 0 0 1 0 0 0 3 3 4 0 0 4 5 6 4 6 4 9 5 5 2 3

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-1073458-1215177224/watcher-1073458-1215177224 -o /tmp/evaluation-result-1073458-1215177224/solver-1073458-1215177224 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1073458-1215177224.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.13 2.12 2.09 4/83 31315
/proc/meminfo: memFree=1081600/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=8560 CPUtime=0
/proc/31315/stat : 31315 (galacM.sh) R 31313 31315 29519 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1002127067 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 206381500303 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31315/statm: 2140 254 197 79 0 133 0

[startup+0.0245589 s]
/proc/loadavg: 2.13 2.12 2.09 4/83 31315
/proc/meminfo: memFree=1081600/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=8652 CPUtime=0
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 1002127067 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101589 s]
/proc/loadavg: 2.13 2.12 2.09 4/83 31315
/proc/meminfo: memFree=1081600/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=0.01
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 765 1698 0 0 0 0 0 1 24 0 1 0 1002127067 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.30159 s]
/proc/loadavg: 2.13 2.12 2.09 4/83 31315
/proc/meminfo: memFree=1081600/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=0.01
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 765 1698 0 0 0 0 0 1 24 0 1 0 1002127067 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701635 s]
/proc/loadavg: 2.13 2.12 2.09 4/83 31315
/proc/meminfo: memFree=1081600/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=0.01
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 765 1698 0 0 0 0 0 1 24 0 1 0 1002127067 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50273 s]
/proc/loadavg: 2.13 2.12 2.09 3/93 31337
/proc/meminfo: memFree=1028912/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=0.01
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 765 1698 0 0 0 0 0 1 24 0 1 0 1002127067 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 11890 364 245 79 0 219 0
[pid=31329] ppid=31315 vsize=812732 CPUtime=1.42
/proc/31329/stat : 31329 (java) S 31315 31315 29519 0 -1 0 19968 0 1 0 129 13 0 0 18 0 9 0 1002127073 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31329/statm: 203183 19388 1887 9 0 197164 0
[pid=31329/tid=31330] ppid=31315 vsize=812732 CPUtime=1.23
/proc/31329/task/31330/stat : 31330 (java) R 31315 31315 29519 0 -1 64 14475 0 1 0 113 10 0 0 25 0 9 0 1002127074 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4126627181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31331] ppid=31315 vsize=812732 CPUtime=0.04
/proc/31329/task/31331/stat : 31331 (java) S 31315 31315 29519 0 -1 64 4033 0 0 0 2 2 0 0 17 0 9 0 1002127075 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31332] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31332/stat : 31332 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1002127076 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31333] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31333/stat : 31333 (java) S 31315 31315 29519 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1002127076 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31334] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31334/stat : 31334 (java) S 31315 31315 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1002127078 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31335] ppid=31315 vsize=812732 CPUtime=0.12
/proc/31329/task/31335/stat : 31335 (java) S 31315 31315 29519 0 -1 64 760 0 0 0 12 0 0 0 16 0 9 0 1002127078 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31336] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31336/stat : 31336 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002127078 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31337] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31337/stat : 31337 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002127078 832237568 19388 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860292

[startup+3.10288 s]
/proc/loadavg: 2.13 2.12 2.09 3/93 31337
/proc/meminfo: memFree=989104/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=0.01
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 765 1698 0 0 0 0 0 1 24 0 1 0 1002127067 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 11890 364 245 79 0 219 0
[pid=31329] ppid=31315 vsize=812732 CPUtime=3
/proc/31329/stat : 31329 (java) S 31315 31315 29519 0 -1 0 27083 0 1 0 282 18 0 0 18 0 9 0 1002127073 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31329/statm: 203183 26498 1889 9 0 197164 0
[pid=31329/tid=31330] ppid=31315 vsize=812732 CPUtime=2.61
/proc/31329/task/31330/stat : 31330 (java) R 31315 31315 29519 0 -1 64 14487 0 1 0 251 10 0 0 25 0 9 0 1002127074 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31331] ppid=31315 vsize=812732 CPUtime=0.21
/proc/31329/task/31331/stat : 31331 (java) S 31315 31315 29519 0 -1 64 11118 0 0 0 15 6 0 0 16 0 9 0 1002127075 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31332] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31332/stat : 31332 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1002127076 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31333] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31333/stat : 31333 (java) S 31315 31315 29519 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1002127076 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31334] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31334/stat : 31334 (java) S 31315 31315 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1002127078 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31335] ppid=31315 vsize=812732 CPUtime=0.15
/proc/31329/task/31335/stat : 31335 (java) R 31315 31315 29519 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 1002127078 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 101993791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31336] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31336/stat : 31336 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002127078 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31337] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31337/stat : 31337 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002127078 832237568 26498 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860292

[startup+6.30222 s]
/proc/loadavg: 2.12 2.12 2.09 3/93 31337
/proc/meminfo: memFree=981552/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=0.01
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 765 1698 0 0 0 0 0 1 24 0 1 0 1002127067 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31315/statm: 11890 364 245 79 0 219 0
[pid=31329] ppid=31315 vsize=812732 CPUtime=6.16
/proc/31329/stat : 31329 (java) S 31315 31315 29519 0 -1 0 27141 0 1 0 598 18 0 0 18 0 9 0 1002127073 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31329/statm: 203183 26553 1894 9 0 197164 0
[pid=31329/tid=31330] ppid=31315 vsize=812732 CPUtime=5.71
/proc/31329/task/31330/stat : 31330 (java) R 31315 31315 29519 0 -1 64 14507 0 1 0 561 10 0 0 25 0 9 0 1002127074 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4126938715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31331] ppid=31315 vsize=812732 CPUtime=0.21
/proc/31329/task/31331/stat : 31331 (java) S 31315 31315 29519 0 -1 64 11118 0 0 0 15 6 0 0 16 0 9 0 1002127075 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31332] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31332/stat : 31332 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1002127076 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31333] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31333/stat : 31333 (java) S 31315 31315 29519 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1002127076 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31334] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31334/stat : 31334 (java) S 31315 31315 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1002127078 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31335] ppid=31315 vsize=812732 CPUtime=0.21
/proc/31329/task/31335/stat : 31335 (java) S 31315 31315 29519 0 -1 64 816 0 0 0 20 1 0 0 17 0 9 0 1002127078 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31336] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31336/stat : 31336 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002127078 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31329/tid=31337] ppid=31315 vsize=812732 CPUtime=0
/proc/31329/task/31337/stat : 31337 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002127078 832237568 26553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 860292

[startup+12.7029 s]
/proc/loadavg: 2.11 2.11 2.09 3/93 31347
/proc/meminfo: memFree=1023984/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=10.53
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 836 32804 0 1 0 0 1028 25 15 0 1 0 1002127067 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31315/statm: 11890 365 245 79 0 219 0
[pid=31339] ppid=31315 vsize=812772 CPUtime=1.92
/proc/31339/stat : 31339 (java) S 31315 31315 29519 0 -1 0 19148 0 1 0 180 12 0 0 18 0 9 0 1002128142 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31339/statm: 203193 18565 1866 9 0 197174 0
[pid=31339/tid=31340] ppid=31315 vsize=812772 CPUtime=1.72
/proc/31339/task/31340/stat : 31340 (java) R 31315 31315 29519 0 -1 64 14391 0 1 0 163 9 0 0 25 0 9 0 1002128143 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4126626777 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31341] ppid=31315 vsize=812772 CPUtime=0.04
/proc/31339/task/31341/stat : 31341 (java) S 31315 31315 29519 0 -1 64 3268 0 0 0 3 1 0 0 16 0 9 0 1002128145 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31342] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31342/stat : 31342 (java) S 31315 31315 29519 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1002128145 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31343] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31343/stat : 31343 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002128145 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31344] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31344/stat : 31344 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002128147 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31345] ppid=31315 vsize=812772 CPUtime=0.13
/proc/31339/task/31345/stat : 31345 (java) S 31315 31315 29519 0 -1 64 772 0 0 0 13 0 0 0 16 0 9 0 1002128147 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31346] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31346/stat : 31346 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002128147 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31347] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31347/stat : 31347 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002128147 832278528 18565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 860332

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

[startup+13.1029 s]
/proc/loadavg: 2.11 2.11 2.09 3/93 31347
/proc/meminfo: memFree=1011888/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=10.53
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 836 32804 0 1 0 0 1028 25 15 0 1 0 1002127067 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31315/statm: 11890 365 245 79 0 219 0
[pid=31339] ppid=31315 vsize=812772 CPUtime=2.32
/proc/31339/stat : 31339 (java) S 31315 31315 29519 0 -1 0 19156 0 1 0 219 13 0 0 18 0 9 0 1002128142 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31339/statm: 203193 18572 1866 9 0 197174 0
[pid=31339/tid=31340] ppid=31315 vsize=812772 CPUtime=2.09
/proc/31339/task/31340/stat : 31340 (java) R 31315 31315 29519 0 -1 64 14392 0 1 0 200 9 0 0 25 0 9 0 1002128143 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4126379599 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31341] ppid=31315 vsize=812772 CPUtime=0.05
/proc/31339/task/31341/stat : 31341 (java) S 31315 31315 29519 0 -1 64 3268 0 0 0 4 1 0 0 16 0 9 0 1002128145 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31342] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31342/stat : 31342 (java) S 31315 31315 29519 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1002128145 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31343] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31343/stat : 31343 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002128145 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31344] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31344/stat : 31344 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002128147 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31345] ppid=31315 vsize=812772 CPUtime=0.14
/proc/31339/task/31345/stat : 31345 (java) S 31315 31315 29519 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 1002128147 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31346] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31346/stat : 31346 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002128147 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31347] ppid=31315 vsize=812772 CPUtime=0
/proc/31339/task/31347/stat : 31347 (java) R 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002128147 832278528 18572 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 860332

[startup+13.503 s]
/proc/loadavg: 2.11 2.11 2.09 3/93 31347
/proc/meminfo: memFree=1011888/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=10.53
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 836 32804 0 1 0 0 1028 25 15 0 1 0 1002127067 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31315/statm: 11890 365 245 79 0 219 0
[pid=31339] ppid=31315 vsize=812884 CPUtime=2.71
/proc/31339/stat : 31339 (java) S 31315 31315 29519 0 -1 0 19346 0 1 0 258 13 0 0 18 0 9 0 1002128142 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31339/statm: 203221 18723 1923 9 0 197174 0
[pid=31339/tid=31340] ppid=31315 vsize=812884 CPUtime=2.43
/proc/31339/task/31340/stat : 31340 (java) R 31315 31315 29519 0 -1 64 14545 0 1 0 233 10 0 0 25 0 9 0 1002128143 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4126620182 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31341] ppid=31315 vsize=812884 CPUtime=0.05
/proc/31339/task/31341/stat : 31341 (java) S 31315 31315 29519 0 -1 64 3268 0 0 0 4 1 0 0 16 0 9 0 1002128145 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31342] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31342/stat : 31342 (java) S 31315 31315 29519 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1002128145 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31343] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31343/stat : 31343 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002128145 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31344] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31344/stat : 31344 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31345] ppid=31315 vsize=812884 CPUtime=0.19
/proc/31339/task/31345/stat : 31345 (java) S 31315 31315 29519 0 -1 64 816 0 0 0 19 0 0 0 16 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31346] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31346/stat : 31346 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31347] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31347/stat : 31347 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 860444

[startup+13.603 s]
/proc/loadavg: 2.11 2.11 2.09 3/93 31347
/proc/meminfo: memFree=1011888/2055920 swapFree=4180884/4192956
[pid=31315] ppid=31313 vsize=47560 CPUtime=10.53
/proc/31315/stat : 31315 (galacM.sh) S 31313 31315 29519 0 -1 4194304 836 32804 0 1 0 0 1028 25 15 0 1 0 1002127067 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/31315/statm: 11890 365 245 79 0 219 0
[pid=31339] ppid=31315 vsize=812884 CPUtime=2.81
/proc/31339/stat : 31339 (java) S 31315 31315 29519 0 -1 0 19346 0 1 0 268 13 0 0 18 0 9 0 1002128142 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31339/statm: 203221 18723 1923 9 0 197174 0
[pid=31339/tid=31340] ppid=31315 vsize=812884 CPUtime=2.53
/proc/31339/task/31340/stat : 31340 (java) R 31315 31315 29519 0 -1 64 14545 0 1 0 243 10 0 0 25 0 9 0 1002128143 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4126913701 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31341] ppid=31315 vsize=812884 CPUtime=0.05
/proc/31339/task/31341/stat : 31341 (java) S 31315 31315 29519 0 -1 64 3268 0 0 0 4 1 0 0 16 0 9 0 1002128145 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31342] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31342/stat : 31342 (java) S 31315 31315 29519 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1002128145 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31343] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31343/stat : 31343 (java) S 31315 31315 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002128145 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31344] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31344/stat : 31344 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31345] ppid=31315 vsize=812884 CPUtime=0.19
/proc/31339/task/31345/stat : 31345 (java) S 31315 31315 29519 0 -1 64 816 0 0 0 19 0 0 0 16 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31346] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31346/stat : 31346 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=31339/tid=31347] ppid=31315 vsize=812884 CPUtime=0
/proc/31339/task/31347/stat : 31347 (java) S 31315 31315 29519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002128147 832393216 18723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 13.6435
CPU time (s): 13.403
CPU user time (s): 12.985
CPU system time (s): 0.417936
CPU usage (%): 98.2369
Max. virtual memory (cumulated for all children) (KiB): 860444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.985
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53198
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= 1783
involuntary context switches= 2027

runsolver used 0.018997 second user time and 0.06499 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 15:13:44
IDJOB=1073458
IDBENCH=56352
IDSOLVER=350
FILE ID=node2/1073458-1215177224
PBS_JOBID= 7881409
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d02f56195405071dad2b634b0deeaf6
RANDOM SEED=901263263

node2.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.236
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.236
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:       1082080 kB
Buffers:         58384 kB
Cached:         140184 kB
SwapCached:       5908 kB
Active:         825332 kB
Inactive:        84364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082080 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            6072 kB
Writeback:           0 kB
Mapped:         722492 kB
Slab:            47236 kB
Committed_AS:  2271348 kB
PageTables:       3996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-04 15:13:58