Trace number 2094483

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
Abscon 112v4 AC? 14.8877 15.0712

General information on the benchmark

Namecsp/fischer/
normalized-fischer-2-3-fair.xml
MD5SUMf8a5201e16f79ff6d677fc664a08844c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables1695
Number of constraints1595
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2094483-1247404629.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
2.56/2.64	     nbVariables=1695  nbDomainTypes=3  minDomainSize=2  maxDomainSize=20001  nbTotalValues=28644346
2.56/2.64	       =>  wckTime=2.404  cpuTime=1.21  mem=578M443
2.56/2.65	   
2.56/2.65	   predicates being loaded...
2.66/2.71	   
2.66/2.71	   constraints being loaded...
2.76/2.86	   
2.76/2.86	   INFO : Stopping converting binary constraints (cpu=1.45, mem = 585M903)
3.24/3.35	     nbConstraints=1593  nbUnaryConstraints=2  nbSingletonDomainVariables=2  nbPurgedValues=40000
3.24/3.35	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=15
3.24/3.35	     nbSharedEvaluationManagers=1578  minDegree=1  maxDegree=27  minArity=2  avgArity=2.82  maxArity=3  nbGenerators=0
3.24/3.35	     nbFusions=0  symmetryWckTime=0.272  symmetryCpuTime=0.09
3.24/3.35	       =>  wckTime=3.105  cpuTime=1.63  mem=597M637
3.43/3.57	   
3.43/3.57	   solver IterativeSystematicSolver being built... 
10.57/10.75	   
10.57/10.75	   INFO : Tentative number 1
10.57/10.75	
10.57/10.75	   configuration
10.57/10.75	     name=mac.xml
10.57/10.75	   
10.57/10.75	   instance
10.57/10.75	     name=HOME/instance-2094483-1247404629.xml
10.57/10.75	   
10.57/10.75	   domains being loaded...
10.57/10.75	   
10.57/10.75	   variables being loaded...
12.04/12.30	     nbVariables=1695  nbDomainTypes=3  minDomainSize=2  maxDomainSize=20001  nbTotalValues=28644346
12.04/12.30	       =>  wckTime=1.55  cpuTime=0.8  mem=578M715
12.04/12.30	   
12.04/12.30	   predicates being loaded...
12.04/12.30	   
12.04/12.30	   constraints being loaded...
12.24/12.46	     nbConstraints=1593  nbUnaryConstraints=2  nbSingletonDomainVariables=2  nbPurgedValues=40000
12.24/12.46	     nbUnbuiltConflictsStructures=14  nbSharedBinaryRepresentations=0  nbEvaluationManagers=15
12.24/12.46	     nbSharedEvaluationManagers=1578  minDegree=1  maxDegree=27  minArity=2  avgArity=2.82  maxArity=3
12.24/12.46	       =>  wckTime=1.72  cpuTime=0.96  mem=589M814
12.44/12.64	   
12.44/12.65	   solver IterativeSystematicSolver being built... 
14.73/14.92	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094483-1247404629/watcher-2094483-1247404629 -o /tmp/evaluation-result-2094483-1247404629/solver-2094483-1247404629 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094483-1247404629.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.41 2.13 1.97 4/81 29832
/proc/meminfo: memFree=1786304/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=10676 CPUtime=0
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27528292 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 2669 474 207 9 0 1184 0
[pid=29832/tid=29833] ppid=29830 vsize=10676 CPUtime=0
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27528293 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0471831 s]
/proc/loadavg: 2.41 2.13 1.97 4/81 29832
/proc/meminfo: memFree=1786304/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=861936 CPUtime=0.03
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 2294 0 1 0 2 1 0 0 18 0 5 0 27528292 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 215484 1896 867 9 0 210399 0
[pid=29832/tid=29833] ppid=29830 vsize=861936 CPUtime=0.02
/proc/29832/task/29833/stat : 29833 (java) D 29830 29832 28969 0 -1 64 1603 0 1 0 2 0 0 0 17 0 5 0 27528293 882622464 1896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.106053 s]
/proc/loadavg: 2.41 2.13 1.97 4/81 29832
/proc/meminfo: memFree=1786304/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=865984 CPUtime=0.09
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 3822 0 1 0 7 2 0 0 18 0 9 0 27528292 886767616 3265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216496 3265 1721 9 0 210981 0
[pid=29832/tid=29833] ppid=29830 vsize=865984 CPUtime=0.08
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 2914 0 1 0 7 1 0 0 18 0 9 0 27528293 886767616 3265 996147200 134512640 134550932 4294955968 18446744073709551615 4125950889 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301076 s]
/proc/loadavg: 2.41 2.13 1.97 4/81 29832
/proc/meminfo: memFree=1786304/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=866224 CPUtime=0.28
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 5865 0 1 0 25 3 0 0 18 0 9 0 27528292 887013376 5231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216556 5231 1972 9 0 211014 0
[pid=29832/tid=29833] ppid=29830 vsize=866224 CPUtime=0.27
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 4957 0 1 0 24 3 0 0 18 0 9 0 27528293 887013376 5231 996147200 134512640 134550932 4294955968 18446744073709551615 4125970418 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701128 s]
/proc/loadavg: 2.41 2.13 1.97 4/81 29832
/proc/meminfo: memFree=1786304/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=866492 CPUtime=0.68
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 16178 0 1 0 60 8 0 0 18 0 9 0 27528292 887287808 15540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216623 15540 1996 9 0 211081 0
[pid=29832/tid=29833] ppid=29830 vsize=866492 CPUtime=0.62
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 15175 0 1 0 55 7 0 0 20 0 9 0 27528293 887287808 15540 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866492

[startup+1.50222 s]
/proc/loadavg: 2.41 2.13 1.97 3/90 29841
/proc/meminfo: memFree=1635832/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=867068 CPUtime=1.47
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 75678 0 1 0 113 34 0 0 18 0 9 0 27528292 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216767 75033 2012 9 0 211225 0
[pid=29832/tid=29833] ppid=29830 vsize=867068 CPUtime=0.95
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 15691 0 1 0 88 7 0 0 24 0 9 0 27528293 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4126561768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=867068 CPUtime=0.4
/proc/29832/task/29835/stat : 29835 (java) S 29830 29832 28969 0 -1 64 58802 0 0 0 15 25 0 0 16 0 9 0 27528295 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=867068 CPUtime=0
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27528295 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=867068 CPUtime=0
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 27528295 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=867068 CPUtime=0
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27528297 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=867068 CPUtime=0.09
/proc/29832/task/29839/stat : 29839 (java) S 29830 29832 28969 0 -1 64 482 0 0 0 9 0 0 0 16 0 9 0 27528297 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=867068 CPUtime=0
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27528298 887877632 75033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=867068 CPUtime=0
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27528298 887877632 75033 996147200 134512640 134550932 4294955968 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) 867068

[startup+3.1024 s]
/proc/loadavg: 2.38 2.13 1.97 4/90 29841
/proc/meminfo: memFree=1312056/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=867624 CPUtime=3.06
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 158778 0 1 0 236 70 0 0 18 0 9 0 27528292 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216906 158118 2053 9 0 211342 0
[pid=29832/tid=29833] ppid=29830 vsize=867624 CPUtime=1.77
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 15825 0 1 0 169 8 0 0 25 0 9 0 27528293 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=867624 CPUtime=1.01
/proc/29832/task/29835/stat : 29835 (java) S 29830 29832 28969 0 -1 64 141537 0 0 0 41 60 0 0 16 0 9 0 27528295 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=867624 CPUtime=0
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27528295 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=867624 CPUtime=0
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 27528295 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=867624 CPUtime=0
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27528297 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=867624 CPUtime=0.26
/proc/29832/task/29839/stat : 29839 (java) R 29830 29832 28969 0 -1 64 713 0 0 0 26 0 0 0 16 0 9 0 27528297 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 101602295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=867624 CPUtime=0
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27528298 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=867624 CPUtime=0
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27528298 888446976 158118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867624

[startup+6.30178 s]
/proc/loadavg: 2.38 2.13 1.97 4/90 29845
/proc/meminfo: memFree=1016432/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=868000 CPUtime=6.2
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 225642 411 1 0 520 93 2 5 18 0 9 0 27528292 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217000 199475 2637 9 0 211458 0
[pid=29832/tid=29833] ppid=29830 vsize=868000 CPUtime=2.88
/proc/29832/task/29833/stat : 29833 (java) R 29830 29832 28969 0 -1 64 26058 411 1 0 271 10 2 5 25 0 9 0 27528293 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=868000 CPUtime=3.02
/proc/29832/task/29835/stat : 29835 (java) R 29830 29832 28969 0 -1 64 197818 411 0 0 218 77 2 5 18 0 9 0 27528295 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 104188655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 20 411 0 0 0 0 2 5 16 0 9 0 27528295 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 11 411 0 0 0 0 2 5 16 0 9 0 27528295 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 411 0 0 0 0 2 5 18 0 9 0 27528297 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=868000 CPUtime=0.37
/proc/29832/task/29839/stat : 29839 (java) S 29830 29832 28969 0 -1 64 894 411 0 0 30 0 2 5 15 0 9 0 27528297 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 411 0 0 0 0 2 5 19 0 9 0 27528298 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 38 411 0 0 0 0 2 5 15 0 9 0 27528298 888832000 199475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868000

[startup+12.7025 s]
/proc/loadavg: 2.32 2.12 1.97 3/90 29845
/proc/meminfo: memFree=996528/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=868088 CPUtime=12.54
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 356028 411 1 0 1126 121 2 5 18 0 9 0 27528292 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217022 199515 2659 9 0 211458 0
[pid=29832/tid=29833] ppid=29830 vsize=868088 CPUtime=3.9
/proc/29832/task/29833/stat : 29833 (java) S 29830 29832 28969 0 -1 64 26113 411 1 0 373 10 2 5 16 0 9 0 27528293 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=868088 CPUtime=8.32
/proc/29832/task/29835/stat : 29835 (java) R 29830 29832 28969 0 -1 64 328124 411 0 0 720 105 2 5 25 0 9 0 27528295 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=868088 CPUtime=0.07
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 20 411 0 0 0 0 2 5 16 0 9 0 27528295 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=868088 CPUtime=0.07
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 11 411 0 0 0 0 2 5 16 0 9 0 27528295 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=868088 CPUtime=0.07
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 411 0 0 0 0 2 5 18 0 9 0 27528297 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=868088 CPUtime=0.39
/proc/29832/task/29839/stat : 29839 (java) S 29830 29832 28969 0 -1 64 919 411 0 0 32 0 2 5 15 0 9 0 27528297 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=868088 CPUtime=0.07
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 411 0 0 0 0 2 5 19 0 9 0 27528298 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=868088 CPUtime=0.07
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 38 411 0 0 0 0 2 5 15 0 9 0 27528298 888922112 199515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868088

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

[startup+14.3067 s]
/proc/loadavg: 2.32 2.12 1.97 3/90 29845
/proc/meminfo: memFree=996464/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=868000 CPUtime=14.12
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 356042 411 1 0 1284 121 2 5 18 0 9 0 27528292 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217000 199500 2637 9 0 211458 0
[pid=29832/tid=29833] ppid=29830 vsize=868000 CPUtime=4.05
/proc/29832/task/29833/stat : 29833 (java) S 29830 29832 28969 0 -1 64 26121 411 1 0 388 10 2 5 15 0 9 0 27528293 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=868000 CPUtime=9.75
/proc/29832/task/29835/stat : 29835 (java) R 29830 29832 28969 0 -1 64 328124 411 0 0 863 105 2 5 25 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 20 411 0 0 0 0 2 5 15 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 15 411 0 0 0 0 2 5 16 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 411 0 0 0 0 2 5 18 0 9 0 27528297 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=868000 CPUtime=0.39
/proc/29832/task/29839/stat : 29839 (java) S 29830 29832 28969 0 -1 64 921 411 0 0 32 0 2 5 15 0 9 0 27528297 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 411 0 0 0 0 2 5 19 0 9 0 27528298 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 38 411 0 0 0 0 2 5 15 0 9 0 27528298 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 868000

[startup+14.7018 s]
/proc/loadavg: 2.32 2.12 1.97 3/90 29845
/proc/meminfo: memFree=996464/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=868000 CPUtime=14.52
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 356043 411 1 0 1324 121 2 5 18 0 9 0 27528292 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217000 199500 2637 9 0 211458 0
[pid=29832/tid=29833] ppid=29830 vsize=868000 CPUtime=4.05
/proc/29832/task/29833/stat : 29833 (java) S 29830 29832 28969 0 -1 64 26122 411 1 0 388 10 2 5 16 0 9 0 27528293 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=868000 CPUtime=10.14
/proc/29832/task/29835/stat : 29835 (java) R 29830 29832 28969 0 -1 64 328124 411 0 0 902 105 2 5 25 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 103825734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 20 411 0 0 0 0 2 5 16 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 15 411 0 0 0 0 2 5 16 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 411 0 0 0 0 2 5 18 0 9 0 27528297 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=868000 CPUtime=0.39
/proc/29832/task/29839/stat : 29839 (java) S 29830 29832 28969 0 -1 64 921 411 0 0 32 0 2 5 15 0 9 0 27528297 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 411 0 0 0 0 2 5 19 0 9 0 27528298 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 38 411 0 0 0 0 2 5 15 0 9 0 27528298 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 868000

[startup+14.9018 s]
/proc/loadavg: 2.32 2.12 1.97 3/90 29845
/proc/meminfo: memFree=996464/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=868000 CPUtime=14.73
/proc/29832/stat : 29832 (java) S 29830 29832 28969 0 -1 0 356044 411 1 0 1344 122 2 5 18 0 9 0 27528292 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217000 199500 2637 9 0 211458 0
[pid=29832/tid=29833] ppid=29830 vsize=868000 CPUtime=4.05
/proc/29832/task/29833/stat : 29833 (java) S 29830 29832 28969 0 -1 64 26123 411 1 0 388 10 2 5 16 0 9 0 27528293 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29830 vsize=868000 CPUtime=10.34
/proc/29832/task/29835/stat : 29835 (java) R 29830 29832 28969 0 -1 64 328124 411 0 0 922 105 2 5 25 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 102381634 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29836/stat : 29836 (java) S 29830 29832 28969 0 -1 64 20 411 0 0 0 0 2 5 15 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29837/stat : 29837 (java) S 29830 29832 28969 0 -1 64 15 411 0 0 0 0 2 5 16 0 9 0 27528295 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29838/stat : 29838 (java) S 29830 29832 28969 0 -1 64 2 411 0 0 0 0 2 5 18 0 9 0 27528297 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29830 vsize=868000 CPUtime=0.39
/proc/29832/task/29839/stat : 29839 (java) S 29830 29832 28969 0 -1 64 921 411 0 0 32 0 2 5 15 0 9 0 27528297 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29840/stat : 29840 (java) S 29830 29832 28969 0 -1 64 1 411 0 0 0 0 2 5 19 0 9 0 27528298 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29841] ppid=29830 vsize=868000 CPUtime=0.07
/proc/29832/task/29841/stat : 29841 (java) S 29830 29832 28969 0 -1 64 38 411 0 0 0 0 2 5 15 0 9 0 27528298 888832000 199500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 868000

[startup+15.0022 s]
/proc/loadavg: 2.32 2.12 1.97 3/90 29845
/proc/meminfo: memFree=996464/2055920 swapFree=4192812/4192956
[pid=29832] ppid=29830 vsize=0 CPUtime=14.8
/proc/29832/stat : 29832 (java) Z 29830 29832 28969 0 -1 12 356071 411 1 0 1346 127 2 5 16 0 2 0 27528292 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 15.0712
CPU time (s): 14.8877
CPU user time (s): 13.4909
CPU system time (s): 1.39679
CPU usage (%): 98.7826
Max. virtual memory (cumulated for all children) (KiB): 869404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4909
system time used= 1.39679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356482
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= 1735
involuntary context switches= 2020

runsolver used 0.020996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 15:17:09
IDJOB=2094483
IDBENCH=54282
IDSOLVER=773
FILE ID=node73/2094483-1247404629
PBS_JOBID= 9510503
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-2-3-fair.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094483-1247404629/watcher-2094483-1247404629 -o /tmp/evaluation-result-2094483-1247404629/solver-2094483-1247404629 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094483-1247404629.xml

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

MD5SUM BENCH= f8a5201e16f79ff6d677fc664a08844c
RANDOM SEED=713993096

node73.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.213
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.213
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:       1786784 kB
Buffers:         32660 kB
Cached:         130880 kB
SwapCached:          0 kB
Active:         113360 kB
Inactive:       100996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:          71284 kB
Slab:            40000 kB
Committed_AS:   987228 kB
PageTables:       1860 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= 66480 MiB
End job on node73 at 2009-07-12 15:17:25