Trace number 1101797

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 979.749 980.127

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-11_ext.xml
MD5SUM90f4ac744ee2aeeb881491e4e5a585d4
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 benchmark2.11068
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.04	c --- Preproc Stats ---
0.01/0.95	c start processing
0.01/0.95	c start relation processing
0.01/0.96	c start cnf exporting
1.92/2.00	c parsing time : 0.819
1.92/2.01	c preprocessing time : 1.879
1.92/2.01	
1.92/2.01	c Nary constraints - conflicts : 0 supports : 0
1.92/2.01	c Binary constraints - conflicts : 324 supports :14
1.92/2.01	c max arity constraint : 2
1.92/2.01	c Max Tuples generated 0
1.92/2.01	c relations : 338
1.92/2.01	c relations BDD: 0
1.92/2.01	c sampling 0/0
1.92/2.01	c vars : 761 - clauses :  39121
1.92/2.01	
1.92/2.03	 
1.92/2.03	c --- SAT Solver Stats ---
1.92/2.03	 
1.92/2.03	c eSAT 0.1 : minisat core with additionnal features
1.92/2.03	c ============================[ Problem Statistics ]=============================
1.92/2.03	c |                                                                             |
1.92/2.03	c |  Number of variables:  760                                                  |
1.92/2.03	c |  Number of clauses:    39121                                                |
1.92/2.05	c |  Parsing time:         0.02         s                                       |
978.82/979.21	c restarts              : 907
978.82/979.21	c conflicts             : 1064249        (1090 /sec)
978.82/979.21	c decisions             : 1546815        (1.38 % random) (1584 /sec)
978.82/979.21	c euip                  : 105674      
978.82/979.21	c propagations          : 86372811       (88434 /sec)
978.82/979.21	c conflict literals     : 58375506       (42.16 % deleted)
978.82/979.21	c Memory used           : 72.07 MB
978.82/979.21	c CPU time              : 976.69 s
978.82/979.21	c 
978.82/979.21	s SATISFIABLE
979.70/980.12	v 9 16 2 6 7 18 5 3 4 14 1 6 11 17 1 0 13 15 16 13 12 9 4 9 2 5 8 6 1 3 10 5 6 8 1 12 16 10 2 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-1101797-1215294392/watcher-1101797-1215294392 -o /tmp/evaluation-result-1101797-1215294392/solver-1101797-1215294392 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101797-1215294392.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.06 2.34 2.18 4/98 9982
/proc/meminfo: memFree=916532/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=2972 CPUtime=0
/proc/9982/stat : 9982 (galacE.sh) R 9980 9982 9250 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 685165761 3043328 38 996147200 4194304 4520092 548682068832 18446744073709551615 256362215468 0 0 4096 0 0 0 0 17 1 0 0
/proc/9982/statm: 743 38 28 79 0 54 0

[startup+0.10625 s]
/proc/loadavg: 2.06 2.34 2.18 4/98 9982
/proc/meminfo: memFree=916532/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=0.01
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.20126 s]
/proc/loadavg: 2.06 2.34 2.18 4/98 9982
/proc/meminfo: memFree=916532/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=0.01
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301272 s]
/proc/loadavg: 2.06 2.34 2.18 4/98 9982
/proc/meminfo: memFree=916532/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=0.01
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701701 s]
/proc/loadavg: 2.06 2.34 2.18 4/98 9982
/proc/meminfo: memFree=916532/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=0.01
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50139 s]
/proc/loadavg: 2.06 2.34 2.18 3/108 10004
/proc/meminfo: memFree=845724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=0.01
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 766 1697 0 0 0 0 0 1 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=9996] ppid=9982 vsize=812760 CPUtime=1.41
/proc/9996/stat : 9996 (java) S 9982 9982 9250 0 -1 0 19883 0 1 0 130 11 0 0 19 0 9 0 685165765 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9996/statm: 203190 19300 1912 9 0 197171 0
[pid=9996/tid=9997] ppid=9982 vsize=812760 CPUtime=1.1
/proc/9996/task/9997/stat : 9997 (java) R 9982 9982 9250 0 -1 64 14533 0 1 0 103 7 0 0 25 0 9 0 685165766 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 104036836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=9998] ppid=9982 vsize=812760 CPUtime=0.03
/proc/9996/task/9998/stat : 9998 (java) S 9982 9982 9250 0 -1 64 3792 0 0 0 2 1 0 0 16 0 9 0 685165767 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=9999] ppid=9982 vsize=812760 CPUtime=0
/proc/9996/task/9999/stat : 9999 (java) S 9982 9982 9250 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 685165767 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10000] ppid=9982 vsize=812760 CPUtime=0
/proc/9996/task/10000/stat : 10000 (java) S 9982 9982 9250 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 685165767 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10001] ppid=9982 vsize=812760 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9982 9982 9250 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 685165769 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10002] ppid=9982 vsize=812760 CPUtime=0.25
/proc/9996/task/10002/stat : 10002 (java) S 9982 9982 9250 0 -1 64 860 0 0 0 24 1 0 0 15 0 9 0 685165769 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10003] ppid=9982 vsize=812760 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9982 9982 9250 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 685165769 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10004] ppid=9982 vsize=812760 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9982 9982 9250 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 685165769 832266240 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 860324

[startup+3.10157 s]
/proc/loadavg: 2.06 2.34 2.18 3/100 10005
/proc/meminfo: memFree=911900/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=5060 CPUtime=1.06
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 1115 0 0 0 106 0 0 0 25 0 1 0 685165964 5181440 1013 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 1265 1013 80 162 0 1100 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 52624

[startup+6.3029 s]
/proc/loadavg: 2.06 2.33 2.18 3/100 10005
/proc/meminfo: memFree=909852/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=6520 CPUtime=4.25
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 1477 0 0 0 425 0 0 0 25 0 1 0 685165964 6676480 1375 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 1630 1375 80 162 0 1465 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 54084

[startup+12.7016 s]
/proc/loadavg: 2.13 2.34 2.18 3/100 10005
/proc/meminfo: memFree=906276/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=9952 CPUtime=10.65
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 2334 0 0 0 1064 1 0 0 25 0 1 0 685165964 10190848 2232 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 2488 2232 80 162 0 2323 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 57516

[startup+25.5019 s]
/proc/loadavg: 2.18 2.34 2.19 3/100 10005
/proc/meminfo: memFree=901412/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=14988 CPUtime=23.45
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 3579 0 0 0 2343 2 0 0 25 0 1 0 685165964 15347712 3477 996147200 134512640 135177480 4294955968 18446744073709551615 134560933 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 3747 3477 80 162 0 3582 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 62552

[startup+51.1016 s]
/proc/loadavg: 2.18 2.33 2.18 3/100 10005
/proc/meminfo: memFree=897764/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=18476 CPUtime=49.04
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 4476 0 0 0 4901 3 0 0 25 0 1 0 685165964 18919424 4374 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 4619 4374 80 162 0 4454 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 66040

[startup+102.302 s]
/proc/loadavg: 2.16 2.31 2.18 3/100 10005
/proc/meminfo: memFree=891236/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=25016 CPUtime=100.23
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 6084 0 0 0 10018 5 0 0 25 0 1 0 685165964 25616384 5982 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 6254 5982 80 162 0 6089 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 72580

[startup+162.301 s]
/proc/loadavg: 2.09 2.26 2.17 3/100 10005
/proc/meminfo: memFree=886948/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=29560 CPUtime=160.2
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 7179 0 0 0 16014 6 0 0 25 0 1 0 685165964 30269440 7077 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 7390 7077 80 162 0 7225 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 77124

[startup+222.307 s]
/proc/loadavg: 2.03 2.21 2.16 3/100 10005
/proc/meminfo: memFree=883300/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=32960 CPUtime=220.19
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 8044 0 0 0 22012 7 0 0 25 0 1 0 685165964 33751040 7942 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 8240 7942 80 162 0 8075 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 80524

[startup+282.302 s]
/proc/loadavg: 2.01 2.17 2.15 3/100 10005
/proc/meminfo: memFree=871972/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=44624 CPUtime=280.17
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 10907 0 0 0 28007 10 0 0 25 0 1 0 685165964 45694976 10805 996147200 134512640 135177480 4294955968 18446744073709551615 134565289 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 11156 10805 80 162 0 10991 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 92188

[startup+342.302 s]
/proc/loadavg: 2.00 2.14 2.14 3/100 10005
/proc/meminfo: memFree=869220/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=47392 CPUtime=340.16
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 11621 0 0 0 34005 11 0 0 25 0 1 0 685165964 48529408 11519 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 110036

[startup+762.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/100 10005
/proc/meminfo: memFree=849828/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=66316 CPUtime=760.06
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 16362 0 0 0 75988 18 0 0 25 0 1 0 685165964 67907584 16260 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 16579 16260 80 162 0 16414 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 113880

[startup+822.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/100 10005
/proc/meminfo: memFree=843748/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=72884 CPUtime=820.04
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 17878 0 0 0 81984 20 0 0 25 0 1 0 685165964 74633216 17776 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18221 17776 80 162 0 18056 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 120448

[startup+882.307 s]
/proc/loadavg: 2.00 2.01 2.06 3/100 10011
/proc/meminfo: memFree=842916/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73580 CPUtime=880.01
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18075 0 0 0 87981 20 0 0 25 0 1 0 685165964 75345920 17973 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18395 17973 80 162 0 18230 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 121144

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=939.99
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18105 0 0 0 93979 20 0 0 25 0 1 0 685165964 75563008 18003 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18003 80 162 0 18283 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 121356

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

[startup+947.209 s]
/proc/loadavg: 2.00 2.01 2.06 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=944.89
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18105 0 0 0 94469 20 0 0 25 0 1 0 685165964 75563008 18003 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18003 80 162 0 18283 0
Current children cumulated CPU time (s) 946.84
Current children cumulated vsize (KiB) 121356

[startup+960.001 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=957.68
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18107 0 0 0 95748 20 0 0 25 0 1 0 685165964 75563008 18005 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18005 80 162 0 18283 0
Current children cumulated CPU time (s) 959.63
Current children cumulated vsize (KiB) 121356

[startup+972.802 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=970.48
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18107 0 0 0 97028 20 0 0 25 0 1 0 685165964 75563008 18005 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18005 80 162 0 18283 0
Current children cumulated CPU time (s) 972.43
Current children cumulated vsize (KiB) 121356

[startup+976.002 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=973.68
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18107 0 0 0 97348 20 0 0 25 0 1 0 685165964 75563008 18005 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18005 80 162 0 18283 0
Current children cumulated CPU time (s) 975.63
Current children cumulated vsize (KiB) 121356

[startup+977.602 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=975.28
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18107 0 0 0 97508 20 0 0 25 0 1 0 685165964 75563008 18005 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18005 80 162 0 18283 0
Current children cumulated CPU time (s) 977.23
Current children cumulated vsize (KiB) 121356

[startup+979.201 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=1.95
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 800 23049 0 1 0 0 181 14 17 0 1 0 685165761 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9982/statm: 11891 365 246 79 0 219 0
[pid=10005] ppid=9982 vsize=73792 CPUtime=976.87
/proc/10005/stat : 10005 (eSAT_static) R 9982 9982 9250 0 -1 4194304 18107 0 0 0 97667 20 0 0 25 0 1 0 685165964 75563008 18005 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10005/statm: 18448 18005 80 162 0 18283 0
Current children cumulated CPU time (s) 978.82
Current children cumulated vsize (KiB) 121356

[startup+979.601 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=978.86
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 836 41168 0 1 0 0 97850 36 16 0 1 0 685165761 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9982/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 978.86
Current children cumulated vsize (KiB) 47564

[startup+980.001 s]
/proc/loadavg: 2.00 2.00 2.05 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=978.86
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 836 41168 0 1 0 0 97850 36 16 0 1 0 685165761 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9982/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 978.86
Current children cumulated vsize (KiB) 47564

[startup+980.101 s]
/proc/loadavg: 2.00 2.00 2.05 2/108 10020
/proc/meminfo: memFree=870948/2055920 swapFree=4147328/4192956
[pid=9982] ppid=9980 vsize=47564 CPUtime=978.86
/proc/9982/stat : 9982 (galacE.sh) S 9980 9982 9250 0 -1 4194304 843 41168 0 1 0 0 97850 36 16 0 1 0 685165761 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/9982/statm: 11891 367 246 79 0 219 0
[pid=10012] ppid=9982 vsize=812884 CPUtime=0.84
/proc/10012/stat : 10012 (java) S 9982 9982 9250 0 -1 0 13325 0 1 0 77 7 0 0 18 0 9 0 685263683 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10012/statm: 203221 12707 1914 9 0 197174 0
[pid=10012/tid=10013] ppid=9982 vsize=812884 CPUtime=0.63
/proc/10012/task/10013/stat : 10013 (java) S 9982 9982 9250 0 -1 64 11774 0 1 0 57 6 0 0 18 0 9 0 685263684 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10014] ppid=9982 vsize=812884 CPUtime=0
/proc/10012/task/10014/stat : 10014 (java) S 9982 9982 9250 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 685263686 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10015] ppid=9982 vsize=812884 CPUtime=0
/proc/10012/task/10015/stat : 10015 (java) S 9982 9982 9250 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 685263686 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10016] ppid=9982 vsize=812884 CPUtime=0
/proc/10012/task/10016/stat : 10016 (java) S 9982 9982 9250 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 685263686 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10017] ppid=9982 vsize=812884 CPUtime=0
/proc/10012/task/10017/stat : 10017 (java) S 9982 9982 9250 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 685263688 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10018] ppid=9982 vsize=812884 CPUtime=0.19
/proc/10012/task/10018/stat : 10018 (java) S 9982 9982 9250 0 -1 64 838 0 0 0 19 0 0 0 17 0 9 0 685263688 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10019] ppid=9982 vsize=812884 CPUtime=0
/proc/10012/task/10019/stat : 10019 (java) S 9982 9982 9250 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 685263688 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10012/tid=10020] ppid=9982 vsize=812884 CPUtime=0
/proc/10012/task/10020/stat : 10020 (java) S 9982 9982 9250 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 685263688 832393216 12707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 979.7
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 980.127
CPU time (s): 979.749
CPU user time (s): 979.283
CPU system time (s): 0.465929
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 979.283
system time used= 0.465929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55536
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= 1537
involuntary context switches= 2714

runsolver used 1.43278 second user time and 3.99239 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 23:46:32
IDJOB=1101797
IDBENCH=60068
IDSOLVER=351
FILE ID=node90/1101797-1215294392
PBS_JOBID= 7882382
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90f4ac744ee2aeeb881491e4e5a585d4
RANDOM SEED=1481093403

node90.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        917012 kB
Buffers:         40148 kB
Cached:         983732 kB
SwapCached:      36920 kB
Active:         641752 kB
Inactive:       438464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        917012 kB
SwapTotal:     4192956 kB
SwapFree:      4147328 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          65872 kB
Slab:            41664 kB
Committed_AS:  1144048 kB
PageTables:       3500 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= 66556 MiB
End job on node90 at 2008-07-06 00:02:52