Trace number 2066910

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
Concrete DC 2009-07-14SAT 4.93325 5.0216

DiagnosticValue
CHECKS1065570
NODES715

General information on the benchmark

Namecsp/pseudo/jnh/
normalized-jnh-204.xml
MD5SUMa6d7087c1c62c76da2c03a64c945b3fe
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.331949
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints900
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

1.85/1.92	c CPU-LOAD 0.96
1.85/1.92	c LOADED 200 V (2 E), 157 ExtensionConstraint2D, 743 PredicateConstraint, arity 11, 0.96 cpu
4.81/4.99	v 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 1 
4.81/4.99	s SATISFIABLE
4.81/4.99	d NODES 715
4.81/4.99	d CHECKS 1065572
4.81/5.00	c CDC-added-constraints: 347
4.81/5.00	c CDC-nbsingletontests: 798
4.81/5.00	c CDC-nogoods: 347
4.81/5.00	c heuristic-cpu: 0.0
4.81/5.00	c prepro-constraint-ccks: 66845
4.81/5.00	c prepro-constraint-presenceccks: 245452
4.81/5.00	c prepro-cpu: 0.49999997
4.81/5.00	c prepro-matrix2d-ccks: 19886
4.81/5.00	c prepro-matrix2d-presenceccks: 0
4.81/5.00	c prepro-removed: 0
4.81/5.00	c search-cpu: 2.05
4.81/5.00	c search-nps: 348.7805
4.81/5.00	c total-assgn: 715
4.81/5.00	c total-constraint-ccks: 896345
4.81/5.00	c total-constraint-presence-ccks: 3547242
4.81/5.00	c total-cpu: 2.58
4.81/5.00	c total-matrix2d-ccks: 169227
4.81/5.00	c total-matrix2d-presence-ccks: 0
4.81/5.00	c TOTAL-NODES 715
4.81/5.00	c TOTAL-CPU 2.58

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066910-1247705213/watcher-2066910-1247705213 -o /tmp/evaluation-result-2066910-1247705213/solver-2066910-1247705213 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2066910-1247705213.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): 2000 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


[startup+0 s]
/proc/loadavg: 2.09 2.05 1.94 4/82 12512
/proc/meminfo: memFree=930744/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=18576 CPUtime=0
/proc/12512/stat : 12512 (runsolver) R 12510 12512 10422 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57586112 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 254613712167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12512/statm: 4644 284 249 26 0 2626 0

[startup+0.066782 s]
/proc/loadavg: 2.09 2.05 1.94 4/82 12512
/proc/meminfo: memFree=930744/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102785 s]
/proc/loadavg: 2.09 2.05 1.94 4/82 12512
/proc/meminfo: memFree=930744/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301808 s]
/proc/loadavg: 2.09 2.05 1.94 4/82 12512
/proc/meminfo: memFree=930744/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702851 s]
/proc/loadavg: 2.09 2.05 1.94 4/82 12512
/proc/meminfo: memFree=930744/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50294 s]
/proc/loadavg: 2.08 2.04 1.94 4/92 12525
/proc/meminfo: memFree=916008/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
[pid=12517] ppid=12512 vsize=848892 CPUtime=1.46
/proc/12517/stat : 12517 (java) S 12512 12512 10422 0 -1 0 6816 0 1 0 140 6 0 0 23 0 10 0 57586113 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12517/statm: 212223 6064 2018 9 0 206701 0
[pid=12517/tid=12518] ppid=12512 vsize=848892 CPUtime=0.89
/proc/12517/task/12518/stat : 12518 (java) R 12512 12512 10422 0 -1 64 3943 0 1 0 86 3 0 0 25 0 10 0 57586114 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12519] ppid=12512 vsize=848892 CPUtime=0.05
/proc/12517/task/12519/stat : 12519 (java) R 12512 12512 10422 0 -1 64 637 0 0 0 5 0 0 0 16 0 10 0 57586116 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 102709366 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12520] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12512 12512 10422 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57586116 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12521] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12512 12512 10422 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57586116 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12522] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57586118 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12523] ppid=12512 vsize=848892 CPUtime=0.47
/proc/12517/task/12523/stat : 12523 (java) S 12512 12512 10422 0 -1 64 1536 0 0 0 46 1 0 0 16 0 10 0 57586121 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12524] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12512 12512 10422 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57586121 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12525] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) R 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57586121 869265408 6064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 854248

[startup+3.10112 s]
/proc/loadavg: 2.08 2.04 1.94 3/93 12527
/proc/meminfo: memFree=910688/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
[pid=12517] ppid=12512 vsize=848892 CPUtime=3.04
/proc/12517/stat : 12517 (java) S 12512 12512 10422 0 -1 0 8977 0 1 0 296 8 0 0 23 0 9 0 57586113 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12517/statm: 212223 7908 2633 9 0 206701 0
[pid=12517/tid=12518] ppid=12512 vsize=848892 CPUtime=2.06
/proc/12517/task/12518/stat : 12518 (java) R 12512 12512 10422 0 -1 64 4246 0 1 0 202 4 0 0 25 0 9 0 57586114 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4127334260 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12519] ppid=12512 vsize=848892 CPUtime=0.33
/proc/12517/task/12519/stat : 12519 (java) S 12512 12512 10422 0 -1 64 2399 0 0 0 32 1 0 0 16 0 9 0 57586116 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12520] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12512 12512 10422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12521] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12512 12512 10422 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57586116 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12522] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57586118 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12523] ppid=12512 vsize=848892 CPUtime=0.63
/proc/12517/task/12523/stat : 12523 (java) S 12512 12512 10422 0 -1 64 1631 0 0 0 61 2 0 0 15 0 9 0 57586121 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12524] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12512 12512 10422 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57586121 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12525] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57586121 869265408 7908 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 854248

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

[startup+3.90121 s]
/proc/loadavg: 2.08 2.04 1.94 3/92 12527
/proc/meminfo: memFree=908768/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
[pid=12517] ppid=12512 vsize=848892 CPUtime=3.82
/proc/12517/stat : 12517 (java) S 12512 12512 10422 0 -1 0 9007 0 1 0 374 8 0 0 23 0 9 0 57586113 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12517/statm: 212223 7913 2633 9 0 206701 0
[pid=12517/tid=12518] ppid=12512 vsize=848892 CPUtime=2.76
/proc/12517/task/12518/stat : 12518 (java) R 12512 12512 10422 0 -1 64 4265 0 1 0 272 4 0 0 25 0 9 0 57586114 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4127319990 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12519] ppid=12512 vsize=848892 CPUtime=0.41
/proc/12517/task/12519/stat : 12519 (java) S 12512 12512 10422 0 -1 64 2410 0 0 0 40 1 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12520] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12512 12512 10422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12521] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12512 12512 10422 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12522] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57586118 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12523] ppid=12512 vsize=848892 CPUtime=0.63
/proc/12517/task/12523/stat : 12523 (java) S 12512 12512 10422 0 -1 64 1631 0 0 0 61 2 0 0 15 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12524] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12512 12512 10422 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12525] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 854248

[startup+4.7013 s]
/proc/loadavg: 2.08 2.04 1.94 3/92 12527
/proc/meminfo: memFree=908704/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
[pid=12517] ppid=12512 vsize=848892 CPUtime=4.61
/proc/12517/stat : 12517 (java) S 12512 12512 10422 0 -1 0 9030 0 1 0 453 8 0 0 23 0 9 0 57586113 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12517/statm: 212223 7913 2633 9 0 206701 0
[pid=12517/tid=12518] ppid=12512 vsize=848892 CPUtime=3.52
/proc/12517/task/12518/stat : 12518 (java) R 12512 12512 10422 0 -1 64 4288 0 1 0 348 4 0 0 25 0 9 0 57586114 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4127317223 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12519] ppid=12512 vsize=848892 CPUtime=0.44
/proc/12517/task/12519/stat : 12519 (java) S 12512 12512 10422 0 -1 64 2410 0 0 0 43 1 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12520] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12512 12512 10422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12521] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12512 12512 10422 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12522] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57586118 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12523] ppid=12512 vsize=848892 CPUtime=0.63
/proc/12517/task/12523/stat : 12523 (java) S 12512 12512 10422 0 -1 64 1631 0 0 0 61 2 0 0 15 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12524] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12512 12512 10422 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12525] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 854248

[startup+4.90132 s]
/proc/loadavg: 2.08 2.04 1.94 3/92 12527
/proc/meminfo: memFree=908704/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
[pid=12517] ppid=12512 vsize=848892 CPUtime=4.81
/proc/12517/stat : 12517 (java) S 12512 12512 10422 0 -1 0 9035 0 1 0 473 8 0 0 23 0 9 0 57586113 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12517/statm: 212223 7913 2633 9 0 206701 0
[pid=12517/tid=12518] ppid=12512 vsize=848892 CPUtime=3.71
/proc/12517/task/12518/stat : 12518 (java) R 12512 12512 10422 0 -1 64 4293 0 1 0 367 4 0 0 25 0 9 0 57586114 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4127322852 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12519] ppid=12512 vsize=848892 CPUtime=0.44
/proc/12517/task/12519/stat : 12519 (java) S 12512 12512 10422 0 -1 64 2410 0 0 0 43 1 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12520] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12512 12512 10422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12521] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12512 12512 10422 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57586116 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12522] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57586118 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12523] ppid=12512 vsize=848892 CPUtime=0.63
/proc/12517/task/12523/stat : 12523 (java) S 12512 12512 10422 0 -1 64 1631 0 0 0 61 2 0 0 15 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12524] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12512 12512 10422 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12525] ppid=12512 vsize=848892 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57586121 869265408 7913 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 854248

[startup+5.00233 s]
/proc/loadavg: 2.08 2.04 1.94 3/92 12527
/proc/meminfo: memFree=908704/2055920 swapFree=4192948/4192956
[pid=12512] ppid=12510 vsize=5356 CPUtime=0
/proc/12512/stat : 12512 (concrete.sh) S 12510 12512 10422 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 57586112 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12512/statm: 1339 244 201 169 0 50 0
[pid=12517] ppid=12512 vsize=848964 CPUtime=4.92
/proc/12517/stat : 12517 (java) S 12512 12512 10422 0 -1 0 9422 0 1 0 483 9 0 0 23 0 9 0 57586113 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12517/statm: 212241 8064 2634 9 0 206719 0
[pid=12517/tid=12518] ppid=12512 vsize=848964 CPUtime=3.74
/proc/12517/task/12518/stat : 12518 (java) S 12512 12512 10422 0 -1 64 4301 0 1 0 370 4 0 0 25 0 9 0 57586114 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12519] ppid=12512 vsize=848964 CPUtime=0.51
/proc/12517/task/12519/stat : 12519 (java) S 12512 12512 10422 0 -1 64 2788 0 0 0 50 1 0 0 16 0 9 0 57586116 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12520] ppid=12512 vsize=848964 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12512 12512 10422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57586116 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12521] ppid=12512 vsize=848964 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12512 12512 10422 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57586116 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12522] ppid=12512 vsize=848964 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57586118 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12523] ppid=12512 vsize=848964 CPUtime=0.63
/proc/12517/task/12523/stat : 12523 (java) S 12512 12512 10422 0 -1 64 1632 0 0 0 61 2 0 0 15 0 9 0 57586121 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12524] ppid=12512 vsize=848964 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12512 12512 10422 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57586121 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12517/tid=12525] ppid=12512 vsize=848964 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12512 12512 10422 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57586121 869339136 8064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 854320

Child status: 0
Real time (s): 5.0216
CPU time (s): 4.93325
CPU user time (s): 4.83127
CPU system time (s): 0.101984
CPU usage (%): 98.2405
Max. virtual memory (cumulated for all children) (KiB): 854320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.83127
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10068
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= 3978
involuntary context switches= 3964

runsolver used 0.009998 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 02:46:53
IDJOB=2066910
IDBENCH=54586
IDSOLVER=736
FILE ID=node87/2066910-1247705213
PBS_JOBID= 9521144
Free space on /tmp= 66164 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/pseudo/jnh/normalized-jnh-204.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066910-1247705213/watcher-2066910-1247705213 -o /tmp/evaluation-result-2066910-1247705213/solver-2066910-1247705213 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2066910-1247705213.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a6d7087c1c62c76da2c03a64c945b3fe
RANDOM SEED=872398610

node87.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:        931224 kB
Buffers:        117480 kB
Cached:         865792 kB
SwapCached:          8 kB
Active:          73748 kB
Inactive:       946768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        931224 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          57620 kB
Slab:            89220 kB
Committed_AS:   605464 kB
PageTables:       1988 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= 66164 MiB
End job on node87 at 2009-07-16 02:46:58