Trace number 1081127

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_impwdeg 2008-06-26SAT 25.5931 25.8986

DiagnosticValue
ASSIGNMENTS1479

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-7.xml
MD5SUM6e8e9ba1a290bfaa92f9ada7bfecc4c2
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 benchmark14.2868
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

25.50/25.86	s SATISFIABLE
25.50/25.86	v 38 341 356 544 608 638 718 851 860 909 947 970 1062 1127 1215 0 195 291 370 391 475 594 660 765 860 956 1024 1062 1106 1205 106 152 277 448 523 611 670 726 761 881 963 987 1083 1141 1198 0 34 149 202 300 360 441 522 611 650 717 776 1012 1042 1127 128 213 324 397 454 560 594 608 678 843 942 1052 1128 1223 1250 0 28 90 207 209 244 313 374 522 691 761 859 940 1012 1104 85 190 376 471 485 507 523 600 685 761 807 881 1042 1141 1245 0 49 129 190 277 318 324 465 550 665 750 759 848 947 1038 0 77 308 384 453 459 485 600 606 685 748 799 956 961 1051 0 85 149 208 308 397 465 567 584 636 669 761 765 917 1169 0 40 48 103 108 109 160 204 318 408 631 786 851 901 1158 0 38 128 213 293 308 318 407 507 604 701 718 765 786 881 24 152 176 193 222 523 663 711 862 950 1100 1128 1134 1205 1209 0 156 222 226 284 300 306 343 407 604 663 669 670 859 963 0 24 90 108 128 226 318 341 370 454 545 638 799 940 956 
25.50/25.86	d ASSIGNMENTS 1479
25.50/25.86	c SAT 25770 TIME      1479 NDS    805 PARSTIME      1279 BUILDPB       23686 RES       true RESTART       1 HEURISTIC      

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-1081127-1215215507/watcher-1081127-1215215507 -o /tmp/evaluation-result-1081127-1215215507/solver-1081127-1215215507 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1081127-1215215507.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.05 2.13 2.07 4/80 15528
/proc/meminfo: memFree=1578864/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=18572 CPUtime=0
/proc/15528/stat : 15528 (runsolver) R 15526 15528 15131 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1005953259 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15528/statm: 4643 292 257 25 0 2626 0

[startup+0.0906621 s]
/proc/loadavg: 2.05 2.13 2.07 4/80 15528
/proc/meminfo: memFree=1578864/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=866416 CPUtime=0.07
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 3654 0 1 0 5 2 0 0 18 0 9 0 1005953259 887209984 3127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216604 3127 1701 9 0 211076 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866416

[startup+0.101659 s]
/proc/loadavg: 2.05 2.13 2.07 4/80 15528
/proc/meminfo: memFree=1578864/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=866556 CPUtime=0.08
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 3772 0 1 0 6 2 0 0 18 0 9 0 1005953259 887353344 3245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216639 3245 1747 9 0 211111 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.301699 s]
/proc/loadavg: 2.05 2.13 2.07 4/80 15528
/proc/meminfo: memFree=1578864/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=866556 CPUtime=0.28
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 4305 0 1 0 26 2 0 0 18 0 9 0 1005953259 887353344 3758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216639 3758 1852 9 0 211111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.701775 s]
/proc/loadavg: 2.05 2.13 2.07 4/80 15528
/proc/meminfo: memFree=1578864/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867452 CPUtime=0.68
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 5992 0 1 0 65 3 0 0 18 0 9 0 1005953259 888270848 5431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216863 5431 1902 9 0 211335 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867452

[startup+1.50293 s]
/proc/loadavg: 2.13 2.14 2.08 3/89 15537
/proc/meminfo: memFree=1555176/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867504 CPUtime=1.46
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 17903 0 1 0 136 10 0 0 18 0 9 0 1005953259 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216876 17307 1982 9 0 211348 0
[pid=15528/tid=15530] ppid=15526 vsize=867504 CPUtime=1.18
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15453 0 1 0 109 9 0 0 25 0 9 0 1005953260 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4126434832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867504 CPUtime=0.02
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 1120 0 0 0 2 0 0 0 16 0 9 0 1005953262 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867504 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867504 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867504 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867504 CPUtime=0.25
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 601 0 0 0 25 0 0 0 16 0 9 0 1005953264 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867504 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867504 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888324096 17307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867504

[startup+3.10223 s]
/proc/loadavg: 2.13 2.14 2.08 3/89 15537
/proc/meminfo: memFree=1511848/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867632 CPUtime=3.06
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 19341 0 1 0 293 13 0 0 18 0 9 0 1005953259 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216908 18731 1999 9 0 211380 0
[pid=15528/tid=15530] ppid=15526 vsize=867632 CPUtime=2.49
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15652 0 1 0 240 9 0 0 25 0 9 0 1005953260 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4126655466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867632 CPUtime=0.08
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 2229 0 0 0 7 1 0 0 16 0 9 0 1005953262 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867632 CPUtime=0.46
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 731 0 0 0 45 1 0 0 15 0 9 0 1005953264 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888455168 18731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867632

[startup+6.30284 s]
/proc/loadavg: 2.20 2.16 2.08 4/89 15537
/proc/meminfo: memFree=1507560/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867632 CPUtime=6.22
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 20219 0 1 0 608 14 0 0 18 0 9 0 1005953259 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216908 19605 1999 9 0 211380 0
[pid=15528/tid=15530] ppid=15526 vsize=867632 CPUtime=5.63
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15656 0 1 0 553 10 0 0 25 0 9 0 1005953260 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4127325406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867632 CPUtime=0.1
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 3102 0 0 0 9 1 0 0 17 0 9 0 1005953262 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867632 CPUtime=0.46
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 732 0 0 0 45 1 0 0 15 0 9 0 1005953264 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888455168 19605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888455168 19605 996147200 134512640 134550740 4294956016 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) 867632

[startup+12.7021 s]
/proc/loadavg: 2.18 2.16 2.08 4/89 15537
/proc/meminfo: memFree=1507496/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867632 CPUtime=12.53
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 20241 0 1 0 1239 14 0 0 18 0 9 0 1005953259 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216908 19619 1999 9 0 211380 0
[pid=15528/tid=15530] ppid=15526 vsize=867632 CPUtime=11.92
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15666 0 1 0 1182 10 0 0 25 0 9 0 1005953260 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4127342672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867632 CPUtime=0.11
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 3107 0 0 0 10 1 0 0 17 0 9 0 1005953262 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867632 CPUtime=0.47
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 739 0 0 0 46 1 0 0 16 0 9 0 1005953264 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888455168 19619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888455168 19619 996147200 134512640 134550740 4294956016 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) 867632

[startup+25.5015 s]
/proc/loadavg: 2.23 2.17 2.09 3/89 15537
/proc/meminfo: memFree=1507432/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867632 CPUtime=25.2
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 20269 0 1 0 2505 15 0 0 18 0 9 0 1005953259 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216908 19638 2002 9 0 211380 0
[pid=15528/tid=15530] ppid=15526 vsize=867632 CPUtime=24.56
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15675 0 1 0 2445 11 0 0 25 0 9 0 1005953260 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4126655482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867632 CPUtime=0.13
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 3120 0 0 0 12 1 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867632 CPUtime=0.48
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 745 0 0 0 47 1 0 0 16 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 867632

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

[startup+25.7015 s]
/proc/loadavg: 2.23 2.17 2.09 3/89 15537
/proc/meminfo: memFree=1507432/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867632 CPUtime=25.4
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 20270 0 1 0 2525 15 0 0 18 0 9 0 1005953259 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216908 19638 2002 9 0 211380 0
[pid=15528/tid=15530] ppid=15526 vsize=867632 CPUtime=24.76
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15676 0 1 0 2465 11 0 0 25 0 9 0 1005953260 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4127479408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867632 CPUtime=0.13
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 3120 0 0 0 12 1 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867632 CPUtime=0.48
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 745 0 0 0 47 1 0 0 16 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 867632

[startup+25.8016 s]
/proc/loadavg: 2.23 2.17 2.09 3/89 15537
/proc/meminfo: memFree=1507432/2055920 swapFree=4174728/4192956
[pid=15528] ppid=15526 vsize=867632 CPUtime=25.5
/proc/15528/stat : 15528 (java) S 15526 15528 15131 0 -1 0 20270 0 1 0 2535 15 0 0 18 0 9 0 1005953259 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15528/statm: 216908 19638 2002 9 0 211380 0
[pid=15528/tid=15530] ppid=15526 vsize=867632 CPUtime=24.86
/proc/15528/task/15530/stat : 15530 (java) R 15526 15528 15131 0 -1 64 15676 0 1 0 2475 11 0 0 25 0 9 0 1005953260 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 102064320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15531] ppid=15526 vsize=867632 CPUtime=0.13
/proc/15528/task/15531/stat : 15531 (java) S 15526 15528 15131 0 -1 64 3120 0 0 0 12 1 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15532] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15532/stat : 15532 (java) S 15526 15528 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15533] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15533/stat : 15533 (java) S 15526 15528 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005953262 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15534] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15534/stat : 15534 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15535] ppid=15526 vsize=867632 CPUtime=0.48
/proc/15528/task/15535/stat : 15535 (java) S 15526 15528 15131 0 -1 64 745 0 0 0 47 1 0 0 16 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15536] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15536/stat : 15536 (java) S 15526 15528 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15528/tid=15537] ppid=15526 vsize=867632 CPUtime=0
/proc/15528/task/15537/stat : 15537 (java) S 15526 15528 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005953264 888455168 19638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 867632

Child status: 0
Real time (s): 25.8986
CPU time (s): 25.5931
CPU user time (s): 25.4221
CPU system time (s): 0.170974
CPU usage (%): 98.8205
Max. virtual memory (cumulated for all children) (KiB): 867632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.4221
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20282
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= 2775
involuntary context switches= 3411

runsolver used 0.036994 second user time and 0.087986 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 01:51:47
IDJOB=1081127
IDBENCH=57074
IDSOLVER=348
FILE ID=node35/1081127-1215215507
PBS_JOBID= 7881805
Free space on /tmp= 66468 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-105-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081127-1215215507/watcher-1081127-1215215507 -o /tmp/evaluation-result-1081127-1215215507/solver-1081127-1215215507 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1081127-1215215507.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e8e9ba1a290bfaa92f9ada7bfecc4c2
RANDOM SEED=1471575069

node35.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.261
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.261
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:       1579344 kB
Buffers:         63380 kB
Cached:         252388 kB
SwapCached:      11992 kB
Active:         260328 kB
Inactive:       149056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579344 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            6168 kB
Writeback:           0 kB
Mapped:         107508 kB
Slab:            52384 kB
Committed_AS:  2413596 kB
PageTables:       1964 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= 66460 MiB
End job on node35 at 2008-07-05 01:52:13