Trace number 1088147

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-26UNSAT 43.8963 44.3153

DiagnosticValue
ASSIGNMENTS47519

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f7.xml
MD5SUMa673a47612e40743ebfb56a57b81bb4c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.77958
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size37
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

43.80/44.27	s UNSATISFIABLE
43.80/44.27	d ASSIGNMENTS 47519
43.80/44.27	c UNSAT 44176 TIME      47519 NDS    680 PARSTIME      2338 BUILDPB       41158 RES       true RESTART       1 HEURISTIC      

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1088147-1215245804/watcher-1088147-1215245804 -o /tmp/evaluation-result-1088147-1215245804/solver-1088147-1215245804 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1088147-1215245804.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.11 2.08 2.02 4/73 6397
/proc/meminfo: memFree=1852376/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=18572 CPUtime=0
/proc/6397/stat : 6397 (runsolver) R 6395 6397 5965 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2003554443 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6397/statm: 4643 292 257 25 0 2626 0

[startup+0.0796531 s]
/proc/loadavg: 2.11 2.08 2.02 4/73 6397
/proc/meminfo: memFree=1852376/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=866416 CPUtime=0.07
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 3585 0 1 0 5 2 0 0 18 0 9 0 2003554443 887209984 3066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216604 3066 1678 9 0 211076 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866416

[startup+0.102655 s]
/proc/loadavg: 2.11 2.08 2.02 4/73 6397
/proc/meminfo: memFree=1852376/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=866544 CPUtime=0.09
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 3797 0 1 0 7 2 0 0 18 0 9 0 2003554443 887341056 3270 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216636 3270 1754 9 0 211108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866544

[startup+0.301673 s]
/proc/loadavg: 2.11 2.08 2.02 4/73 6397
/proc/meminfo: memFree=1852376/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867308 CPUtime=0.29
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 4842 0 1 0 26 3 0 0 18 0 9 0 2003554443 888123392 4295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216827 4295 1855 9 0 211299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867308

[startup+0.702714 s]
/proc/loadavg: 2.11 2.08 2.02 4/73 6397
/proc/meminfo: memFree=1852376/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867436 CPUtime=0.68
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 7631 0 1 0 63 5 0 0 18 0 9 0 2003554443 888254464 7070 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216859 7070 1904 9 0 211331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867436

[startup+1.50279 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 6406
/proc/meminfo: memFree=1815568/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867488 CPUtime=1.47
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 18471 0 1 0 135 12 0 0 18 0 9 0 2003554443 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216872 17879 1978 9 0 211344 0
[pid=6397/tid=6399] ppid=6395 vsize=867488 CPUtime=1.17
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15439 0 1 0 107 10 0 0 25 0 9 0 2003554444 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4126937463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867488 CPUtime=0.04
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 1713 0 0 0 4 0 0 0 16 0 9 0 2003554446 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867488 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867488 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867488 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867488 CPUtime=0.24
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 591 0 0 0 23 1 0 0 15 0 9 0 2003554448 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867488 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888307712 17879 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867488 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888307712 17879 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) 867488

[startup+3.10193 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 6406
/proc/meminfo: memFree=1781712/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=3.07
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 20640 0 1 0 293 14 0 0 18 0 9 0 2003554443 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 20035 1988 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=2.58
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15544 0 1 0 248 10 0 0 25 0 9 0 2003554444 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4127246395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.13
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 3701 0 0 0 11 2 0 0 16 0 9 0 2003554446 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.34
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 667 0 0 0 33 1 0 0 16 0 9 0 2003554448 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 20035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867600

[startup+6.30121 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 6406
/proc/meminfo: memFree=1778384/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=6.23
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 20902 0 1 0 605 18 0 0 18 0 9 0 2003554443 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 20291 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=5.62
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15597 0 1 0 549 13 0 0 25 0 9 0 2003554444 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4127347763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.16
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 3862 0 0 0 14 2 0 0 17 0 9 0 2003554446 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.42
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 715 0 0 0 40 2 0 0 16 0 9 0 2003554448 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 20291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867600

[startup+12.7018 s]
/proc/loadavg: 2.08 2.07 2.02 3/82 6406
/proc/meminfo: memFree=1778384/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=12.58
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22393 0 1 0 1234 24 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=11.92
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15600 0 1 0 1173 19 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4127365993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867600

[startup+25.503 s]
/proc/loadavg: 2.07 2.07 2.02 3/82 6406
/proc/meminfo: memFree=1772432/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=25.26
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22394 0 1 0 2488 38 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=24.6
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15601 0 1 0 2428 32 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4127232279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867600

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

[startup+31.9065 s]
/proc/loadavg: 2.06 2.06 2.02 3/82 6406
/proc/meminfo: memFree=1772432/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=31.62
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22395 0 1 0 3116 46 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=30.95
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15602 0 1 0 3055 40 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4127330408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (KiB) 867600

[startup+38.3011 s]
/proc/loadavg: 2.05 2.06 2.02 3/82 6406
/proc/meminfo: memFree=1772368/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=37.96
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22396 0 1 0 3743 53 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=37.3
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15603 0 1 0 3682 48 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4127337538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.96
Current children cumulated vsize (KiB) 867600

[startup+41.5024 s]
/proc/loadavg: 2.05 2.06 2.02 3/82 6406
/proc/meminfo: memFree=1772432/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=41.13
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22396 0 1 0 4056 57 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=40.46
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15603 0 1 0 3995 51 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 102689657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.13
Current children cumulated vsize (KiB) 867600

[startup+43.1025 s]
/proc/loadavg: 2.05 2.06 2.02 3/82 6406
/proc/meminfo: memFree=1772432/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=42.72
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22397 0 1 0 4212 60 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=42.05
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15604 0 1 0 4151 54 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4127331608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.72
Current children cumulated vsize (KiB) 867600

[startup+43.9026 s]
/proc/loadavg: 2.05 2.06 2.02 3/82 6406
/proc/meminfo: memFree=1772432/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=867600 CPUtime=43.51
/proc/6397/stat : 6397 (java) S 6395 6397 5965 0 -1 0 22397 0 1 0 4290 61 0 0 18 0 9 0 2003554443 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 216900 21779 1990 9 0 211372 0
[pid=6397/tid=6399] ppid=6395 vsize=867600 CPUtime=42.84
/proc/6397/task/6399/stat : 6399 (java) R 6395 6397 5965 0 -1 64 15604 0 1 0 4229 55 0 0 25 0 9 0 2003554444 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4127237262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6400] ppid=6395 vsize=867600 CPUtime=0.2
/proc/6397/task/6400/stat : 6400 (java) S 6395 6397 5965 0 -1 64 5347 0 0 0 18 2 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6401] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6401/stat : 6401 (java) S 6395 6397 5965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6402] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6402/stat : 6402 (java) S 6395 6397 5965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003554446 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6403] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6403/stat : 6403 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6404] ppid=6395 vsize=867600 CPUtime=0.43
/proc/6397/task/6404/stat : 6404 (java) S 6395 6397 5965 0 -1 64 718 0 0 0 41 2 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6405] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6405/stat : 6405 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6397/tid=6406] ppid=6395 vsize=867600 CPUtime=0
/proc/6397/task/6406/stat : 6406 (java) S 6395 6397 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003554448 888422400 21779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.51
Current children cumulated vsize (KiB) 867600

[startup+44.3033 s]
/proc/loadavg: 2.05 2.06 2.02 3/82 6406
/proc/meminfo: memFree=1772432/2055920 swapFree=4180844/4192956
[pid=6397] ppid=6395 vsize=0 CPUtime=43.87
/proc/6397/stat : 6397 (java) Z 6395 6397 5965 0 -1 12 22408 0 1 0 4326 61 0 0 16 0 2 0 2003554443 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6397/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.87
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 44.3153
CPU time (s): 43.8963
CPU user time (s): 43.2654
CPU system time (s): 0.630904
CPU usage (%): 99.0546
Max. virtual memory (cumulated for all children) (KiB): 867600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.2654
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22408
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= 3095
involuntary context switches= 4012

runsolver used 0.054991 second user time and 0.156976 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 10:16:44
IDJOB=1088147
IDBENCH=58068
IDSOLVER=348
FILE ID=node25/1088147-1215245804
PBS_JOBID= 7881991
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a673a47612e40743ebfb56a57b81bb4c
RANDOM SEED=1448616740

node25.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.234
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.234
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:       1852856 kB
Buffers:         12120 kB
Cached:         107796 kB
SwapCached:       5952 kB
Active:         122412 kB
Inactive:        29936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852856 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            6708 kB
Writeback:           0 kB
Mapped:          39112 kB
Slab:            35908 kB
Committed_AS:  3605012 kB
PageTables:       1960 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= 66520 MiB
End job on node25 at 2008-07-05 10:17:28