Trace number 1074833

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac EUNSAT 202.022 204.025

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-95-8.xml
MD5SUM9f2ecb0ddf37096994382bb04e8eaa05
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.007997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size238
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
3.42/3.54	c start processing
3.42/3.54	c start relation processing
6.10/6.24	c start cnf exporting
27.67/28.07	c parsing time : 3.413
27.67/28.07	c preprocessing time : 27.941
27.67/28.07	
27.67/28.07	c Nary constraints - conflicts : 0 supports : 0
27.67/28.07	c Binary constraints - conflicts : 22 supports :26
27.67/28.07	c max arity constraint : 2
27.67/28.07	c Max Tuples generated 44506
27.67/28.07	c relations : 48
27.67/28.07	c relations BDD: 0
27.67/28.07	c sampling 25/48
27.67/28.07	c vars : 3035 - clauses :  650321
27.67/28.07	
27.74/28.12	 
27.74/28.12	c --- SAT Solver Stats ---
27.74/28.12	 
27.74/28.12	c eSAT 0.1 : minisat core with additionnal features
27.74/28.12	c ============================[ Problem Statistics ]=============================
27.74/28.12	c |                                                                             |
27.74/28.12	c |  Number of variables:  3034                                                 |
27.74/28.12	c |  Number of clauses:    650321                                               |
28.14/28.60	c |  Parsing time:         0.41         s                                       |
201.97/204.00	c restarts              : 105
201.97/204.00	c conflicts             : 970            (6 /sec)
201.97/204.00	c decisions             : 64836          (75.01 % random) (372 /sec)
201.97/204.00	c euip                  : 335         
201.97/204.00	c propagations          : 272847         (1567 /sec)
201.97/204.00	c conflict literals     : 50752          (18.35 % deleted)
201.97/204.00	c Memory used           : 42.27 MB
201.97/204.00	c CPU time              : 174.142 s
201.97/204.00	c 
201.97/204.00	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074833-1215179911/watcher-1074833-1215179911 -o /tmp/evaluation-result-1074833-1215179911/solver-1074833-1215179911 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074833-1215179911.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.91 1.86 1.51 4/82 31954
/proc/meminfo: memFree=1548240/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=18572 CPUtime=0
/proc/31954/stat : 31954 (runsolver) R 31952 31954 31528 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 130002093 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31954/statm: 4643 292 257 25 0 2626 0

[startup+0.077961 s]
/proc/loadavg: 1.91 1.86 1.51 4/82 31954
/proc/meminfo: memFree=1548240/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102441 s]
/proc/loadavg: 1.91 1.86 1.51 4/82 31954
/proc/meminfo: memFree=1548240/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301468 s]
/proc/loadavg: 1.91 1.86 1.51 4/82 31954
/proc/meminfo: memFree=1548240/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701514 s]
/proc/loadavg: 1.91 1.86 1.51 4/82 31954
/proc/meminfo: memFree=1548240/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50261 s]
/proc/loadavg: 1.91 1.86 1.51 4/92 31976
/proc/meminfo: memFree=1499840/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31968] ppid=31954 vsize=812716 CPUtime=1.44
/proc/31968/stat : 31968 (java) S 31954 31954 31528 0 -1 0 16780 0 1 0 135 9 0 0 18 0 9 0 130002097 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31968/statm: 203179 15876 2584 9 0 197160 0
[pid=31968/tid=31969] ppid=31954 vsize=812716 CPUtime=0.67
/proc/31968/task/31969/stat : 31969 (java) R 31954 31954 31528 0 -1 64 7774 0 1 0 62 5 0 0 22 0 9 0 130002098 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31970] ppid=31954 vsize=812716 CPUtime=0.64
/proc/31968/task/31970/stat : 31970 (java) R 31954 31954 31528 0 -1 64 7569 0 0 0 62 2 0 0 16 0 9 0 130002099 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31971] ppid=31954 vsize=812716 CPUtime=0
/proc/31968/task/31971/stat : 31971 (java) S 31954 31954 31528 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 130002099 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31972] ppid=31954 vsize=812716 CPUtime=0
/proc/31968/task/31972/stat : 31972 (java) S 31954 31954 31528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 130002099 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31973] ppid=31954 vsize=812716 CPUtime=0
/proc/31968/task/31973/stat : 31973 (java) S 31954 31954 31528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130002101 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31974] ppid=31954 vsize=812716 CPUtime=0.09
/proc/31968/task/31974/stat : 31974 (java) S 31954 31954 31528 0 -1 64 735 0 0 0 9 0 0 0 16 0 9 0 130002101 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31975] ppid=31954 vsize=812716 CPUtime=0
/proc/31968/task/31975/stat : 31975 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130002101 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31976] ppid=31954 vsize=812716 CPUtime=0
/proc/31968/task/31976/stat : 31976 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130002101 832221184 15876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860272

[startup+3.10179 s]
/proc/loadavg: 1.91 1.86 1.51 4/92 31976
/proc/meminfo: memFree=1484864/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31968] ppid=31954 vsize=812740 CPUtime=3.02
/proc/31968/stat : 31968 (java) S 31954 31954 31528 0 -1 0 21625 0 1 0 291 11 0 0 18 0 9 0 130002097 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31968/statm: 203185 20607 2584 9 0 197166 0
[pid=31968/tid=31969] ppid=31954 vsize=812740 CPUtime=1.09
/proc/31968/task/31969/stat : 31969 (java) R 31954 31954 31528 0 -1 64 7784 0 1 0 104 5 0 0 25 0 9 0 130002098 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 104454797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31970] ppid=31954 vsize=812740 CPUtime=1.8
/proc/31968/task/31970/stat : 31970 (java) S 31954 31954 31528 0 -1 64 12400 0 0 0 176 4 0 0 18 0 9 0 130002099 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31971] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31971/stat : 31971 (java) S 31954 31954 31528 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 130002099 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31972] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31972/stat : 31972 (java) S 31954 31954 31528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 130002099 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31973] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31973/stat : 31973 (java) S 31954 31954 31528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130002101 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31974] ppid=31954 vsize=812740 CPUtime=0.1
/proc/31968/task/31974/stat : 31974 (java) S 31954 31954 31528 0 -1 64 739 0 0 0 10 0 0 0 16 0 9 0 130002101 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31975] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31975/stat : 31975 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130002101 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31976] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31976/stat : 31976 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130002101 832245760 20607 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860296

[startup+6.30217 s]
/proc/loadavg: 1.92 1.86 1.52 4/92 31976
/proc/meminfo: memFree=1468160/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31968] ppid=31954 vsize=812740 CPUtime=6.19
/proc/31968/stat : 31968 (java) S 31954 31954 31528 0 -1 0 24080 0 1 0 607 12 0 0 18 0 9 0 130002097 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31968/statm: 203185 23031 2584 9 0 197166 0
[pid=31968/tid=31969] ppid=31954 vsize=812740 CPUtime=3.91
/proc/31968/task/31969/stat : 31969 (java) R 31954 31954 31528 0 -1 64 8579 0 1 0 386 5 0 0 25 0 9 0 130002098 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31970] ppid=31954 vsize=812740 CPUtime=2.11
/proc/31968/task/31970/stat : 31970 (java) S 31954 31954 31528 0 -1 64 14040 0 0 0 206 5 0 0 17 0 9 0 130002099 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31971] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31971/stat : 31971 (java) S 31954 31954 31528 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 130002099 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31972] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31972/stat : 31972 (java) S 31954 31954 31528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 130002099 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31973] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31973/stat : 31973 (java) S 31954 31954 31528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130002101 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31974] ppid=31954 vsize=812740 CPUtime=0.13
/proc/31968/task/31974/stat : 31974 (java) R 31954 31954 31528 0 -1 64 759 0 0 0 13 0 0 0 16 0 9 0 130002101 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 102364547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31975] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31975/stat : 31975 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130002101 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31976] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31976/stat : 31976 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130002101 832245760 23031 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7019 s]
/proc/loadavg: 1.93 1.86 1.52 3/92 31976
/proc/meminfo: memFree=1417992/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31968] ppid=31954 vsize=812740 CPUtime=12.52
/proc/31968/stat : 31968 (java) S 31954 31954 31528 0 -1 0 34776 0 1 0 1232 20 0 0 18 0 9 0 130002097 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31968/statm: 203185 33714 2589 9 0 197166 0
[pid=31968/tid=31969] ppid=31954 vsize=812740 CPUtime=10.03
/proc/31968/task/31969/stat : 31969 (java) R 31954 31954 31528 0 -1 64 14641 0 1 0 993 10 0 0 25 0 9 0 130002098 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4126729255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31970] ppid=31954 vsize=812740 CPUtime=2.25
/proc/31968/task/31970/stat : 31970 (java) S 31954 31954 31528 0 -1 64 18633 0 0 0 217 8 0 0 16 0 9 0 130002099 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31971] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31971/stat : 31971 (java) S 31954 31954 31528 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 130002099 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31972] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31972/stat : 31972 (java) S 31954 31954 31528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 130002099 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31973] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31973/stat : 31973 (java) S 31954 31954 31528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130002101 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31974] ppid=31954 vsize=812740 CPUtime=0.2
/proc/31968/task/31974/stat : 31974 (java) S 31954 31954 31528 0 -1 64 800 0 0 0 20 0 0 0 15 0 9 0 130002101 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31975] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31975/stat : 31975 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130002101 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31976] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31976/stat : 31976 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130002101 832245760 33714 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860296

[startup+25.5024 s]
/proc/loadavg: 1.94 1.87 1.52 3/92 31976
/proc/meminfo: memFree=1411976/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=0.01
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31968] ppid=31954 vsize=812740 CPUtime=25.18
/proc/31968/stat : 31968 (java) S 31954 31954 31528 0 -1 0 34873 0 1 0 2494 24 0 0 18 0 9 0 130002097 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31968/statm: 203185 33791 2589 9 0 197166 0
[pid=31968/tid=31969] ppid=31954 vsize=812740 CPUtime=22.66
/proc/31968/task/31969/stat : 31969 (java) R 31954 31954 31528 0 -1 64 14661 0 1 0 2252 14 0 0 25 0 9 0 130002098 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4126789140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31970] ppid=31954 vsize=812740 CPUtime=2.28
/proc/31968/task/31970/stat : 31970 (java) S 31954 31954 31528 0 -1 64 18708 0 0 0 220 8 0 0 16 0 9 0 130002099 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31971] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31971/stat : 31971 (java) S 31954 31954 31528 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 130002099 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31972] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31972/stat : 31972 (java) S 31954 31954 31528 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 130002099 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31973] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31973/stat : 31973 (java) S 31954 31954 31528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 130002101 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31974] ppid=31954 vsize=812740 CPUtime=0.21
/proc/31968/task/31974/stat : 31974 (java) S 31954 31954 31528 0 -1 64 802 0 0 0 21 0 0 0 15 0 9 0 130002101 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31975] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31975/stat : 31975 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 130002101 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31968/tid=31976] ppid=31954 vsize=812740 CPUtime=0
/proc/31968/task/31976/stat : 31976 (java) S 31954 31954 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130002101 832245760 33791 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 860296

[startup+51.1014 s]
/proc/loadavg: 2.16 1.92 1.55 3/84 31977
/proc/meminfo: memFree=1495816/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=41104 CPUtime=22.75
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 10072 0 0 0 2270 5 0 0 25 0 1 0 130004905 42090496 10054 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 10276 10054 75 162 0 10111 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 88660

[startup+102.307 s]
/proc/loadavg: 2.14 1.95 1.58 3/84 31977
/proc/meminfo: memFree=1492744/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=45180 CPUtime=73.47
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 10871 0 0 0 7342 5 0 0 25 0 1 0 130004905 46264320 10853 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 11295 10853 75 162 0 11130 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 92736

[startup+162.301 s]
/proc/loadavg: 2.12 1.97 1.61 3/84 31983
/proc/meminfo: memFree=1487304/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=51436 CPUtime=132.89
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12256 0 0 0 13283 6 0 0 25 0 1 0 130004905 52670464 12238 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 12859 12238 75 162 0 12694 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 98992

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

[startup+179.101 s]
/proc/loadavg: 2.09 1.97 1.61 3/84 31983
/proc/meminfo: memFree=1485832/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=52108 CPUtime=149.53
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12621 0 0 0 14947 6 0 0 25 0 1 0 130004905 53358592 12603 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 13027 12603 75 162 0 12862 0
Current children cumulated CPU time (s) 177.3
Current children cumulated vsize (KiB) 99664

[startup+191.902 s]
/proc/loadavg: 2.07 1.97 1.62 3/84 31983
/proc/meminfo: memFree=1484680/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=52508 CPUtime=162.22
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12906 0 0 0 16215 7 0 0 25 0 1 0 130004905 53768192 12888 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 13127 12888 75 162 0 12962 0
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (KiB) 100064

[startup+198.303 s]
/proc/loadavg: 2.07 1.97 1.62 3/84 31983
/proc/meminfo: memFree=1484616/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=52508 CPUtime=168.56
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12919 0 0 0 16849 7 0 0 25 0 1 0 130004905 53768192 12901 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 13127 12901 75 162 0 12962 0
Current children cumulated CPU time (s) 196.33
Current children cumulated vsize (KiB) 100064

[startup+201.501 s]
/proc/loadavg: 2.06 1.97 1.62 3/84 31983
/proc/meminfo: memFree=1484616/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=52508 CPUtime=171.72
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12919 0 0 0 17165 7 0 0 25 0 1 0 130004905 53768192 12901 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 13127 12901 75 162 0 12962 0
Current children cumulated CPU time (s) 199.49
Current children cumulated vsize (KiB) 100064

[startup+203.101 s]
/proc/loadavg: 2.06 1.97 1.62 4/84 31983
/proc/meminfo: memFree=1484616/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=52508 CPUtime=173.31
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12919 0 0 0 17324 7 0 0 25 0 1 0 130004905 53768192 12901 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 13127 12901 75 162 0 12962 0
Current children cumulated CPU time (s) 201.08
Current children cumulated vsize (KiB) 100064

[startup+203.506 s]
/proc/loadavg: 2.06 1.97 1.62 3/84 31983
/proc/meminfo: memFree=1484616/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=52508 CPUtime=173.71
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12919 0 0 0 17364 7 0 0 25 0 1 0 130004905 53768192 12901 996147200 134512640 135177480 4294955968 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 13127 12901 75 162 0 12962 0
Current children cumulated CPU time (s) 201.48
Current children cumulated vsize (KiB) 100064

[startup+203.901 s]
/proc/loadavg: 2.06 1.97 1.62 3/84 31983
/proc/meminfo: memFree=1484616/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=43280 CPUtime=174.1
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12926 0 0 0 17403 7 0 0 25 0 1 0 130004905 44318720 10668 996147200 134512640 135177480 4294955968 18446744073709551615 134565399 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 10820 10668 80 162 0 10655 0
Current children cumulated CPU time (s) 201.87
Current children cumulated vsize (KiB) 90836

[startup+204.001 s]
/proc/loadavg: 2.06 1.97 1.62 3/84 31983
/proc/meminfo: memFree=1484616/2055920 swapFree=4181452/4192956
[pid=31954] ppid=31952 vsize=47556 CPUtime=27.77
/proc/31954/stat : 31954 (galacE.sh) S 31952 31954 31528 0 -1 4194304 798 36605 0 1 0 0 2748 29 17 0 1 0 130002093 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31954/statm: 11889 363 244 79 0 219 0
[pid=31977] ppid=31954 vsize=43280 CPUtime=174.2
/proc/31977/stat : 31977 (eSAT_static) R 31954 31954 31528 0 -1 4194304 12926 0 0 0 17413 7 0 0 25 0 1 0 130004905 44318720 10668 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/31977/statm: 10820 10668 80 162 0 10655 0
Current children cumulated CPU time (s) 201.97
Current children cumulated vsize (KiB) 90836

Child status: 0
Real time (s): 204.025
CPU time (s): 202.022
CPU user time (s): 201.632
CPU system time (s): 0.38994
CPU usage (%): 99.0186
Max. virtual memory (cumulated for all children) (KiB): 860532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.632
system time used= 0.38994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50528
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2001
involuntary context switches= 10443

runsolver used 0.274958 second user time and 0.675897 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 15:58:31
IDJOB=1074833
IDBENCH=56451
IDSOLVER=351
FILE ID=node73/1074833-1215179911
PBS_JOBID= 7881586
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/os-taillard-4/normalized-os-taillard-4-95-8.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074833-1215179911/watcher-1074833-1215179911 -o /tmp/evaluation-result-1074833-1215179911/solver-1074833-1215179911 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1074833-1215179911.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f2ecb0ddf37096994382bb04e8eaa05
RANDOM SEED=1534131165

node73.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.230
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.230
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:       1548720 kB
Buffers:         46248 kB
Cached:         145516 kB
SwapCached:       5300 kB
Active:         374948 kB
Inactive:        76196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548720 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            3420 kB
Writeback:           0 kB
Mapped:         275532 kB
Slab:            40752 kB
Committed_AS:   723772 kB
PageTables:       2324 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= 66552 MiB
End job on node73 at 2008-07-04 16:01:55