Trace number 1034343

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 2.5976 2.62112

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-5_ext.xml
MD5SUMbc2a76bdfac2b8a963fd1d6b6e7ecb73
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 benchmark0.366943
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.48	c --- Preproc Stats ---
0.80/1.14	c start processing
0.80/1.14	c start relation processing
0.80/1.14	c start cnf exporting
1.55/1.90	c parsing time : 0.542
1.55/1.90	c preprocessing time : 1.296
1.65/1.90	
1.65/1.90	c Nary constraints - conflicts : 0 supports : 0
1.65/1.90	c Binary constraints - conflicts : 2519 supports :0
1.65/1.90	c max arity constraint : 2
1.65/1.90	c Max Tuples generated 0
1.65/1.90	c relations : 16
1.65/1.90	c relations BDD: 0
1.65/1.90	c sampling 0/0
1.65/1.90	c vars : 1906 - clauses :  27118
1.65/1.90	
1.65/1.94	 
1.65/1.94	c --- SAT Solver Stats ---
1.65/1.94	 
1.65/1.94	c eSAT 0.1 : minisat core with additionnal features
1.65/1.94	c ============================[ Problem Statistics ]=============================
1.65/1.94	c |                                                                             |
1.65/1.94	c |  Number of variables:  1905                                                 |
1.65/1.94	c |  Number of clauses:    27118                                                |
1.65/1.96	c |  Parsing time:         0.01         s                                       |
1.65/1.99	c restarts              : 103
1.65/1.99	c conflicts             : 346            (7865 /sec)
1.65/1.99	c decisions             : 5322           (78.02 % random) (120974 /sec)
1.65/1.99	c euip                  : 21          
1.65/1.99	c propagations          : 33527          (762099 /sec)
1.65/1.99	c conflict literals     : 4781           (11.38 % deleted)
1.65/1.99	c Memory used           : 3.03 MB
1.65/1.99	c CPU time              : 0.043993 s
1.65/1.99	c 
1.65/1.99	s SATISFIABLE
2.55/2.61	v 6 8 1 7 13 10 0 5 3 14 12 9 4 11 2 3 7 2 10 12 6 9 0 5 8 13 11 1 14 4 11 3 14 5 4 2 13 8 10 9 7 1 12 6 0 0 6 10 3 9 4 11 14 2 13 8 5 7 1 12 10 1 0 12 7 5 14 11 4 2 9 13 3 8 6 8 0 4 9 6 13 7 10 14 3 2 12 11 5 1 7 9 6 11 2 8 4 1 13 12 5 14 10 0 3 13 2 3 0 5 12 1 7 11 6 4 8 14 9 10 5 11 7 2 0 14 6 12 8 1 3 4 9 10 13 14 10 8 13 1 9 12 3 7 5 6 0 2 4 11 1 14 12 8 11 3 5 6 9 4 0 10 13 2 7 9 13 11 1 3 0 2 4 12 10 14 6 8 7 5 12 5 9 4 10 7 8 2 6 11 1 3 0 13 14 2 4 13 6 14 11 3 9 1 0 10 7 5 12 8 4 12 5 14 8 1 10 13 0 7 11 2 6 3 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-1034343-1214949517/watcher-1034343-1214949517 -o /tmp/evaluation-result-1034343-1214949517/solver-1034343-1214949517 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1034343-1214949517.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: 0.07 0.02 0.00 3/67 17791
/proc/meminfo: memFree=1459544/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=8560 CPUtime=0
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1973923993 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 208717727631 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17791/statm: 2140 254 197 79 0 133 0

[startup+0.076208 s]
/proc/loadavg: 0.07 0.02 0.00 3/67 17791
/proc/meminfo: memFree=1459544/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=8560 CPUtime=0
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1973923993 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 208717727631 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17791/statm: 2140 254 197 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.101212 s]
/proc/loadavg: 0.07 0.02 0.00 3/67 17791
/proc/meminfo: memFree=1459544/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=8560 CPUtime=0
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1973923993 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 208717727631 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17791/statm: 2140 254 197 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.301249 s]
/proc/loadavg: 0.07 0.02 0.00 3/67 17791
/proc/meminfo: memFree=1459544/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=8560 CPUtime=0
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1973923993 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 208717727631 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17791/statm: 2140 254 197 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.702332 s]
/proc/loadavg: 0.07 0.02 0.00 3/67 17791
/proc/meminfo: memFree=1459544/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=47588 CPUtime=0.01
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1973923993 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17791/statm: 11897 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50148 s]
/proc/loadavg: 0.07 0.02 0.00 2/77 17813
/proc/meminfo: memFree=1432328/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=47588 CPUtime=0.01
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1973923993 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17791/statm: 11897 364 245 79 0 219 0
[pid=17805] ppid=17791 vsize=813884 CPUtime=1.24
/proc/17805/stat : 17805 (java) S 17791 17791 17618 0 -1 0 15030 0 1 0 116 8 0 0 18 0 9 0 1973924042 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17805/statm: 203471 14455 1894 9 0 197452 0
[pid=17805/tid=17806] ppid=17791 vsize=813884 CPUtime=0.94
/proc/17805/task/17806/stat : 17806 (java) R 17791 17791 17618 0 -1 64 13444 0 1 0 88 6 0 0 20 0 9 0 1973924043 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4127198059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17807] ppid=17791 vsize=813884 CPUtime=0
/proc/17805/task/17807/stat : 17807 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1973924045 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17808] ppid=17791 vsize=813884 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17791 17791 17618 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 1973924045 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17809] ppid=17791 vsize=813884 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1973924045 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17810] ppid=17791 vsize=813884 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17791 17791 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 1973924050 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17811] ppid=17791 vsize=813884 CPUtime=0.28
/proc/17805/task/17811/stat : 17811 (java) S 17791 17791 17618 0 -1 64 883 0 0 0 28 0 0 0 16 0 9 0 1973924050 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17812] ppid=17791 vsize=813884 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 1973924050 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17813] ppid=17791 vsize=813884 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17791 17791 17618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973924050 833417216 14455 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 861472

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

[startup+2.30163 s]
/proc/loadavg: 0.06 0.02 0.00 2/77 17823
/proc/meminfo: memFree=1449416/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=47588 CPUtime=1.72
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 835 21807 0 1 0 0 159 13 16 0 1 0 1973923993 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 11897 365 245 79 0 219 0
[pid=17815] ppid=17791 vsize=813880 CPUtime=0.43
/proc/17815/stat : 17815 (java) S 17791 17791 17618 0 -1 0 5316 0 1 0 39 4 0 0 18 0 9 0 1973924193 833413120 4739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17815/statm: 203470 4739 1855 9 0 197451 0
[pid=17815/tid=17816] ppid=17791 vsize=813880 CPUtime=0.28
/proc/17815/task/17816/stat : 17816 (java) R 17791 17791 17618 0 -1 64 3890 0 1 0 25 3 0 0 17 0 9 0 1973924194 833413120 4739 996147200 134512640 134550740 4294955616 18446744073709551615 4126692424 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17817] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17817/stat : 17817 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 1973924195 833413120 4739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17818] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17818/stat : 17818 (java) S 17791 17791 17618 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1973924195 833413120 4739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17819] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17819/stat : 17819 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1973924195 833413120 4739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17820] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17820/stat : 17820 (java) S 17791 17791 17618 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1973924197 833413120 4740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17821] ppid=17791 vsize=813880 CPUtime=0.13
/proc/17815/task/17821/stat : 17821 (java) R 17791 17791 17618 0 -1 64 713 0 0 0 13 0 0 0 17 0 9 0 1973924197 833413120 4740 996147200 134512640 134550740 4294955616 18446744073709551615 102007582 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17815/tid=17822] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17822/stat : 17822 (java) S 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1973924197 833413120 4740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17823] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17823/stat : 17823 (java) R 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973924197 833413120 4740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 861468

[startup+2.50167 s]
/proc/loadavg: 0.06 0.02 0.00 2/77 17823
/proc/meminfo: memFree=1449416/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=47588 CPUtime=1.72
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 835 21807 0 1 0 0 159 13 16 0 1 0 1973923993 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 11897 365 245 79 0 219 0
[pid=17815] ppid=17791 vsize=813880 CPUtime=0.74
/proc/17815/stat : 17815 (java) S 17791 17791 17618 0 -1 0 6243 0 1 0 69 5 0 0 18 0 9 0 1973924193 833413120 5666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17815/statm: 203470 5666 1857 9 0 197451 0
[pid=17815/tid=17816] ppid=17791 vsize=813880 CPUtime=0.49
/proc/17815/task/17816/stat : 17816 (java) R 17791 17791 17618 0 -1 64 4717 0 1 0 45 4 0 0 17 0 9 0 1973924194 833413120 5666 996147200 134512640 134550740 4294955616 18446744073709551615 4126888291 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17817] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17817/stat : 17817 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 1973924195 833413120 5667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17818] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17818/stat : 17818 (java) S 17791 17791 17618 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1973924195 833413120 5667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17819] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17819/stat : 17819 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1973924195 833413120 5667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17820] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17820/stat : 17820 (java) S 17791 17791 17618 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1973924197 833413120 5668 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17821] ppid=17791 vsize=813880 CPUtime=0.23
/proc/17815/task/17821/stat : 17821 (java) S 17791 17791 17618 0 -1 64 813 0 0 0 23 0 0 0 17 0 9 0 1973924197 833413120 5668 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17815/tid=17822] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17822/stat : 17822 (java) S 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1973924197 833413120 5668 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17823] ppid=17791 vsize=813880 CPUtime=0
/proc/17815/task/17823/stat : 17823 (java) S 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973924197 833413120 5668 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 861468

[startup+2.60168 s]
/proc/loadavg: 0.06 0.02 0.00 2/77 17823
/proc/meminfo: memFree=1449416/2055920 swapFree=4113072/4192956
[pid=17791] ppid=17789 vsize=47596 CPUtime=1.72
/proc/17791/stat : 17791 (galacE.sh) S 17789 17791 17618 0 -1 4194304 845 21807 0 1 0 0 159 13 16 0 1 0 1973923993 48738304 368 996147200 4194304 4520092 548682068832 18446744073709551615 208717709394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 11899 368 245 79 0 221 0
[pid=17815] ppid=17791 vsize=813992 CPUtime=0.83
/proc/17815/stat : 17815 (java) S 17791 17791 17618 0 -1 0 6936 0 1 0 78 5 0 0 18 0 9 0 1973924193 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17815/statm: 203498 6318 1913 9 0 197451 0
[pid=17815/tid=17816] ppid=17791 vsize=813992 CPUtime=0.55
/proc/17815/task/17816/stat : 17816 (java) S 17791 17791 17618 0 -1 64 5392 0 1 0 51 4 0 0 18 0 9 0 1973924194 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17817] ppid=17791 vsize=813992 CPUtime=0
/proc/17815/task/17817/stat : 17817 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 1973924195 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17818] ppid=17791 vsize=813992 CPUtime=0
/proc/17815/task/17818/stat : 17818 (java) S 17791 17791 17618 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1973924195 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17819] ppid=17791 vsize=813992 CPUtime=0
/proc/17815/task/17819/stat : 17819 (java) S 17791 17791 17618 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1973924195 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17820] ppid=17791 vsize=813992 CPUtime=0
/proc/17815/task/17820/stat : 17820 (java) S 17791 17791 17618 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1973924197 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17821] ppid=17791 vsize=813992 CPUtime=0.26
/proc/17815/task/17821/stat : 17821 (java) S 17791 17791 17618 0 -1 64 831 0 0 0 26 0 0 0 17 0 9 0 1973924197 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17815/tid=17822] ppid=17791 vsize=813992 CPUtime=0
/proc/17815/task/17822/stat : 17822 (java) S 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1973924197 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=17815/tid=17823] ppid=17791 vsize=813992 CPUtime=0
/proc/17815/task/17823/stat : 17823 (java) S 17791 17791 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973924197 833527808 6318 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 861588

Child status: 0
Real time (s): 2.62112
CPU time (s): 2.5976
CPU user time (s): 2.38764
CPU system time (s): 0.209968
CPU usage (%): 99.1028
Max. virtual memory (cumulated for all children) (KiB): 861588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.38764
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29792
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= 704
involuntary context switches= 355

runsolver used 0.002999 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-01 23:58:37
IDJOB=1034343
IDBENCH=53336
IDSOLVER=351
FILE ID=node47/1034343-1214949517
PBS_JOBID= 7870240
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc2a76bdfac2b8a963fd1d6b6e7ecb73
RANDOM SEED=2117314447

node47.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.281
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.281
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:       1460088 kB
Buffers:         41212 kB
Cached:         385540 kB
SwapCached:      73728 kB
Active:         140304 kB
Inactive:       383264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460088 kB
SwapTotal:     4192956 kB
SwapFree:      4113072 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          99580 kB
Slab:            57860 kB
Committed_AS:  3833300 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node47 at 2008-07-01 23:58:40