Trace number 1101467

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 1547.48 1560.74

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-27_ext.xml
MD5SUMb7c85949d26938abe2ec8639947685ac
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 benchmark3.3135
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 ---
1.05/1.15	c start processing
1.05/1.15	c start relation processing
1.05/1.17	c start cnf exporting
2.14/2.30	c parsing time : 1.016
2.14/2.30	c preprocessing time : 2.164
2.14/2.30	
2.14/2.30	c Nary constraints - conflicts : 0 supports : 0
2.14/2.30	c Binary constraints - conflicts : 315 supports :23
2.14/2.30	c max arity constraint : 2
2.14/2.30	c Max Tuples generated 0
2.14/2.30	c relations : 338
2.14/2.30	c relations BDD: 0
2.14/2.30	c sampling 0/0
2.14/2.30	c vars : 761 - clauses :  37596
2.14/2.30	
2.23/2.35	 
2.23/2.35	c --- SAT Solver Stats ---
2.23/2.35	 
2.23/2.35	c eSAT 0.1 : minisat core with additionnal features
2.23/2.35	c ============================[ Problem Statistics ]=============================
2.23/2.35	c |                                                                             |
2.23/2.35	c |  Number of variables:  760                                                  |
2.23/2.35	c |  Number of clauses:    37596                                                |
2.23/2.37	c |  Parsing time:         0.02         s                                       |
1546.65/1559.92	c restarts              : 937
1546.65/1559.92	c conflicts             : 1122678        (727 /sec)
1546.65/1559.92	c decisions             : 1603403        (1.36 % random) (1038 /sec)
1546.65/1559.92	c euip                  : 115815      
1546.65/1559.92	c propagations          : 93403550       (60486 /sec)
1546.65/1559.92	c conflict literals     : 66689798       (39.76 % deleted)
1546.65/1559.92	c Memory used           : 80.37 MB
1546.65/1559.92	c CPU time              : 1544.21 s
1546.65/1559.92	c 
1546.65/1559.92	s SATISFIABLE
1546.70/1560.73	v 1 0 12 11 0 11 13 13 18 14 17 11 15 0 16 3 5 5 12 2 17 7 0 2 1 1 12 15 9 9 4 14 13 12 11 6 8 5 8 2

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101467-1215293389/watcher-1101467-1215293389 -o /tmp/evaluation-result-1101467-1215293389/solver-1101467-1215293389 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101467-1215293389.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: 1.99 1.97 1.97 4/75 29284
/proc/meminfo: memFree=1727432/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=5268 CPUtime=0
/proc/29284/stat : 29284 (galacE.sh) R 29282 29284 29050 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 2008311557 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 234208949641 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29284/statm: 1317 186 139 79 0 121 0

[startup+0.039362 s]
/proc/loadavg: 1.99 1.97 1.97 4/75 29284
/proc/meminfo: memFree=1727432/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=0.01
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102374 s]
/proc/loadavg: 1.99 1.97 1.97 4/75 29284
/proc/meminfo: memFree=1727432/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=0.01
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301406 s]
/proc/loadavg: 1.99 1.97 1.97 4/75 29284
/proc/meminfo: memFree=1727432/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=0.01
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701491 s]
/proc/loadavg: 1.99 1.97 1.97 4/75 29284
/proc/meminfo: memFree=1727432/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=0.01
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50166 s]
/proc/loadavg: 1.99 1.97 1.97 3/85 29306
/proc/meminfo: memFree=1672696/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=0.01
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29298] ppid=29284 vsize=812736 CPUtime=1.43
/proc/29298/stat : 29298 (java) S 29284 29284 29050 0 -1 0 19890 0 1 0 133 10 0 0 18 0 9 0 2008311561 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29298/statm: 203184 19306 1911 9 0 197165 0
[pid=29298/tid=29299] ppid=29284 vsize=812736 CPUtime=1.12
/proc/29298/task/29299/stat : 29299 (java) R 29284 29284 29050 0 -1 64 14532 0 1 0 106 6 0 0 25 0 9 0 2008311562 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4126992357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29300] ppid=29284 vsize=812736 CPUtime=0.03
/proc/29298/task/29300/stat : 29300 (java) S 29284 29284 29050 0 -1 64 3790 0 0 0 2 1 0 0 17 0 9 0 2008311563 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29301] ppid=29284 vsize=812736 CPUtime=0
/proc/29298/task/29301/stat : 29301 (java) S 29284 29284 29050 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008311564 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29302] ppid=29284 vsize=812736 CPUtime=0
/proc/29298/task/29302/stat : 29302 (java) S 29284 29284 29050 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2008311564 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29303] ppid=29284 vsize=812736 CPUtime=0
/proc/29298/task/29303/stat : 29303 (java) S 29284 29284 29050 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008311566 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29304] ppid=29284 vsize=812736 CPUtime=0.25
/proc/29298/task/29304/stat : 29304 (java) S 29284 29284 29050 0 -1 64 869 0 0 0 24 1 0 0 16 0 9 0 2008311566 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29305] ppid=29284 vsize=812736 CPUtime=0
/proc/29298/task/29305/stat : 29305 (java) S 29284 29284 29050 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008311566 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29298/tid=29306] ppid=29284 vsize=812736 CPUtime=0
/proc/29298/task/29306/stat : 29306 (java) S 29284 29284 29050 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008311566 832241664 19306 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860292

[startup+3.10199 s]
/proc/loadavg: 1.99 1.97 1.97 3/85 29306
/proc/meminfo: memFree=1650424/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 47556

[startup+6.30165 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1721080/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=6772 CPUtime=3.91
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 1542 0 0 0 391 0 0 0 25 0 1 0 2008311792 6934528 1446 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 1693 1446 80 162 0 1528 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 54328

[startup+12.702 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1719224/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=8540 CPUtime=10.24
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 1984 0 0 0 1024 0 0 0 25 0 1 0 2008311792 8744960 1888 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 2135 1888 80 162 0 1970 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 56096

[startup+25.5016 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1714424/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=12880 CPUtime=22.92
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 3063 0 0 0 2291 1 0 0 25 0 1 0 2008311792 13189120 2967 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 3220 2967 80 162 0 3055 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 60436

[startup+51.1019 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1709304/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=18028 CPUtime=48.28
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 4351 0 0 0 4825 3 0 0 25 0 1 0 2008311792 18460672 4255 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 4507 4255 80 162 0 4342 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 65584

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1703160/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=23588 CPUtime=99
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 5728 0 0 0 9896 4 0 0 25 0 1 0 2008311792 24154112 5632 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 5897 5632 80 162 0 5732 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 71144

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1697144/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=29152 CPUtime=158.43
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 7137 0 0 0 15837 6 0 0 25 0 1 0 2008311792 29851648 7041 996147200 134512640 135177480 4294955968 18446744073709551615 134564785 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 7288 7041 80 162 0 7123 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 76708

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1691576/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=34688 CPUtime=217.86
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 8455 0 0 0 21779 7 0 0 25 0 1 0 2008311792 35520512 8359 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 8672 8359 80 162 0 8507 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 82244

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1684536/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=41448 CPUtime=277.3
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 10184 0 0 0 27721 9 0 0 25 0 1 0 2008311792 42442752 10088 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 10362 10088 80 162 0 10197 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 89004

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29307
/proc/meminfo: memFree=1684216/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=41616 CPUtime=336.73
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 10199 0 0 0 33664 9 0 0 25 0 1 0 2008311792 42614784 10103 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 10404 10103 80 162 0 10239 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 89172

################
# More data... #
################

/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=68836 CPUtime=1049.93
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 16915 0 0 0 104975 18 0 0 25 0 1 0 2008311792 70488064 16819 996147200 134512640 135177480 4294955968 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 17209 16819 80 162 0 17044 0
Current children cumulated CPU time (s) 1052.17
Current children cumulated vsize (KiB) 116392

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29309
/proc/meminfo: memFree=1648760/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=75352 CPUtime=1109.36
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 18461 0 0 0 110917 19 0 0 25 0 1 0 2008311792 77160448 18365 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 18838 18365 80 162 0 18673 0
Current children cumulated CPU time (s) 1111.6
Current children cumulated vsize (KiB) 122908

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29309
/proc/meminfo: memFree=1643192/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=80612 CPUtime=1168.79
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 19780 0 0 0 116859 20 0 0 25 0 1 0 2008311792 82546688 19684 996147200 134512640 135177480 4294955968 18446744073709551615 134548748 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 20153 19684 80 162 0 19988 0
Current children cumulated CPU time (s) 1171.03
Current children cumulated vsize (KiB) 128168

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29309
/proc/meminfo: memFree=1643192/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=80612 CPUtime=1228.22
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 19780 0 0 0 122802 20 0 0 25 0 1 0 2008311792 82546688 19684 996147200 134512640 135177480 4294955968 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 20153 19684 80 162 0 19988 0
Current children cumulated CPU time (s) 1230.46
Current children cumulated vsize (KiB) 128168

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29309
/proc/meminfo: memFree=1642872/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=80772 CPUtime=1287.67
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 19792 0 0 0 128746 21 0 0 25 0 1 0 2008311792 82710528 19696 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 20193 19696 80 162 0 20028 0
Current children cumulated CPU time (s) 1289.91
Current children cumulated vsize (KiB) 128328

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/77 29309
/proc/meminfo: memFree=1641784/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=80940 CPUtime=1347.09
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 19845 0 0 0 134688 21 0 0 25 0 1 0 2008311792 82882560 19749 996147200 134512640 135177480 4294955968 18446744073709551615 134565258 0 0 4096 3 0 0 0 17 1 0 0
/proc/29307/statm: 20235 19749 80 162 0 20070 0
Current children cumulated CPU time (s) 1349.33
Current children cumulated vsize (KiB) 128496

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1649720/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=81164 CPUtime=1406.88
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 19903 0 0 0 140666 22 0 0 25 0 1 0 2008311792 83111936 19807 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20291 19807 80 162 0 20126 0
Current children cumulated CPU time (s) 1409.12
Current children cumulated vsize (KiB) 128720

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1648376/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=81520 CPUtime=1466.84
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 19986 0 0 0 146662 22 0 0 25 0 1 0 2008311792 83476480 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20380 19890 80 162 0 20215 0
Current children cumulated CPU time (s) 1469.08
Current children cumulated vsize (KiB) 129076

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1647416/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=81984 CPUtime=1526.81
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 20076 0 0 0 152659 22 0 0 25 0 1 0 2008311792 83951616 19980 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20496 19980 80 162 0 20331 0
Current children cumulated CPU time (s) 1529.05
Current children cumulated vsize (KiB) 129540

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

[startup+1548.7 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1647288/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=81984 CPUtime=1533.21
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 20096 0 0 0 153299 22 0 0 25 0 1 0 2008311792 83951616 20000 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20496 20000 80 162 0 20331 0
Current children cumulated CPU time (s) 1535.45
Current children cumulated vsize (KiB) 129540

[startup+1555.1 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1646904/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=82148 CPUtime=1539.61
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 20119 0 0 0 153938 23 0 0 25 0 1 0 2008311792 84119552 20023 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20537 20023 80 162 0 20372 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 129704

[startup+1558.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1646840/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=82292 CPUtime=1542.81
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 20139 0 0 0 154258 23 0 0 25 0 1 0 2008311792 84267008 20043 996147200 134512640 135177480 4294955968 18446744073709551615 134571033 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20573 20043 80 162 0 20408 0
Current children cumulated CPU time (s) 1545.05
Current children cumulated vsize (KiB) 129848

[startup+1559.9 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1646840/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=2.24
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 799 23071 0 1 0 0 211 13 17 0 1 0 2008311557 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29284/statm: 11889 364 245 79 0 219 0
[pid=29307] ppid=29284 vsize=82292 CPUtime=1544.41
/proc/29307/stat : 29307 (eSAT_static) R 29284 29284 29050 0 -1 4194304 20141 0 0 0 154418 23 0 0 25 0 1 0 2008311792 84267008 20045 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/29307/statm: 20573 20045 80 162 0 20408 0
Current children cumulated CPU time (s) 1546.65
Current children cumulated vsize (KiB) 129848

[startup+1560.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1646840/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=1546.7
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 835 43224 0 1 0 0 154632 38 16 0 1 0 2008311557 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29284/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 1546.7
Current children cumulated vsize (KiB) 47556

[startup+1560.7 s]
/proc/loadavg: 2.00 1.99 1.98 3/77 29362
/proc/meminfo: memFree=1646840/2055920 swapFree=4179680/4192956
[pid=29284] ppid=29282 vsize=47556 CPUtime=1546.7
/proc/29284/stat : 29284 (galacE.sh) S 29282 29284 29050 0 -1 4194304 842 43224 0 1 0 0 154632 38 15 0 1 0 2008311557 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29284/statm: 11889 366 245 79 0 219 0
Current children cumulated CPU time (s) 1546.7
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 1560.74
CPU time (s): 1547.48
CPU user time (s): 1547.01
CPU system time (s): 0.469928
CPU usage (%): 99.1507
Max. virtual memory (cumulated for all children) (KiB): 860292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1547.01
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57506
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= 1715
involuntary context switches= 31340

runsolver used 1.93471 second user time and 5.17321 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 23:29:49
IDJOB=1101467
IDBENCH=60043
IDSOLVER=351
FILE ID=node54/1101467-1215293389
PBS_JOBID= 7882383
Free space on /tmp= 66528 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-27_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101467-1215293389/watcher-1101467-1215293389 -o /tmp/evaluation-result-1101467-1215293389/solver-1101467-1215293389 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101467-1215293389.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7c85949d26938abe2ec8639947685ac
RANDOM SEED=463624522

node54.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.279
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.279
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:       1727912 kB
Buffers:         55252 kB
Cached:         197440 kB
SwapCached:       6932 kB
Active:         171336 kB
Inactive:       101672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727912 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3524 kB
Writeback:           0 kB
Mapped:          26892 kB
Slab:            40132 kB
Committed_AS:  4001280 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-05 23:55:50