Trace number 1075022

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 149.9 151.325

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-100-7.xml
MD5SUMbc849c9aded70f14682e9de889d4f93a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008998
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size214
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.04	c --- Preproc Stats ---
2.53/2.69	c start processing
2.53/2.69	c start relation processing
4.02/4.15	c start cnf exporting
19.76/20.07	c parsing time : 2.563
19.76/20.07	c preprocessing time : 19.944
19.76/20.07	
19.76/20.07	c Nary constraints - conflicts : 0 supports : 0
19.76/20.07	c Binary constraints - conflicts : 25 supports :23
19.76/20.07	c max arity constraint : 2
19.76/20.07	c Max Tuples generated 42158
19.76/20.07	c relations : 48
19.76/20.07	c relations BDD: 0
19.76/20.07	c sampling 27/48
19.76/20.07	c vars : 2685 - clauses :  499557
19.76/20.07	
19.84/20.11	 
19.84/20.11	c --- SAT Solver Stats ---
19.84/20.11	 
19.84/20.11	c eSAT 0.1 : minisat core with additionnal features
19.84/20.11	c ============================[ Problem Statistics ]=============================
19.84/20.11	c |                                                                             |
19.84/20.11	c |  Number of variables:  2684                                                 |
19.84/20.11	c |  Number of clauses:    499557                                               |
19.87/20.43	c |  Parsing time:         0.28         s                                       |
149.27/150.72	c restarts              : 50
149.27/150.72	c conflicts             : 124            (1 /sec)
149.27/150.72	c decisions             : 21485          (79.07 % random) (166 /sec)
149.27/150.72	c euip                  : 27          
149.27/150.72	c propagations          : 99076          (766 /sec)
149.27/150.72	c conflict literals     : 14531          (10.20 % deleted)
149.27/150.72	c Memory used           : 30.13 MB
149.27/150.72	c CPU time              : 129.368 s
149.27/150.72	c 
149.27/150.72	s SATISFIABLE
149.30/151.31	v 122 2 39 21 125 0 101 19 59 2 11 155 0 101 157 9

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-1075022-1215180075/watcher-1075022-1215180075 -o /tmp/evaluation-result-1075022-1215180075/solver-1075022-1215180075 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075022-1215180075.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.07 2.02 2.00 4/81 22617
/proc/meminfo: memFree=1577120/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=18572 CPUtime=0
/proc/22617/stat : 22617 (runsolver) R 22615 22617 18345 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 155818873 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22617/statm: 4643 292 257 25 0 2626 0

[startup+0.0111189 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 22617
/proc/meminfo: memFree=1577120/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=8652 CPUtime=0
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 155818873 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.10213 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 22617
/proc/meminfo: memFree=1577120/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302153 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 22617
/proc/meminfo: memFree=1577120/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702194 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 22617
/proc/meminfo: memFree=1577120/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50128 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 22639
/proc/meminfo: memFree=1528080/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22631] ppid=22617 vsize=812736 CPUtime=1.43
/proc/22631/stat : 22631 (java) S 22617 22617 18345 0 -1 0 16486 0 1 0 135 8 0 0 19 0 9 0 155818878 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22631/statm: 203184 15689 2586 9 0 197165 0
[pid=22631/tid=22632] ppid=22617 vsize=812736 CPUtime=0.66
/proc/22631/task/22632/stat : 22632 (java) R 22617 22617 18345 0 -1 64 7645 0 1 0 62 4 0 0 22 0 9 0 155818879 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22633] ppid=22617 vsize=812736 CPUtime=0.66
/proc/22631/task/22633/stat : 22633 (java) R 22617 22617 18345 0 -1 64 7405 0 0 0 63 3 0 0 17 0 9 0 155818880 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22634] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22634/stat : 22634 (java) S 22617 22617 18345 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 155818880 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22635] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22635/stat : 22635 (java) S 22617 22617 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 155818880 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22636] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22636/stat : 22636 (java) S 22617 22617 18345 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 155818882 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22637] ppid=22617 vsize=812736 CPUtime=0.09
/proc/22631/task/22637/stat : 22637 (java) S 22617 22617 18345 0 -1 64 737 0 0 0 9 0 0 0 16 0 9 0 155818882 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22638] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22638/stat : 22638 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 155818882 832241664 15689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22639] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22639/stat : 22639 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 155818882 832241664 15689 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) 860304

[startup+3.10144 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 22639
/proc/meminfo: memFree=1516880/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22631] ppid=22617 vsize=812736 CPUtime=3.02
/proc/22631/stat : 22631 (java) S 22617 22617 18345 0 -1 0 19662 0 1 0 292 10 0 0 19 0 9 0 155818878 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22631/statm: 203184 18857 2586 9 0 197165 0
[pid=22631/tid=22632] ppid=22617 vsize=812736 CPUtime=1.35
/proc/22631/task/22632/stat : 22632 (java) R 22617 22617 18345 0 -1 64 7653 0 1 0 131 4 0 0 25 0 9 0 155818879 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4126762385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22633] ppid=22617 vsize=812736 CPUtime=1.53
/proc/22631/task/22633/stat : 22633 (java) S 22617 22617 18345 0 -1 64 10558 0 0 0 149 4 0 0 18 0 9 0 155818880 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22634] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22634/stat : 22634 (java) S 22617 22617 18345 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 155818880 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22635] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22635/stat : 22635 (java) S 22617 22617 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 155818880 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22636] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22636/stat : 22636 (java) S 22617 22617 18345 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 155818882 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22637] ppid=22617 vsize=812736 CPUtime=0.11
/proc/22631/task/22637/stat : 22637 (java) S 22617 22617 18345 0 -1 64 752 0 0 0 11 0 0 0 15 0 9 0 155818882 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22638] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22638/stat : 22638 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 155818882 832241664 18857 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22639] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22639/stat : 22639 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 155818882 832241664 18857 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) 860304

[startup+6.30278 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 22639
/proc/meminfo: memFree=1469072/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22631] ppid=22617 vsize=812736 CPUtime=6.19
/proc/22631/stat : 22631 (java) S 22617 22617 18345 0 -1 0 29871 0 1 0 602 17 0 0 19 0 9 0 155818878 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22631/statm: 203184 29061 2591 9 0 197165 0
[pid=22631/tid=22632] ppid=22617 vsize=812736 CPUtime=4.37
/proc/22631/task/22632/stat : 22632 (java) R 22617 22617 18345 0 -1 64 14628 0 1 0 429 8 0 0 25 0 9 0 155818879 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4126818449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22633] ppid=22617 vsize=812736 CPUtime=1.62
/proc/22631/task/22633/stat : 22633 (java) S 22617 22617 18345 0 -1 64 13759 0 0 0 156 6 0 0 16 0 9 0 155818880 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22634] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22634/stat : 22634 (java) S 22617 22617 18345 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 155818880 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22635] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22635/stat : 22635 (java) S 22617 22617 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 155818880 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22636] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22636/stat : 22636 (java) S 22617 22617 18345 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 155818882 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22637] ppid=22617 vsize=812736 CPUtime=0.17
/proc/22631/task/22637/stat : 22637 (java) S 22617 22617 18345 0 -1 64 785 0 0 0 17 0 0 0 15 0 9 0 155818882 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22638] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22638/stat : 22638 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 155818882 832241664 29061 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22639] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22639/stat : 22639 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 155818882 832241664 29061 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) 860304

[startup+12.7015 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 22639
/proc/meminfo: memFree=1464976/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=0.01
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22631] ppid=22617 vsize=812736 CPUtime=12.53
/proc/22631/stat : 22631 (java) S 22617 22617 18345 0 -1 0 29914 0 1 0 1234 19 0 0 19 0 9 0 155818878 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22631/statm: 203184 29093 2591 9 0 197165 0
[pid=22631/tid=22632] ppid=22617 vsize=812736 CPUtime=10.67
/proc/22631/task/22632/stat : 22632 (java) R 22617 22617 18345 0 -1 64 14639 0 1 0 1057 10 0 0 25 0 9 0 155818879 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4126623600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22633] ppid=22617 vsize=812736 CPUtime=1.63
/proc/22631/task/22633/stat : 22633 (java) S 22617 22617 18345 0 -1 64 13775 0 0 0 156 7 0 0 16 0 9 0 155818880 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22634] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22634/stat : 22634 (java) S 22617 22617 18345 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 155818880 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22635] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22635/stat : 22635 (java) S 22617 22617 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 155818880 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22636] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22636/stat : 22636 (java) S 22617 22617 18345 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 155818882 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22637] ppid=22617 vsize=812736 CPUtime=0.21
/proc/22631/task/22637/stat : 22637 (java) S 22617 22617 18345 0 -1 64 801 0 0 0 20 1 0 0 15 0 9 0 155818882 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22638] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22638/stat : 22638 (java) S 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 155818882 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22631/tid=22639] ppid=22617 vsize=812736 CPUtime=0
/proc/22631/task/22639/stat : 22639 (java) R 22617 22617 18345 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 155818882 832241664 29093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860304

[startup+25.5028 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 22640
/proc/meminfo: memFree=1540752/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=27912 CPUtime=5.33
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 6848 0 0 0 530 3 0 0 25 0 1 0 155820885 28581888 6830 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 6978 6830 75 162 0 6813 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 75480

[startup+51.1025 s]
/proc/loadavg: 2.03 2.02 2.00 4/83 22640
/proc/meminfo: memFree=1537488/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=33296 CPUtime=30.69
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 7701 0 0 0 3066 3 0 0 25 0 1 0 155820885 34095104 7683 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 8324 7683 75 162 0 8159 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 80864

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 22640
/proc/meminfo: memFree=1532688/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=38092 CPUtime=81.44
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 8926 0 0 0 8140 4 0 0 25 0 1 0 155820885 39006208 8908 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 9523 8908 75 162 0 9358 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 85660

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

[startup+127.903 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 22640
/proc/meminfo: memFree=1530384/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=39152 CPUtime=106.8
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 9490 0 0 0 10676 4 0 0 25 0 1 0 155820885 40091648 9472 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 9788 9472 75 162 0 9623 0
Current children cumulated CPU time (s) 126.67
Current children cumulated vsize (KiB) 86720

[startup+140.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 22640
/proc/meminfo: memFree=1528784/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=44432 CPUtime=119.49
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 9884 0 0 0 11944 5 0 0 25 0 1 0 155820885 45498368 9866 996147200 134512640 135177480 4294955968 18446744073709551615 134537368 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 11108 9866 75 162 0 10943 0
Current children cumulated CPU time (s) 139.36
Current children cumulated vsize (KiB) 92000

[startup+147.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 22640
/proc/meminfo: memFree=1528016/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=44696 CPUtime=125.83
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 10079 0 0 0 12578 5 0 0 25 0 1 0 155820885 45768704 10061 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 11174 10061 75 162 0 11009 0
Current children cumulated CPU time (s) 145.7
Current children cumulated vsize (KiB) 92264

[startup+148.702 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22640
/proc/meminfo: memFree=1528016/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=44696 CPUtime=127.41
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 10081 0 0 0 12736 5 0 0 25 0 1 0 155820885 45768704 10063 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 11174 10063 75 162 0 11009 0
Current children cumulated CPU time (s) 147.28
Current children cumulated vsize (KiB) 92264

[startup+150.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22640
/proc/meminfo: memFree=1527952/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=19.87
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 799 31681 0 1 0 0 1961 26 17 0 1 0 155818873 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22617/statm: 11892 364 245 79 0 219 0
[pid=22640] ppid=22617 vsize=44696 CPUtime=129
/proc/22640/stat : 22640 (eSAT_static) R 22617 22617 18345 0 -1 4194304 10083 0 0 0 12895 5 0 0 25 0 1 0 155820885 45768704 10065 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/22640/statm: 11174 10065 75 162 0 11009 0
Current children cumulated CPU time (s) 148.87
Current children cumulated vsize (KiB) 92264

[startup+151.101 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22640
/proc/meminfo: memFree=1527952/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=149.3
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 835 41783 0 1 0 0 14898 32 16 0 1 0 155818873 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22617/statm: 11892 365 245 79 0 219 0
Current children cumulated CPU time (s) 149.3
Current children cumulated vsize (KiB) 47568

[startup+151.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22640
/proc/meminfo: memFree=1527952/2055920 swapFree=4181068/4192956
[pid=22617] ppid=22615 vsize=47568 CPUtime=149.3
/proc/22617/stat : 22617 (galacE.sh) S 22615 22617 18345 0 -1 4194304 835 41783 0 1 0 0 14898 32 16 0 1 0 155818873 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22617/statm: 11892 365 245 79 0 219 0
Current children cumulated CPU time (s) 149.3
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 151.325
CPU time (s): 149.9
CPU user time (s): 149.517
CPU system time (s): 0.382941
CPU usage (%): 99.0581
Max. virtual memory (cumulated for all children) (KiB): 860408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.517
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48783
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= 1890
involuntary context switches= 7838

runsolver used 0.19297 second user time and 0.45393 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 16:01:15
IDJOB=1075022
IDBENCH=56479
IDSOLVER=351
FILE ID=node46/1075022-1215180075
PBS_JOBID= 7881470
Free space on /tmp= 66208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc849c9aded70f14682e9de889d4f93a
RANDOM SEED=1853113334

node46.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.238
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.238
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:       1577600 kB
Buffers:         27224 kB
Cached:         125068 kB
SwapCached:       5876 kB
Active:         379092 kB
Inactive:        46388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577600 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         289952 kB
Slab:            37828 kB
Committed_AS:   780680 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-04 16:03:47