Trace number 1073758

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac EUNSAT 12.0312 12.1978

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-28_ext.xml
MD5SUM062cfd0efc748a7206ee73ebb35a085b
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.658899
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints159
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension159
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.83/2.94	c start processing
2.83/2.94	c start relation processing
6.89/7.04	c start cnf exporting
10.35/10.50	c parsing time : 2.81
10.35/10.50	c preprocessing time : 10.377
10.35/10.50	
10.35/10.50	c Nary constraints - conflicts : 11 supports : 106
10.35/10.51	c Binary constraints - conflicts : 22 supports :20
10.35/10.51	c max arity constraint : 10
10.35/10.51	c Max Tuples generated 0
10.35/10.51	c relations : 142
10.35/10.51	c relations BDD: 106
10.35/10.51	c sampling 0/0
10.35/10.51	c vars : 23963 - clauses :  90023
10.35/10.51	
10.35/10.55	 
10.35/10.55	c --- SAT Solver Stats ---
10.35/10.55	 
10.35/10.55	c eSAT 0.1 : minisat core with additionnal features
10.35/10.55	c ============================[ Problem Statistics ]=============================
10.35/10.55	c |                                                                             |
10.35/10.56	c |  Number of variables:  23962                                                |
10.35/10.56	c |  Number of clauses:    90023                                                |
10.39/10.66	c |  Parsing time:         0.09         s                                       |
11.91/12.19	c restarts              : 203
11.91/12.19	c conflicts             : 626            (393 /sec)
11.91/12.19	c decisions             : 12606          (82.41 % random) (7920 /sec)
11.91/12.19	c euip                  : 70          
11.91/12.19	c propagations          : 1014496        (637343 /sec)
11.91/12.19	c conflict literals     : 6145           (24.67 % deleted)
11.91/12.19	c Memory used           : 16.46 MB
11.91/12.19	c CPU time              : 1.59176 s
11.91/12.19	c 
11.91/12.19	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-1073758-1215177634/watcher-1073758-1215177634 -o /tmp/evaluation-result-1073758-1215177634/solver-1073758-1215177634 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1073758-1215177634.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.15 2.18 2.21 4/72 13068
/proc/meminfo: memFree=1712936/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=8560 CPUtime=0
/proc/13068/stat : 13068 (galacE.sh) R 13066 13068 11173 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 640697040 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 231493846927 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13068/statm: 2140 254 197 79 0 133 0

[startup+0.0689541 s]
/proc/loadavg: 2.15 2.18 2.21 4/72 13068
/proc/meminfo: memFree=1712936/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102943 s]
/proc/loadavg: 2.15 2.18 2.21 4/72 13068
/proc/meminfo: memFree=1712936/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302965 s]
/proc/loadavg: 2.15 2.18 2.21 4/72 13068
/proc/meminfo: memFree=1712936/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.703036 s]
/proc/loadavg: 2.15 2.18 2.21 4/72 13068
/proc/meminfo: memFree=1712936/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50115 s]
/proc/loadavg: 2.15 2.18 2.21 3/82 13090
/proc/meminfo: memFree=1642072/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13082] ppid=13068 vsize=812628 CPUtime=1.44
/proc/13082/stat : 13082 (java) S 13068 13068 11173 0 -1 0 24531 0 1 0 130 14 0 0 18 0 9 0 640697044 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13082/statm: 203157 23950 1888 9 0 197138 0
[pid=13082/tid=13083] ppid=13068 vsize=812628 CPUtime=1.2
/proc/13082/task/13083/stat : 13083 (java) R 13068 13068 11173 0 -1 64 14484 0 1 0 112 8 0 0 25 0 9 0 640697045 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4126633416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13084] ppid=13068 vsize=812628 CPUtime=0.09
/proc/13082/task/13084/stat : 13084 (java) S 13068 13068 11173 0 -1 64 8599 0 0 0 5 4 0 0 16 0 9 0 640697047 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13085] ppid=13068 vsize=812628 CPUtime=0
/proc/13082/task/13085/stat : 13085 (java) S 13068 13068 11173 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 640697047 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13086] ppid=13068 vsize=812628 CPUtime=0
/proc/13082/task/13086/stat : 13086 (java) S 13068 13068 11173 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 640697047 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13087] ppid=13068 vsize=812628 CPUtime=0
/proc/13082/task/13087/stat : 13087 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640697049 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13088] ppid=13068 vsize=812628 CPUtime=0.11
/proc/13082/task/13088/stat : 13088 (java) S 13068 13068 11173 0 -1 64 749 0 0 0 11 0 0 0 16 0 9 0 640697049 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13089] ppid=13068 vsize=812628 CPUtime=0
/proc/13082/task/13089/stat : 13089 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640697049 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13090] ppid=13068 vsize=812628 CPUtime=0
/proc/13082/task/13090/stat : 13090 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640697050 832131072 23950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860200

[startup+3.10239 s]
/proc/loadavg: 2.13 2.17 2.21 3/82 13090
/proc/meminfo: memFree=1617880/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13082] ppid=13068 vsize=812744 CPUtime=3.02
/proc/13082/stat : 13082 (java) S 13068 13068 11173 0 -1 0 27129 0 1 0 287 15 0 0 18 0 9 0 640697044 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13082/statm: 203186 26543 1895 9 0 197167 0
[pid=13082/tid=13083] ppid=13068 vsize=812744 CPUtime=2.62
/proc/13082/task/13083/stat : 13083 (java) R 13068 13068 11173 0 -1 64 14513 0 1 0 254 8 0 0 25 0 9 0 640697045 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4126918161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13084] ppid=13068 vsize=812744 CPUtime=0.18
/proc/13082/task/13084/stat : 13084 (java) S 13068 13068 11173 0 -1 64 11118 0 0 0 12 6 0 0 16 0 9 0 640697047 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13085] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13085/stat : 13085 (java) S 13068 13068 11173 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 640697047 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13086] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13086/stat : 13086 (java) S 13068 13068 11173 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 640697047 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13087] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13087/stat : 13087 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640697049 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13088] ppid=13068 vsize=812744 CPUtime=0.2
/proc/13082/task/13088/stat : 13088 (java) S 13068 13068 11173 0 -1 64 799 0 0 0 20 0 0 0 15 0 9 0 640697049 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13089] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13089/stat : 13089 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640697049 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13090] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13090/stat : 13090 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640697050 832249856 26543 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860316

[startup+6.30186 s]
/proc/loadavg: 2.13 2.17 2.21 3/82 13090
/proc/meminfo: memFree=1613016/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13082] ppid=13068 vsize=812744 CPUtime=6.19
/proc/13082/stat : 13082 (java) S 13068 13068 11173 0 -1 0 27138 0 1 0 603 16 0 0 18 0 9 0 640697044 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13082/statm: 203186 26550 1895 9 0 197167 0
[pid=13082/tid=13083] ppid=13068 vsize=812744 CPUtime=5.77
/proc/13082/task/13083/stat : 13083 (java) R 13068 13068 11173 0 -1 64 14515 0 1 0 569 8 0 0 25 0 9 0 640697045 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4126927384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13084] ppid=13068 vsize=812744 CPUtime=0.18
/proc/13082/task/13084/stat : 13084 (java) S 13068 13068 11173 0 -1 64 11118 0 0 0 12 6 0 0 16 0 9 0 640697047 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13082/tid=13085] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13085/stat : 13085 (java) S 13068 13068 11173 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 640697047 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13086] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13086/stat : 13086 (java) S 13068 13068 11173 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 640697047 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13087] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13087/stat : 13087 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640697049 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13088] ppid=13068 vsize=812744 CPUtime=0.21
/proc/13082/task/13088/stat : 13088 (java) S 13068 13068 11173 0 -1 64 806 0 0 0 21 0 0 0 16 0 9 0 640697049 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13089] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13089/stat : 13089 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640697049 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13090] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13090/stat : 13090 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640697050 832249856 26550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860316

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

[startup+9.50233 s]
/proc/loadavg: 2.12 2.17 2.21 3/82 13090
/proc/meminfo: memFree=1599576/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=0.01
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 765 1698 0 0 0 0 0 1 25 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13082] ppid=13068 vsize=812744 CPUtime=9.35
/proc/13082/stat : 13082 (java) S 13068 13068 11173 0 -1 0 30372 0 1 0 916 19 0 0 18 0 9 0 640697044 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13082/statm: 203186 29776 1917 9 0 197167 0
[pid=13082/tid=13083] ppid=13068 vsize=812744 CPUtime=8.7
/proc/13082/task/13083/stat : 13083 (java) R 13068 13068 11173 0 -1 64 14564 0 1 0 861 9 0 0 25 0 9 0 640697045 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4127010630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13084] ppid=13068 vsize=812744 CPUtime=0.35
/proc/13082/task/13084/stat : 13084 (java) S 13068 13068 11173 0 -1 64 14262 0 0 0 27 8 0 0 16 0 9 0 640697047 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13085] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13085/stat : 13085 (java) S 13068 13068 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 640697047 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13086] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13086/stat : 13086 (java) S 13068 13068 11173 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 640697047 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13087] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13087/stat : 13087 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640697049 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13088] ppid=13068 vsize=812744 CPUtime=0.29
/proc/13082/task/13088/stat : 13088 (java) S 13068 13068 11173 0 -1 64 847 0 0 0 28 1 0 0 15 0 9 0 640697049 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13089] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13089/stat : 13089 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640697049 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13082/tid=13090] ppid=13068 vsize=812744 CPUtime=0
/proc/13082/task/13090/stat : 13090 (java) S 13068 13068 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640697050 832249856 29776 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 860316

[startup+11.1026 s]
/proc/loadavg: 2.12 2.17 2.21 3/74 13091
/proc/meminfo: memFree=1695960/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=10.39
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 799 32085 0 1 0 0 1016 23 17 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13091] ppid=13068 vsize=18272 CPUtime=0.52
/proc/13091/stat : 13091 (eSAT_static) R 13068 13068 11173 0 -1 4194304 4247 0 0 0 51 1 0 0 23 0 1 0 640698096 18710528 4229 996147200 134512640 135177480 4294955968 18446744073709551615 134537092 0 0 4096 3 0 0 0 17 1 0 0
/proc/13091/statm: 4568 4229 76 162 0 4403 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 65844

[startup+11.9017 s]
/proc/loadavg: 2.12 2.17 2.21 3/74 13091
/proc/meminfo: memFree=1695960/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=10.39
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 799 32085 0 1 0 0 1016 23 17 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13091] ppid=13068 vsize=16852 CPUtime=1.32
/proc/13091/stat : 13091 (eSAT_static) R 13068 13068 11173 0 -1 4194304 4436 0 0 0 131 1 0 0 25 0 1 0 640698096 17256448 4007 996147200 134512640 135177480 4294955968 18446744073709551615 134573890 0 0 4096 3 0 0 0 17 1 0 0
/proc/13091/statm: 4213 4007 80 162 0 4048 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 64424

[startup+12.1067 s]
/proc/loadavg: 2.11 2.17 2.21 3/74 13091
/proc/meminfo: memFree=1694488/2055920 swapFree=4180808/4192956
[pid=13068] ppid=13066 vsize=47572 CPUtime=10.39
/proc/13068/stat : 13068 (galacE.sh) S 13066 13068 11173 0 -1 4194304 799 32085 0 1 0 0 1016 23 17 0 1 0 640697040 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13068/statm: 11893 364 245 79 0 219 0
[pid=13091] ppid=13068 vsize=16852 CPUtime=1.52
/proc/13091/stat : 13091 (eSAT_static) R 13068 13068 11173 0 -1 4194304 4436 0 0 0 151 1 0 0 25 0 1 0 640698096 17256448 4007 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/13091/statm: 4213 4007 80 162 0 4048 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 64424

Child status: 0
Real time (s): 12.1978
CPU time (s): 12.0312
CPU user time (s): 11.7662
CPU system time (s): 0.264959
CPU usage (%): 98.6339
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7662
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37519
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= 1443
involuntary context switches= 1492

runsolver used 0.026995 second user time and 0.043993 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 15:20:34
IDJOB=1073758
IDBENCH=56371
IDSOLVER=351
FILE ID=node39/1073758-1215177634
PBS_JOBID= 7881480
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 062cfd0efc748a7206ee73ebb35a085b
RANDOM SEED=1185322344

node39.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.267
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.267
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:       1713416 kB
Buffers:         32092 kB
Cached:         123112 kB
SwapCached:       5956 kB
Active:         244876 kB
Inactive:        44760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713416 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            6320 kB
Writeback:           0 kB
Mapped:         141884 kB
Slab:            37952 kB
Committed_AS:  1045360 kB
PageTables:       1960 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= 66544 MiB
End job on node39 at 2008-07-04 15:20:47