Trace number 1081148

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 49.4935 49.7964

DiagnosticValue
ASSIGNMENTS3509

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-3.xml
MD5SUMf1f972a717a5676ec1be016e9f24b7e2
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 benchmark6.68698
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1240
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)

49.43/49.73	s SATISFIABLE
49.43/49.73	v 0 198 335 377 408 519 596 684 717 777 862 932 988 1058 1108 254 274 353 432 479 531 598 641 714 798 859 889 945 964 1062 249 411 454 561 656 717 799 875 911 924 1009 1016 1060 1062 1134 9 207 274 358 392 411 473 567 608 756 902 932 972 1077 1165 209 499 559 567 596 628 676 710 714 785 911 1004 1032 1062 1079 106 190 246 380 473 539 655 706 713 760 775 829 868 945 1147 0 65 190 262 309 386 543 605 641 713 803 1014 1021 1032 1166 48 76 97 157 246 415 536 624 695 724 777 868 957 1032 1115 0 48 76 147 173 241 245 264 356 430 484 701 763 986 1071 0 36 82 241 305 358 408 469 598 642 716 757 829 999 1158 0 62 72 161 198 226 249 343 479 567 744 927 1004 1134 1213 31 105 166 209 246 353 415 455 515 577 697 748 756 777 788 0 9 31 74 130 214 301 455 559 561 661 804 902 944 1165 0 67 264 484 670 799 803 804 875 972 1019 1058 1066 1158 1197 62 106 130 166 180 214 271 301 377 386 628 919 1055 1115 1175 
49.43/49.73	d ASSIGNMENTS 3509
49.43/49.73	c SAT 49634 TIME      3509 NDS    565 PARSTIME      1201 BUILDPB       47868 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-1081148-1215215599/watcher-1081148-1215215599 -o /tmp/evaluation-result-1081148-1215215599/solver-1081148-1215215599 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1081148-1215215599.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: 1.99 1.98 1.99 4/73 28706
/proc/meminfo: memFree=1505432/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=18572 CPUtime=0
/proc/28706/stat : 28706 (runsolver) R 28704 28706 28028 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 254547847 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28706/statm: 4643 292 257 25 0 2626 0

[startup+0.071317 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28706
/proc/meminfo: memFree=1505432/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=864744 CPUtime=0.06
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 2995 0 1 0 4 2 0 0 20 0 9 0 254547847 885497856 2505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216186 2505 1231 9 0 211053 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864744

[startup+0.102318 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28706
/proc/meminfo: memFree=1505432/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=866524 CPUtime=0.09
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 3786 0 1 0 7 2 0 0 20 0 9 0 254547847 887320576 3259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216631 3259 1752 9 0 211103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866524

[startup+0.301349 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28706
/proc/meminfo: memFree=1505432/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867308 CPUtime=0.29
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 4855 0 1 0 26 3 0 0 20 0 9 0 254547847 888123392 4303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216827 4303 1863 9 0 211299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867308

[startup+0.701388 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28706
/proc/meminfo: memFree=1505432/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867488 CPUtime=0.68
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 7915 0 1 0 63 5 0 0 20 0 9 0 254547847 888307712 7338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216872 7338 1937 9 0 211344 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867488

[startup+1.50147 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1459536/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867488 CPUtime=1.48
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 19007 0 1 0 136 12 0 0 20 0 9 0 254547847 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216872 18410 1982 9 0 211344 0
[pid=28706/tid=28708] ppid=28704 vsize=867488 CPUtime=1.13
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15452 0 1 0 104 9 0 0 25 0 9 0 254547848 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 102300737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867488 CPUtime=0.04
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 2211 0 0 0 4 0 0 0 16 0 9 0 254547850 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867488 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867488 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867488 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867488 CPUtime=0.27
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 616 0 0 0 26 1 0 0 16 0 9 0 254547852 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867488 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867488 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888307712 18410 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867488

[startup+3.10164 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1438096/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=3.08
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 19318 0 1 0 294 14 0 0 20 0 9 0 254547847 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 18708 1999 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=2.54
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15651 0 1 0 244 10 0 0 25 0 9 0 254547848 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4127331681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.07
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 2212 0 0 0 7 0 0 0 16 0 9 0 254547850 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.42
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 727 0 0 0 41 1 0 0 15 0 9 0 254547852 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 18708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867740

[startup+6.30299 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434192/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=6.25
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20205 0 1 0 611 14 0 0 20 0 9 0 254547847 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19592 1999 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=5.69
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15654 0 1 0 559 10 0 0 25 0 9 0 254547848 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4127438767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.1
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3090 0 0 0 9 1 0 0 16 0 9 0 254547850 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.43
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 733 0 0 0 42 1 0 0 16 0 9 0 254547852 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867740

[startup+12.7017 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=12.63
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20228 0 1 0 1248 15 0 0 20 0 9 0 254547847 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19606 2001 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=12.04
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15665 0 1 0 1193 11 0 0 25 0 9 0 254547848 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4127331697 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.12
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3097 0 0 0 11 1 0 0 17 0 9 0 254547850 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.44
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 738 0 0 0 43 1 0 0 15 0 9 0 254547852 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867740

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=25.36
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20254 0 1 0 2521 15 0 0 20 0 9 0 254547847 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19624 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=24.74
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15673 0 1 0 2463 11 0 0 25 0 9 0 254547848 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4126577984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.13
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3111 0 0 0 12 1 0 0 16 0 9 0 254547850 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.45
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 742 0 0 0 44 1 0 0 16 0 9 0 254547852 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 867740

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

[startup+38.3024 s]
/proc/loadavg: 2.04 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=38.09
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20264 0 1 0 3793 16 0 0 20 0 9 0 254547847 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19628 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=37.46
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15679 0 1 0 3734 12 0 0 25 0 9 0 254547848 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4127525261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.14
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3114 0 0 0 13 1 0 0 16 0 9 0 254547850 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.45
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 743 0 0 0 44 1 0 0 16 0 9 0 254547852 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.09
Current children cumulated vsize (KiB) 867740

[startup+44.7011 s]
/proc/loadavg: 2.04 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=44.46
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20307 0 1 0 4430 16 0 0 20 0 9 0 254547847 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19668 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=43.82
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15682 0 1 0 4370 12 0 0 25 0 9 0 254547848 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4127331738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.15
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3151 0 0 0 14 1 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.46
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 746 0 0 0 45 1 0 0 16 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.46
Current children cumulated vsize (KiB) 867740

[startup+47.9025 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=47.64
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20309 0 1 0 4748 16 0 0 20 0 9 0 254547847 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19668 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=47
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15684 0 1 0 4688 12 0 0 25 0 9 0 254547848 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4127359614 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.15
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3151 0 0 0 14 1 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.46
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 746 0 0 0 45 1 0 0 16 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.64
Current children cumulated vsize (KiB) 867740

[startup+48.7025 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=48.44
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20310 0 1 0 4828 16 0 0 20 0 9 0 254547847 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19668 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=47.8
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15685 0 1 0 4768 12 0 0 25 0 9 0 254547848 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4127518314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.15
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3151 0 0 0 14 1 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.46
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 746 0 0 0 45 1 0 0 16 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.44
Current children cumulated vsize (KiB) 867740

[startup+49.5066 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=49.24
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20310 0 1 0 4908 16 0 0 20 0 9 0 254547847 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19668 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=48.59
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15685 0 1 0 4847 12 0 0 25 0 9 0 254547848 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4127256008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.15
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3151 0 0 0 14 1 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.46
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 746 0 0 0 45 1 0 0 16 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 867740

[startup+49.7026 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 28715
/proc/meminfo: memFree=1434128/2055920 swapFree=4179588/4192956
[pid=28706] ppid=28704 vsize=867740 CPUtime=49.43
/proc/28706/stat : 28706 (java) S 28704 28706 28028 0 -1 0 20310 0 1 0 4927 16 0 0 20 0 9 0 254547847 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28706/statm: 216935 19668 2002 9 0 211407 0
[pid=28706/tid=28708] ppid=28704 vsize=867740 CPUtime=48.79
/proc/28706/task/28708/stat : 28708 (java) R 28704 28706 28028 0 -1 64 15685 0 1 0 4867 12 0 0 25 0 9 0 254547848 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4127338295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28709] ppid=28704 vsize=867740 CPUtime=0.15
/proc/28706/task/28709/stat : 28709 (java) S 28704 28706 28028 0 -1 64 3151 0 0 0 14 1 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28710] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28710/stat : 28710 (java) S 28704 28706 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28711] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28711/stat : 28711 (java) S 28704 28706 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 254547850 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28712] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28712/stat : 28712 (java) S 28704 28706 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28713] ppid=28704 vsize=867740 CPUtime=0.46
/proc/28706/task/28713/stat : 28713 (java) S 28704 28706 28028 0 -1 64 746 0 0 0 45 1 0 0 16 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28714] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28714/stat : 28714 (java) S 28704 28706 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28706/tid=28715] ppid=28704 vsize=867740 CPUtime=0
/proc/28706/task/28715/stat : 28715 (java) S 28704 28706 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254547852 888565760 19668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.43
Current children cumulated vsize (KiB) 867740

Child status: 0
Real time (s): 49.7964
CPU time (s): 49.4935
CPU user time (s): 49.3095
CPU system time (s): 0.183972
CPU usage (%): 99.3918
Max. virtual memory (cumulated for all children) (KiB): 867740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.3095
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20324
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= 3702
involuntary context switches= 4211

runsolver used 0.067989 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 01:53:19
IDJOB=1081148
IDBENCH=57080
IDSOLVER=348
FILE ID=node81/1081148-1215215599
PBS_JOBID= 7881768
Free space on /tmp= 126816 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-105-3.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-1081148-1215215599/watcher-1081148-1215215599 -o /tmp/evaluation-result-1081148-1215215599/solver-1081148-1215215599 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1081148-1215215599.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f1f972a717a5676ec1be016e9f24b7e2
RANDOM SEED=1564855158

node81.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:       1505848 kB
Buffers:         77768 kB
Cached:         382852 kB
SwapCached:       6404 kB
Active:         226756 kB
Inactive:       252060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505848 kB
SwapTotal:     4192956 kB
SwapFree:      4179588 kB
Dirty:            6180 kB
Writeback:           0 kB
Mapped:          26096 kB
Slab:            56684 kB
Committed_AS:   571408 kB
PageTables:       1568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node81 at 2008-07-05 01:54:09