Trace number 1081128

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_dwdeg 2008-06-26SAT 23.9794 24.9111

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)

23.89/24.86	s SATISFIABLE
23.89/24.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 
23.89/24.86	d ASSIGNMENTS 1479
23.89/24.86	c SAT 24777 TIME      1479 NDS    688 PARSTIME      1208 BUILDPB       22881 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-1081128-1215215511/watcher-1081128-1215215511 -o /tmp/evaluation-result-1081128-1215215511/solver-1081128-1215215511 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1081128-1215215511.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.19 2.29 2.17 4/88 1053
/proc/meminfo: memFree=1625932/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=1472 CPUtime=0
/proc/1053/stat : 1053 (java) R 1051 1053 32285 0 -1 0 107 0 0 0 0 0 0 0 19 0 1 0 677277677 1507328 80 996147200 134512640 134550740 4294956176 18446744073709551615 11161515 0 0 4096 0 0 0 0 17 0 0 0
/proc/1053/statm: 368 80 59 9 0 10 0

[startup+0.065429 s]
/proc/loadavg: 2.19 2.29 2.17 4/88 1053
/proc/meminfo: memFree=1625932/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=864636 CPUtime=0.05
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 2954 0 1 0 4 1 0 0 18 0 9 0 677277677 885387264 2475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216159 2475 1217 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864636

[startup+0.102434 s]
/proc/loadavg: 2.19 2.29 2.17 4/88 1053
/proc/meminfo: memFree=1625932/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=866556 CPUtime=0.09
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 3853 0 1 0 7 2 0 0 18 0 9 0 677277677 887353344 3314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216639 3314 1773 9 0 211111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866556

[startup+0.302457 s]
/proc/loadavg: 2.19 2.29 2.17 4/88 1053
/proc/meminfo: memFree=1625932/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=866872 CPUtime=0.29
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 4456 0 1 0 27 2 0 0 18 0 9 0 677277677 887676928 3909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216718 3909 1852 9 0 211190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866872

[startup+0.701496 s]
/proc/loadavg: 2.19 2.29 2.17 4/88 1053
/proc/meminfo: memFree=1625932/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867448 CPUtime=0.67
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 6715 0 1 0 63 4 0 0 18 0 9 0 677277677 888266752 6154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216862 6154 1903 9 0 211334 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867448

[startup+1.50158 s]
/proc/loadavg: 2.19 2.29 2.17 3/97 1062
/proc/meminfo: memFree=1593348/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867500 CPUtime=1.47
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 17902 0 1 0 136 11 0 0 18 0 9 0 677277677 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216875 17306 1982 9 0 211347 0
[pid=1053/tid=1055] ppid=1051 vsize=867500 CPUtime=1.18
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15457 0 1 0 110 8 0 0 23 0 9 0 677277678 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4126862656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867500 CPUtime=0.02
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 1121 0 0 0 2 0 0 0 16 0 9 0 677277679 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867500 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867500 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867500 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867500 CPUtime=0.23
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 596 0 0 0 22 1 0 0 16 0 9 0 677277682 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867500 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888320000 17306 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867500 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888320000 17306 996147200 134512640 134550740 4294956016 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) 867500

[startup+3.10174 s]
/proc/loadavg: 2.19 2.29 2.17 3/97 1062
/proc/meminfo: memFree=1558340/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=3.05
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 19312 0 3 0 292 13 0 0 18 0 9 0 677277677 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 18706 1998 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=2.54
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15624 0 3 0 244 10 0 0 25 0 9 0 677277678 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4127422773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.06
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 2229 0 0 0 6 0 0 0 17 0 9 0 677277679 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.41
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 731 0 0 0 40 1 0 0 15 0 9 0 677277682 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 18706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 18706 996147200 134512640 134550740 4294956016 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) 867628

[startup+6.30208 s]
/proc/loadavg: 2.25 2.30 2.18 3/97 1062
/proc/meminfo: memFree=1554372/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=5.64
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20188 0 3 0 550 14 0 0 18 0 9 0 677277677 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19578 1998 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=5.09
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15628 0 3 0 499 10 0 0 25 0 9 0 677277678 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4127324748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.1
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3101 0 0 0 9 1 0 0 16 0 9 0 677277679 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.41
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 731 0 0 0 40 1 0 0 15 0 9 0 677277682 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 867628

[startup+12.7017 s]
/proc/loadavg: 2.31 2.31 2.18 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=11.98
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20210 0 3 0 1184 14 0 0 18 0 9 0 677277677 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19592 1998 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=11.41
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15638 0 3 0 1131 10 0 0 25 0 9 0 677277678 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4127350834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.1
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3107 0 0 0 9 1 0 0 17 0 9 0 677277679 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.43
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 737 0 0 0 42 1 0 0 16 0 9 0 677277682 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 867628

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

[startup+13.0028 s]
/proc/loadavg: 2.31 2.31 2.18 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=12.27
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20213 0 3 0 1213 14 0 0 18 0 9 0 677277677 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19595 2000 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=11.7
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15638 0 3 0 1160 10 0 0 25 0 9 0 677277678 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4127520175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.1
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3107 0 0 0 9 1 0 0 17 0 9 0 677277679 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.43
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 740 0 0 0 42 1 0 0 15 0 9 0 677277682 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 867628

[startup+19.4014 s]
/proc/loadavg: 2.37 2.33 2.19 3/97 1062
/proc/meminfo: memFree=1554180/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=18.62
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20237 0 3 0 1847 15 0 0 18 0 9 0 677277677 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19613 2001 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=18.02
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15644 0 3 0 1792 10 0 0 25 0 9 0 677277678 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4127261171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.1
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3120 0 0 0 9 1 0 0 16 0 9 0 677277679 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.44
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 745 0 0 0 43 1 0 0 16 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.62
Current children cumulated vsize (KiB) 867628

[startup+22.6028 s]
/proc/loadavg: 2.42 2.34 2.19 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=21.71
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20239 0 3 0 2156 15 0 0 18 0 9 0 677277677 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19613 2001 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=21.12
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15646 0 3 0 2101 11 0 0 25 0 9 0 677277678 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4127399926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.11
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3120 0 0 0 10 1 0 0 16 0 9 0 677277679 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.44
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 745 0 0 0 43 1 0 0 16 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 867628

[startup+24.2029 s]
/proc/loadavg: 2.42 2.34 2.19 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=23.3
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20240 0 3 0 2315 15 0 0 18 0 9 0 677277677 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19613 2001 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=22.71
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15647 0 3 0 2260 11 0 0 25 0 9 0 677277678 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4127259341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.11
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3120 0 0 0 10 1 0 0 17 0 9 0 677277679 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.44
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 745 0 0 0 43 1 0 0 16 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 867628

[startup+24.603 s]
/proc/loadavg: 2.42 2.34 2.19 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=23.69
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20241 0 3 0 2354 15 0 0 18 0 9 0 677277677 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19613 2001 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=23.1
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15648 0 3 0 2299 11 0 0 25 0 9 0 677277678 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4127354240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.11
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3120 0 0 0 10 1 0 0 16 0 9 0 677277679 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.44
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 745 0 0 0 43 1 0 0 16 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 867628

[startup+24.803 s]
/proc/loadavg: 2.42 2.34 2.19 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=867628 CPUtime=23.89
/proc/1053/stat : 1053 (java) S 1051 1053 32285 0 -1 0 20241 0 3 0 2374 15 0 0 18 0 9 0 677277677 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 216907 19613 2001 9 0 211379 0
[pid=1053/tid=1055] ppid=1051 vsize=867628 CPUtime=23.3
/proc/1053/task/1055/stat : 1055 (java) R 1051 1053 32285 0 -1 64 15648 0 3 0 2319 11 0 0 25 0 9 0 677277678 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4127429661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1056] ppid=1051 vsize=867628 CPUtime=0.11
/proc/1053/task/1056/stat : 1056 (java) S 1051 1053 32285 0 -1 64 3120 0 0 0 10 1 0 0 16 0 9 0 677277679 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1057] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1057/stat : 1057 (java) S 1051 1053 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1058] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1058/stat : 1058 (java) S 1051 1053 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677277680 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1059] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1059/stat : 1059 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1060] ppid=1051 vsize=867628 CPUtime=0.44
/proc/1053/task/1060/stat : 1060 (java) S 1051 1053 32285 0 -1 64 745 0 0 0 43 1 0 0 16 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1061] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1061/stat : 1061 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1053/tid=1062] ppid=1051 vsize=867628 CPUtime=0
/proc/1053/task/1062/stat : 1062 (java) S 1051 1053 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677277682 888451072 19613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 867628

[startup+24.9033 s]
/proc/loadavg: 2.42 2.34 2.19 3/97 1062
/proc/meminfo: memFree=1554116/2055920 swapFree=4146768/4192956
[pid=1053] ppid=1051 vsize=0 CPUtime=23.97
/proc/1053/stat : 1053 (java) Z 1051 1053 32285 0 -1 12 20255 0 3 0 2381 16 0 0 16 0 2 0 677277677 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1053/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.9111
CPU time (s): 23.9794
CPU user time (s): 23.8114
CPU system time (s): 0.167974
CPU usage (%): 96.2598
Max. virtual memory (cumulated for all children) (KiB): 867628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8114
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20255
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2842
involuntary context switches= 3430

runsolver used 0.160975 second user time and 0.394939 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 01:51:51
IDJOB=1081128
IDBENCH=57074
IDSOLVER=349
FILE ID=node90/1081128-1215215511
PBS_JOBID= 7881806
Free space on /tmp= 66560 MiB

SOLVER NAME= choco2_dwdeg 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 choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081128-1215215511/watcher-1081128-1215215511 -o /tmp/evaluation-result-1081128-1215215511/solver-1081128-1215215511 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1081128-1215215511.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e8e9ba1a290bfaa92f9ada7bfecc4c2
RANDOM SEED=1901578429

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1626348 kB
Buffers:         55576 kB
Cached:         162992 kB
SwapCached:      37656 kB
Active:         302900 kB
Inactive:        67128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626348 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            6152 kB
Writeback:           0 kB
Mapped:         164848 kB
Slab:            43760 kB
Committed_AS:  1126484 kB
PageTables:       2620 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node90 at 2008-07-05 01:52:16