Trace number 2115729

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
Choco2.1.1b 2009-07-16SAT 7.59584 7.72706

DiagnosticValue
CHECKS55456800
NODES77

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.549915
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

7.51/7.66	s SATISFIABLE
7.51/7.66	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 0 
7.51/7.66	d AC 32
7.51/7.66	d RUNTIME 7.547
7.51/7.66	d NODES 77
7.51/7.66	d NODES/s 10
7.51/7.66	d BACKTRACKS 72
7.51/7.66	d BACKTRACKS/s 10
7.51/7.66	d CHECKS 55456841
7.51/7.66	d CHECKS/s 7348197
7.51/7.66	c SAT 7.547 TIME      77 NDS    407 PARSTIME      179 BUILDPB       276 CONFIG        6685 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2115729-1248030207/watcher-2115729-1248030207 -o /tmp/evaluation-result-2115729-1248030207/solver-2115729-1248030207 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115729-1248030207.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.91 4/80 27691
/proc/meminfo: memFree=970008/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=18576 CPUtime=0
/proc/27691/stat : 27691 (runsolver) R 27689 27691 27438 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 90087728 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27691/statm: 4644 284 249 26 0 2626 0

[startup+0.105916 s]
/proc/loadavg: 1.92 1.99 1.91 4/80 27691
/proc/meminfo: memFree=970008/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=864060 CPUtime=0.09
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 3809 0 1 0 7 2 0 0 18 0 9 0 90087728 884797440 3270 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216015 3270 1722 9 0 210484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864060

[startup+0.202932 s]
/proc/loadavg: 1.92 1.99 1.91 4/80 27691
/proc/meminfo: memFree=970008/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=864060 CPUtime=0.19
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 4433 0 1 0 16 3 0 0 18 0 9 0 90087728 884797440 3858 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216015 3858 1845 9 0 210484 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 864060

[startup+0.302956 s]
/proc/loadavg: 1.92 1.99 1.91 4/80 27691
/proc/meminfo: memFree=970008/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=864192 CPUtime=0.29
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 4532 0 1 0 26 3 0 0 18 0 9 0 90087728 884932608 3956 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216048 3956 1857 9 0 210517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864192

[startup+0.702044 s]
/proc/loadavg: 1.92 1.99 1.91 4/80 27691
/proc/meminfo: memFree=970008/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=0.69
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 6435 0 1 0 65 4 0 0 18 0 9 0 90087728 886517760 5827 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 5827 1942 9 0 210904 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 865740

[startup+1.50121 s]
/proc/loadavg: 1.92 1.99 1.91 3/89 27700
/proc/meminfo: memFree=948560/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=1.47
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 8095 0 1 0 142 5 0 0 18 0 9 0 90087728 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 7473 1970 9 0 210904 0
[pid=27691/tid=27693] ppid=27689 vsize=865740 CPUtime=1.25
/proc/27691/task/27693/stat : 27693 (java) R 27689 27691 27438 0 -1 64 6851 0 1 0 121 4 0 0 25 0 9 0 90087730 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4126690702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90087731 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=865740 CPUtime=0.21
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 514 0 0 0 21 0 0 0 15 0 9 0 90087734 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886517760 7473 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 865740

[startup+3.10155 s]
/proc/loadavg: 1.92 1.99 1.91 3/89 27700
/proc/meminfo: memFree=946320/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=3.05
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 8765 0 1 0 300 5 0 0 18 0 9 0 90087728 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 8141 1970 9 0 210904 0
[pid=27691/tid=27693] ppid=27689 vsize=865740 CPUtime=2.81
/proc/27691/task/27693/stat : 27693 (java) R 27689 27691 27438 0 -1 64 7512 0 1 0 277 4 0 0 25 0 9 0 90087730 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4126690478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90087731 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=865740 CPUtime=0.22
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 523 0 0 0 22 0 0 0 15 0 9 0 90087734 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886517760 8141 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 865740

[startup+6.30124 s]
/proc/loadavg: 1.93 1.99 1.91 3/89 27700
/proc/meminfo: memFree=940496/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=6.22
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 10181 0 1 0 616 6 0 0 18 0 9 0 90087728 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 9554 1970 9 0 210904 0
[pid=27691/tid=27693] ppid=27689 vsize=865740 CPUtime=5.98
/proc/27691/task/27693/stat : 27693 (java) R 27689 27691 27438 0 -1 64 8927 0 1 0 593 5 0 0 25 0 9 0 90087730 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4126893808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90087731 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=865740 CPUtime=0.23
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 524 0 0 0 23 0 0 0 15 0 9 0 90087734 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886517760 9554 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 865740

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

[startup+6.40126 s]
/proc/loadavg: 1.93 1.99 1.91 3/89 27700
/proc/meminfo: memFree=940496/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=6.32
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 10228 0 1 0 626 6 0 0 18 0 9 0 90087728 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 9601 1970 9 0 210904 0
[pid=27691/tid=27693] ppid=27689 vsize=865740 CPUtime=6.08
/proc/27691/task/27693/stat : 27693 (java) R 27689 27691 27438 0 -1 64 8974 0 1 0 603 5 0 0 25 0 9 0 90087730 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4125903052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90087731 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=865740 CPUtime=0.23
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 524 0 0 0 23 0 0 0 15 0 9 0 90087734 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886517760 9601 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 865740

[startup+7.20143 s]
/proc/loadavg: 1.93 1.99 1.91 3/89 27700
/proc/meminfo: memFree=938320/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=7.11
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 10687 0 1 0 705 6 0 0 18 0 9 0 90087728 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 10060 1970 9 0 210904 0
[pid=27691/tid=27693] ppid=27689 vsize=865740 CPUtime=6.87
/proc/27691/task/27693/stat : 27693 (java) R 27689 27691 27438 0 -1 64 9433 0 1 0 682 5 0 0 25 0 9 0 90087730 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4126690714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90087731 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=865740 CPUtime=0.23
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 524 0 0 0 23 0 0 0 15 0 9 0 90087734 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886517760 10060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 865740

[startup+7.60152 s]
/proc/loadavg: 1.93 1.99 1.91 3/89 27700
/proc/meminfo: memFree=938320/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=865740 CPUtime=7.51
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 11073 0 1 0 744 7 0 0 18 0 9 0 90087728 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216435 10446 1972 9 0 210904 0
[pid=27691/tid=27693] ppid=27689 vsize=865740 CPUtime=7.26
/proc/27691/task/27693/stat : 27693 (java) R 27689 27691 27438 0 -1 64 9817 0 1 0 721 5 0 0 25 0 9 0 90087730 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4126893816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 90087731 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=865740 CPUtime=0.23
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 526 0 0 0 23 0 0 0 15 0 9 0 90087734 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=865740 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886517760 10446 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 865740

[startup+7.70154 s]
/proc/loadavg: 1.93 1.99 1.91 2/88 27701
/proc/meminfo: memFree=934872/2055920 swapFree=4192812/4192956
[pid=27691] ppid=27689 vsize=866064 CPUtime=7.58
/proc/27691/stat : 27691 (java) S 27689 27691 27438 0 -1 0 11238 0 1 0 751 7 0 0 18 0 9 0 90087728 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27691/statm: 216516 10608 1981 9 0 210985 0
[pid=27691/tid=27693] ppid=27689 vsize=866064 CPUtime=7.33
/proc/27691/task/27693/stat : 27693 (java) S 27689 27691 27438 0 -1 64 9975 0 1 0 728 5 0 0 25 0 9 0 90087730 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27694] ppid=27689 vsize=866064 CPUtime=0
/proc/27691/task/27694/stat : 27694 (java) S 27689 27691 27438 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 90087731 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27695] ppid=27689 vsize=866064 CPUtime=0
/proc/27691/task/27695/stat : 27695 (java) S 27689 27691 27438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90087732 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27696] ppid=27689 vsize=866064 CPUtime=0
/proc/27691/task/27696/stat : 27696 (java) S 27689 27691 27438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90087732 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27697] ppid=27689 vsize=866064 CPUtime=0
/proc/27691/task/27697/stat : 27697 (java) S 27689 27691 27438 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90087734 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27698] ppid=27689 vsize=866064 CPUtime=0.23
/proc/27691/task/27698/stat : 27698 (java) S 27689 27691 27438 0 -1 64 527 0 0 0 23 0 0 0 15 0 9 0 90087734 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27699] ppid=27689 vsize=866064 CPUtime=0
/proc/27691/task/27699/stat : 27699 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90087734 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27691/tid=27700] ppid=27689 vsize=866064 CPUtime=0
/proc/27691/task/27700/stat : 27700 (java) S 27689 27691 27438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90087734 886849536 10608 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 866064

Child status: 0
Real time (s): 7.72706
CPU time (s): 7.59584
CPU user time (s): 7.51586
CPU system time (s): 0.079987
CPU usage (%): 98.3019
Max. virtual memory (cumulated for all children) (KiB): 866064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.51586
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11241
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= 1023
involuntary context switches= 1246

runsolver used 0.011998 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-19 21:03:27
IDJOB=2115729
IDBENCH=55491
IDSOLVER=780
FILE ID=node10/2115729-1248030207
PBS_JOBID= 9529026
Free space on /tmp= 66348 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-54_ext.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2115729-1248030207/watcher-2115729-1248030207 -o /tmp/evaluation-result-2115729-1248030207/solver-2115729-1248030207 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115729-1248030207.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=415108259

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        970488 kB
Buffers:         95376 kB
Cached:         761832 kB
SwapCached:          0 kB
Active:         398864 kB
Inactive:       601804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        970488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5088 kB
Writeback:           0 kB
Mapped:         161348 kB
Slab:            69780 kB
Committed_AS:  1358084 kB
PageTables:       2000 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= 66344 MiB
End job on node10 at 2009-07-19 21:03:35