Trace number 1036683

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 ESAT 32.975 33.3148

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-1_ext.xml
MD5SUMd38985a93f248711e93dae7f5554e705
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2838
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints410
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension410
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 ---
0.95/1.07	c start processing
0.95/1.07	c start relation processing
0.95/1.08	c start cnf exporting
2.05/2.20	c parsing time : 0.952
2.05/2.20	c preprocessing time : 2.077
2.05/2.20	
2.05/2.20	c Nary constraints - conflicts : 0 supports : 0
2.05/2.20	c Binary constraints - conflicts : 410 supports :0
2.05/2.20	c max arity constraint : 2
2.05/2.20	c Max Tuples generated 0
2.05/2.20	c relations : 410
2.05/2.20	c relations BDD: 0
2.05/2.20	c sampling 0/0
2.05/2.20	c vars : 761 - clauses :  43780
2.05/2.20	
2.14/2.22	 
2.14/2.22	c --- SAT Solver Stats ---
2.14/2.22	 
2.14/2.22	c eSAT 0.1 : minisat core with additionnal features
2.14/2.22	c ============================[ Problem Statistics ]=============================
2.14/2.22	c |                                                                             |
2.14/2.22	c |  Number of variables:  760                                                  |
2.14/2.22	c |  Number of clauses:    43780                                                |
2.14/2.25	c |  Parsing time:         0.03         s                                       |
32.06/32.45	c restarts              : 308
32.06/32.45	c conflicts             : 161402         (5394 /sec)
32.06/32.45	c decisions             : 243493         (2.91 % random) (8137 /sec)
32.06/32.45	c euip                  : 17698       
32.06/32.45	c propagations          : 14135510       (472389 /sec)
32.06/32.45	c conflict literals     : 4975737        (50.79 % deleted)
32.06/32.45	c Memory used           : 11.09 MB
32.06/32.45	c CPU time              : 29.9234 s
32.06/32.45	c 
32.06/32.45	s SATISFIABLE
32.94/33.31	v 5 4 1 11 17 3 8 17 2 7 10 2 7 12 0 1 1 16 12 10 17 16 17 6 3 10 6 7 6 8 2 11 14 6 15 4 18 4 12 17

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-1036683-1214958201/watcher-1036683-1214958201 -o /tmp/evaluation-result-1036683-1214958201/solver-1036683-1214958201 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1036683-1214958201.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.00 2.00 1.95 4/72 7959
/proc/meminfo: memFree=1370672/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=18572 CPUtime=0
/proc/7959/stat : 7959 (runsolver) R 7957 7959 6155 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1974788833 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7959/statm: 4643 292 257 25 0 2626 0

[startup+0.0848189 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 7959
/proc/meminfo: memFree=1370672/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=0.01
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101822 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 7959
/proc/meminfo: memFree=1370672/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=0.01
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301846 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 7959
/proc/meminfo: memFree=1370672/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=0.01
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.70191 s]
/proc/loadavg: 2.00 2.00 1.95 4/72 7959
/proc/meminfo: memFree=1370672/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=0.01
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50201 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 7981
/proc/meminfo: memFree=1300512/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=0.01
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
[pid=7973] ppid=7959 vsize=812552 CPUtime=1.44
/proc/7973/stat : 7973 (java) S 7959 7959 6155 0 -1 0 19855 0 1 0 134 10 0 0 18 0 9 0 1974788837 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7973/statm: 203138 19278 1904 9 0 197171 0
[pid=7973/tid=7974] ppid=7959 vsize=812552 CPUtime=1.14
/proc/7973/task/7974/stat : 7974 (java) R 7959 7959 6155 0 -1 64 14510 0 1 0 107 7 0 0 25 0 9 0 1974788838 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4126981560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7975] ppid=7959 vsize=812552 CPUtime=0.03
/proc/7973/task/7975/stat : 7975 (java) S 7959 7959 6155 0 -1 64 3789 0 0 0 2 1 0 0 16 0 9 0 1974788839 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7976] ppid=7959 vsize=812552 CPUtime=0
/proc/7973/task/7976/stat : 7976 (java) S 7959 7959 6155 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1974788840 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7977] ppid=7959 vsize=812552 CPUtime=0
/proc/7973/task/7977/stat : 7977 (java) S 7959 7959 6155 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974788840 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7978] ppid=7959 vsize=812552 CPUtime=0
/proc/7973/task/7978/stat : 7978 (java) S 7959 7959 6155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974788842 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7979] ppid=7959 vsize=812552 CPUtime=0.24
/proc/7973/task/7979/stat : 7979 (java) S 7959 7959 6155 0 -1 64 856 0 0 0 24 0 0 0 16 0 9 0 1974788842 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7980] ppid=7959 vsize=812552 CPUtime=0
/proc/7973/task/7980/stat : 7980 (java) S 7959 7959 6155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1974788842 832053248 19278 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7973/tid=7981] ppid=7959 vsize=812552 CPUtime=0
/proc/7973/task/7981/stat : 7981 (java) S 7959 7959 6155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974788842 832053248 19278 996147200 134512640 134550740 4294955616 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) 860108

[startup+3.10123 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 7981
/proc/meminfo: memFree=1293600/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=2.16
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 799 23051 0 1 0 0 203 13 17 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 47556

[startup+6.30267 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 7982
/proc/meminfo: memFree=1364576/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=2.16
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 799 23051 0 1 0 0 203 13 17 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
[pid=7982] ppid=7959 vsize=5948 CPUtime=4.03
/proc/7982/stat : 7982 (eSAT_static) R 7959 7959 6155 0 -1 4194304 1368 0 0 0 403 0 0 0 25 0 1 0 1974789056 6090752 1246 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7982/statm: 1487 1246 80 162 0 1322 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 53504

[startup+12.7015 s]
/proc/loadavg: 2.08 2.02 1.96 3/74 7982
/proc/meminfo: memFree=1362144/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=2.16
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 799 23051 0 1 0 0 203 13 17 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
[pid=7982] ppid=7959 vsize=9008 CPUtime=10.37
/proc/7982/stat : 7982 (eSAT_static) R 7959 7959 6155 0 -1 4194304 2112 0 0 0 1035 2 0 0 25 0 1 0 1974789056 9224192 1990 996147200 134512640 135177480 4294955984 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/7982/statm: 2252 1990 80 162 0 2087 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 56564

[startup+25.5013 s]
/proc/loadavg: 2.13 2.03 1.96 3/74 7982
/proc/meminfo: memFree=1359328/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=2.16
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 799 23051 0 1 0 0 203 13 17 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
[pid=7982] ppid=7959 vsize=11348 CPUtime=23.07
/proc/7982/stat : 7982 (eSAT_static) R 7959 7959 6155 0 -1 4194304 2700 0 0 0 2304 3 0 0 25 0 1 0 1974789056 11620352 2578 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7982/statm: 2837 2578 80 162 0 2672 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 58904

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

[startup+28.7017 s]
/proc/loadavg: 2.12 2.03 1.96 3/74 7982
/proc/meminfo: memFree=1359328/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=2.16
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 799 23051 0 1 0 0 203 13 17 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
[pid=7982] ppid=7959 vsize=11348 CPUtime=26.24
/proc/7982/stat : 7982 (eSAT_static) R 7959 7959 6155 0 -1 4194304 2700 0 0 0 2621 3 0 0 25 0 1 0 1974789056 11620352 2578 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7982/statm: 2837 2578 80 162 0 2672 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 58904

[startup+31.9062 s]
/proc/loadavg: 2.12 2.03 1.96 3/74 7982
/proc/meminfo: memFree=1359328/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=2.16
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 799 23051 0 1 0 0 203 13 17 0 1 0 1974788833 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7959/statm: 11889 364 245 79 0 219 0
[pid=7982] ppid=7959 vsize=11348 CPUtime=29.41
/proc/7982/stat : 7982 (eSAT_static) R 7959 7959 6155 0 -1 4194304 2705 0 0 0 2938 3 0 0 25 0 1 0 1974789056 11620352 2583 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7982/statm: 2837 2583 80 162 0 2672 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 58904

[startup+32.7023 s]
/proc/loadavg: 2.12 2.03 1.96 3/74 7982
/proc/meminfo: memFree=1359328/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=32.12
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 835 25768 0 1 0 0 3195 17 16 0 1 0 1974788833 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7959/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 32.12
Current children cumulated vsize (KiB) 47556

[startup+33.1023 s]
/proc/loadavg: 2.11 2.03 1.96 3/82 7991
/proc/meminfo: memFree=1350816/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=32.12
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 835 25768 0 1 0 0 3195 17 16 0 1 0 1974788833 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7959/statm: 11889 365 245 79 0 219 0
[pid=7983] ppid=7959 vsize=812468 CPUtime=0.63
/proc/7983/stat : 7983 (java) S 7959 7959 6155 0 -1 0 11567 0 1 0 58 5 0 0 18 0 9 0 1974792079 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7983/statm: 203117 10990 1855 9 0 197150 0
[pid=7983/tid=7984] ppid=7959 vsize=812468 CPUtime=0.44
/proc/7983/task/7984/stat : 7984 (java) R 7959 7959 6155 0 -1 64 10048 0 1 0 40 4 0 0 23 0 9 0 1974792080 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4126635856 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7985] ppid=7959 vsize=812468 CPUtime=0
/proc/7983/task/7985/stat : 7985 (java) S 7959 7959 6155 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1974792081 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7986] ppid=7959 vsize=812468 CPUtime=0
/proc/7983/task/7986/stat : 7986 (java) S 7959 7959 6155 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974792081 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7987] ppid=7959 vsize=812468 CPUtime=0
/proc/7983/task/7987/stat : 7987 (java) S 7959 7959 6155 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974792081 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7988] ppid=7959 vsize=812468 CPUtime=0
/proc/7983/task/7988/stat : 7988 (java) S 7959 7959 6155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974792084 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7989] ppid=7959 vsize=812468 CPUtime=0.17
/proc/7983/task/7989/stat : 7989 (java) S 7959 7959 6155 0 -1 64 806 0 0 0 17 0 0 0 16 0 9 0 1974792084 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7990] ppid=7959 vsize=812468 CPUtime=0
/proc/7983/task/7990/stat : 7990 (java) S 7959 7959 6155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1974792084 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7991] ppid=7959 vsize=812468 CPUtime=0
/proc/7983/task/7991/stat : 7991 (java) S 7959 7959 6155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1974792084 831967232 10990 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.75
Current children cumulated vsize (KiB) 860024

[startup+33.3013 s]
/proc/loadavg: 2.11 2.03 1.96 3/82 7991
/proc/meminfo: memFree=1350816/2055920 swapFree=4180436/4192956
[pid=7959] ppid=7957 vsize=47556 CPUtime=32.12
/proc/7959/stat : 7959 (galacE.sh) S 7957 7959 6155 0 -1 4194304 842 25768 0 1 0 0 3195 17 15 0 1 0 1974788833 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7959/statm: 11889 366 245 79 0 219 0
[pid=7983] ppid=7959 vsize=812712 CPUtime=0.82
/proc/7983/stat : 7983 (java) S 7959 7959 6155 0 -1 0 14064 0 1 0 75 7 0 0 18 0 9 0 1974792079 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7983/statm: 203178 13446 1913 9 0 197183 0
[pid=7983/tid=7984] ppid=7959 vsize=812712 CPUtime=0.58
/proc/7983/task/7984/stat : 7984 (java) S 7959 7959 6155 0 -1 64 12502 0 1 0 52 6 0 0 24 0 9 0 1974792080 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7985] ppid=7959 vsize=812712 CPUtime=0
/proc/7983/task/7985/stat : 7985 (java) S 7959 7959 6155 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1974792081 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7986] ppid=7959 vsize=812712 CPUtime=0
/proc/7983/task/7986/stat : 7986 (java) S 7959 7959 6155 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1974792081 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7987] ppid=7959 vsize=812712 CPUtime=0
/proc/7983/task/7987/stat : 7987 (java) S 7959 7959 6155 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974792081 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7988] ppid=7959 vsize=812712 CPUtime=0
/proc/7983/task/7988/stat : 7988 (java) S 7959 7959 6155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1974792084 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7989] ppid=7959 vsize=812712 CPUtime=0.22
/proc/7983/task/7989/stat : 7989 (java) S 7959 7959 6155 0 -1 64 849 0 0 0 22 0 0 0 16 0 9 0 1974792084 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7990] ppid=7959 vsize=812712 CPUtime=0
/proc/7983/task/7990/stat : 7990 (java) S 7959 7959 6155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1974792084 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7983/tid=7991] ppid=7959 vsize=812712 CPUtime=0
/proc/7983/task/7991/stat : 7991 (java) S 7959 7959 6155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1974792084 832217088 13446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.94
Current children cumulated vsize (KiB) 860268

Child status: 0
Real time (s): 33.3148
CPU time (s): 32.975
CPU user time (s): 32.709
CPU system time (s): 0.265959
CPU usage (%): 98.9799
Max. virtual memory (cumulated for all children) (KiB): 860268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.709
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40873
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= 1968
involuntary context switches= 2591

runsolver used 0.045993 second user time and 0.112982 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-02 02:23:21
IDJOB=1036683
IDBENCH=53466
IDSOLVER=351
FILE ID=node71/1036683-1214958201
PBS_JOBID= 7870192
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d38985a93f248711e93dae7f5554e705
RANDOM SEED=1526762417

node71.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1371152 kB
Buffers:         53260 kB
Cached:         536008 kB
SwapCached:       6480 kB
Active:          86368 kB
Inactive:       516940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1371152 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3664 kB
Writeback:           0 kB
Mapped:          21468 kB
Slab:            66704 kB
Committed_AS:  4081960 kB
PageTables:       1816 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 node71 at 2008-07-02 02:23:54