Trace number 275275

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, and are wall clock time (not CPU 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
CSP4J - MaxCSP 2006-12-19? (problem) 277.442 280.02

DiagnosticValue
NODES0

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-5.xml
MD5SUMb661827da205822238b3e0d3c05549cf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints14581
Best CPU time to get the best result obtained on this benchmark2400.1
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

279.92	s UNSATISFIABLE
279.92	d NODES 0

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-275275-1169219135 -o ROOT/results/node76/solver-275275-1169219135 -C 2400 -M 900 /tmp/evaluation/275275-1169219135/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/275275-1169219135/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.01 2.02 1.95 5/86 19710
/proc/meminfo: memFree=1048712/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=18544 CPUtime=0
/proc/19709/stat : 19709 (runsolver) R 19707 19709 19136 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 270310641 18989056 278 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 206843737111 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19709/statm: 4636 278 243 17 0 2626 0

[startup+0.104323 s]
/proc/loadavg: 2.01 2.02 1.95 5/86 19710
/proc/meminfo: memFree=1048712/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5364

[startup+0.512402 s]
/proc/loadavg: 2.01 2.02 1.95 5/86 19710
/proc/meminfo: memFree=1048712/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5364

[startup+1.33557 s]
/proc/loadavg: 2.01 2.02 1.95 3/94 19719
/proc/meminfo: memFree=1026504/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=865680 CPUtime=1.29
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 8351 0 1 0 124 5 0 0 25 0 8 0 270310642 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153897828 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 216420 8035 1829 14 0 203681 0
[pid=19712/tid=19713] ppid=19709 vsize=865680 CPUtime=0.18
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 4076 0 0 0 17 1 0 0 16 0 8 0 270310645 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=865680 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=865680 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=865680 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=865680 CPUtime=0.22
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 527 0 0 0 22 0 0 0 15 0 8 0 270310649 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=865680 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=865680 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 886456320 8035 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 871044

[startup+2.98589 s]
/proc/loadavg: 2.01 2.02 1.95 3/94 19719
/proc/meminfo: memFree=1005960/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=865888 CPUtime=2.94
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 15315 0 1 0 281 13 0 0 25 0 8 0 270310642 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152816029 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 216472 14970 1829 14 0 203733 0
[pid=19712/tid=19713] ppid=19709 vsize=865888 CPUtime=0.49
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 10366 0 0 0 45 4 0 0 16 0 8 0 270310645 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=865888 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=865888 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=865888 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=865888 CPUtime=0.28
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 555 0 0 0 28 0 0 0 15 0 8 0 270310649 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=865888 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=865888 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 886669312 14970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 871252

[startup+6.27454 s]
/proc/loadavg: 2.01 2.02 1.95 3/94 19719
/proc/meminfo: memFree=944456/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=866012 CPUtime=6.19
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 29921 0 1 0 593 26 0 0 25 0 8 0 270310642 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 216503 29554 1829 14 0 203764 0
[pid=19712/tid=19713] ppid=19709 vsize=866012 CPUtime=1.05
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 23288 0 0 0 96 9 0 0 16 0 8 0 270310645 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=866012 CPUtime=0.35
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 580 0 0 0 34 1 0 0 15 0 8 0 270310649 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 886796288 29554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 871376

[startup+12.6788 s]
/proc/loadavg: 2.01 2.02 1.95 3/94 19719
/proc/meminfo: memFree=856016/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=866012 CPUtime=12.54
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 48754 0 1 0 1209 45 0 0 25 0 8 0 270310642 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073650371 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 216503 48371 1829 14 0 203764 0
[pid=19712/tid=19713] ppid=19709 vsize=866012 CPUtime=2.14
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 40181 0 0 0 198 16 0 0 16 0 8 0 270310645 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=866012 CPUtime=0.35
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 580 0 0 0 34 1 0 0 16 0 8 0 270310649 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=866012 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 886796288 48371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 871376

[startup+25.5433 s]
/proc/loadavg: 2.08 2.03 1.95 4/94 19719
/proc/meminfo: memFree=737936/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=866488 CPUtime=25.27
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 79309 0 1 0 2453 74 0 0 25 0 8 0 270310642 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074027595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 216622 78888 1829 14 0 203883 0
[pid=19712/tid=19713] ppid=19709 vsize=866488 CPUtime=3.23
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 68021 0 0 0 296 27 0 0 16 0 8 0 270310645 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=866488 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=866488 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=866488 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=866488 CPUtime=0.35
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 580 0 0 0 34 1 0 0 16 0 8 0 270310649 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=866488 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=866488 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 887283712 78888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 871852

[startup+51.1724 s]
/proc/loadavg: 2.17 2.06 1.96 3/94 19719
/proc/meminfo: memFree=603728/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=867640 CPUtime=50.66
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 107139 0 1 0 4961 105 0 0 25 0 8 0 270310642 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074195223 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 216910 106695 1834 14 0 204171 0
[pid=19712/tid=19713] ppid=19709 vsize=867640 CPUtime=5.54
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 93755 0 0 0 517 37 0 0 16 0 8 0 270310645 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=867640 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=867640 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=867640 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=867640 CPUtime=0.77
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 835 0 0 0 75 2 0 0 15 0 8 0 270310649 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=867640 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=867640 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 888463360 106695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 873004

[startup+102.408 s]
/proc/loadavg: 2.19 2.08 1.97 3/94 19719
/proc/meminfo: memFree=592848/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=870016 CPUtime=101.43
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 109420 0 1 0 10024 119 0 0 25 0 8 0 270310642 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074198896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 217504 108976 1834 14 0 204765 0
[pid=19712/tid=19713] ppid=19709 vsize=870016 CPUtime=5.54
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 93755 0 0 0 517 37 0 0 16 0 8 0 270310645 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=870016 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=870016 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=870016 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=870016 CPUtime=3.55
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 3093 0 0 0 342 13 0 0 15 0 8 0 270310649 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=870016 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=870016 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 890896384 108976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 875380

[startup+162.492 s]
/proc/loadavg: 2.12 2.08 1.98 3/94 19719
/proc/meminfo: memFree=580880/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=873844 CPUtime=160.97
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 112369 0 1 0 15959 138 0 0 25 0 8 0 270310642 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074198634 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 218461 111925 1834 14 0 205722 0
[pid=19712/tid=19713] ppid=19709 vsize=873844 CPUtime=5.54
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 93755 0 0 0 517 37 0 0 16 0 8 0 270310645 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=873844 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=873844 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=873844 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=873844 CPUtime=6.85
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 6004 0 0 0 656 29 0 0 16 0 8 0 270310649 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=873844 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=873844 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 894816256 111925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 879208

[startup+222.586 s]
/proc/loadavg: 2.07 2.08 1.98 3/94 19719
/proc/meminfo: memFree=549712/2055888 swapFree=4087964/4096564
[pid=19709] ppid=19707 vsize=5364 CPUtime=0
/proc/19709/stat : 19709 (cspfj.sh) S 19707 19709 19136 0 -1 4194304 314 124 0 0 0 0 0 0 19 0 1 0 270310641 5492736 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 0 0 0
/proc/19709/statm: 1341 239 199 169 0 51 0
[pid=19712] ppid=19709 vsize=877676 CPUtime=220.52
/proc/19712/stat : 19712 (java) R 19709 19709 19136 0 -1 0 120107 0 1 0 21893 159 0 0 25 0 8 0 270310642 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074200191 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19712/statm: 219419 119662 1834 14 0 206680 0
[pid=19712/tid=19713] ppid=19709 vsize=877676 CPUtime=5.63
/proc/19712/task/19713/stat : 19713 (java) S 19709 19709 19136 0 -1 64 98590 0 0 0 525 38 0 0 16 0 8 0 270310645 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19714] ppid=19709 vsize=877676 CPUtime=0
/proc/19712/task/19714/stat : 19714 (java) S 19709 19709 19136 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270310646 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19715] ppid=19709 vsize=877676 CPUtime=0
/proc/19712/task/19715/stat : 19715 (java) S 19709 19709 19136 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 270310646 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19716] ppid=19709 vsize=877676 CPUtime=0
/proc/19712/task/19716/stat : 19716 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270310649 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19717] ppid=19709 vsize=877676 CPUtime=10.1
/proc/19712/task/19717/stat : 19717 (java) S 19709 19709 19136 0 -1 64 8871 0 0 0 966 44 0 0 15 0 8 0 270310649 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19718] ppid=19709 vsize=877676 CPUtime=0
/proc/19712/task/19718/stat : 19718 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 270310649 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19712/tid=19719] ppid=19709 vsize=877676 CPUtime=0
/proc/19712/task/19719/stat : 19719 (java) S 19709 19709 19136 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270310649 898740224 119662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 883040

Child status: 0
Real time (s): 280.02
CPU time (s): 277.442
CPU user time (s): 275.624
CPU system time (s): 1.81772
CPU usage (%): 99.0792
Max. virtual memory (cumulated for all children) (KiB): 887804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.624
system time used= 1.81772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127520
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= 53409
involuntary context switches= 60869

runsolver used 0.364944 s user time and 0.78788 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Fri Jan 19 15:05:35 UTC 2007


IDJOB= 275275
IDBENCH= 3762
IDSOLVER= 65
FILE ID= node76/275275-1169219135

PBS_JOBID= 3589153

Free space on /tmp= 66645 MiB

SOLVER NAME= CSP4J - MaxCSP 2006-12-19
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp11/fapp11-1000-5.xml
COMMAND LINE= /tmp/evaluation/275275-1169219135/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/275275-1169219135/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-275275-1169219135 -o ROOT/results/node76/solver-275275-1169219135 -C 2400 -M 900  /tmp/evaluation/275275-1169219135/cspfj.sh -solver MinConflicts -max -competition /tmp/evaluation/275275-1169219135/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  b661827da205822238b3e0d3c05549cf

RANDOM SEED= 877583775

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1049192 kB
Buffers:         33592 kB
Cached:         388028 kB
SwapCached:       2496 kB
Active:         591064 kB
Inactive:       350856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1049192 kB
SwapTotal:     4096564 kB
SwapFree:      4087964 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:         535084 kB
Slab:            49456 kB
Committed_AS:  8417084 kB
PageTables:       2836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66645 MiB



End job on node76 on Fri Jan 19 15:10:16 UTC 2007