Trace number 1044697

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 ESACSAT 10.0145 10.1048

DiagnosticValue
CHECKS8119460
NODES50490

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-5_ext.xml
MD5SUMbc2a76bdfac2b8a963fd1d6b6e7ecb73
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.366943
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1044697-1215019334.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.39/0.43	     nbVariables=225  nbDomainTypes=16  minDomainSize=1  maxDomainSize=15  nbTotalValues=1905
0.39/0.43	       =>  wckTime=0.196  cpuTime=0.13  mem=8M894
0.39/0.43	   
0.39/0.43	   relations being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.86/0.91	     nbConstraints=2536  nbRelationTypes=16  nbGlobalConstraints=17  nbSingletonDomainVariables=105
0.86/0.91	     nbExtensionStructures=31  nbSharedExtensionStructures=2488  nbConflictsStructures=31
0.86/0.91	     nbSharedConflictsStructures=2488  nbSharedBinaryRepresentations=493  minDegree=15  maxDegree=29  minArity=2
0.86/0.91	     avgArity=2.04  maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.161  symmetryCpuTime=0.1  nbCliques=17
0.86/0.91	       =>  wckTime=0.678  cpuTime=0.43  mem=25M516
0.86/0.99	   
0.86/0.99	   solver IterativeSystematicSolver being built... 
0.96/1.08	   
0.96/1.08	   INFO : Forward propagation technique limited 
1.06/1.15	       =>  wckTime=0.914  cpuTime=0.55  mem=22M448
1.16/1.28	   
1.16/1.28	   preprocessing
1.16/1.28	     nbConstraintChecks=51790  nbPropagations=1973  nbRevisions=14587  nbUselessRevisions=11838  nbSingletonTests=523
1.16/1.28	     nbEffectiveSingletonTests=2  nbACRemovals=1317  nbFoundSingletons=0  nbRemovedValues=1321  detectedInconsistency=no
1.16/1.28	       =>  wckTime=0.125  cpuTime=0.1  mem=22M448
1.36/1.44	   
1.36/1.44	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M318)
9.92/10.04	   
9.92/10.04	   search
9.92/10.04	     run=15  nbConstraintChecks=8067665  minDepth=17  maxDepth=225  nbPropagations=1362739  nbRevisions=16182776
9.92/10.04	     nbUselessRevisions=14068059  nbAssignments=50490  nbFailedAssignments=10225  nbBacktracks=39184
9.92/10.04	     nbVisitedNodes=70933  nbRestartNogoods=86  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=105
9.92/10.04	     nbIEliminables=111.61  nbDEliminables=0  nbPEliminables=0
9.92/10.04	       =>  wckTime=8.886  cpuTime=8.74  mem=51M797
9.92/10.04	   
9.92/10.04	   global
9.92/10.04	     nbConstraintChecks=8119455  nbPropagations=1364712  nbRevisions=16197363  nbUselessRevisions=14079897
9.92/10.04	     nbRestartNogoods=86  solvingWckTime=8.889  solvingCpuTime=8.75  expiredTime=no  totalExploration=no
9.92/10.04	     nbFoundSolutions=1  firstSolutionCpuTime=9.29  globalCpuTime=9.35
9.92/10.04	       =>  wckTime=9.805  cpuTime=9.3  mem=51M797
9.92/10.04	   
9.92/10.04	s SATISFIABLE
9.92/10.04	v 6 8 1 7 13 10 2 5 0 14 12 9 4 11 3 3 7 8 10 12 11 9 0 5 13 4 6 1 14 2 5 3 14 1 4 9 13 2 10 8 7 11 12 6 0 10 11 3 13 9 4 0 14 2 6 8 5 7 1 12 11 1 0 12 7 5 14 10 4 2 9 13 3 8 6 8 0 4 14 6 13 7 11 3 9 2 12 10 5 1 7 9 6 11 2 8 4 1 12 3 5 14 13 0 10 13 2 10 5 3 12 1 7 11 0 6 8 14 9 4 0 5 7 2 11 14 6 12 8 1 3 4 9 10 13 14 10 12 9 0 6 8 3 7 5 13 1 2 4 11 1 14 13 8 5 3 12 6 9 4 0 10 11 2 7 9 13 2 3 1 0 11 4 6 10 14 7 8 12 5 12 6 9 4 10 2 5 8 13 11 1 3 0 7 14 2 4 11 6 14 7 3 9 1 12 10 0 5 13 8 4 12 5 0 8 1 10 13 14 7 11 2 6 3 9 
9.92/10.04	d NODES 50490
9.92/10.04	d CHECKS 8119455
9.92/10.06	   
9.92/10.06	   totalWckTime=9.877  totalCpuTime=9.35

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044697-1215019334/watcher-1044697-1215019334 -o /tmp/evaluation-result-1044697-1215019334/solver-1044697-1215019334 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044697-1215019334.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 1.02 0.58 4/72 9006
/proc/meminfo: memFree=1471264/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=18572 CPUtime=0
/proc/9006/stat : 9006 (runsolver) R 9004 9006 8868 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1980906707 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 213116316967 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9006/statm: 4643 292 257 25 0 2626 0

[startup+0.07498 s]
/proc/loadavg: 1.87 1.02 0.58 4/72 9006
/proc/meminfo: memFree=1471264/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=865856 CPUtime=0.06
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 3357 0 1 0 4 2 0 0 18 0 9 0 1980906707 886636544 2871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216464 2871 1560 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102983 s]
/proc/loadavg: 1.87 1.02 0.58 4/72 9006
/proc/meminfo: memFree=1471264/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=865884 CPUtime=0.08
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 3788 0 1 0 6 2 0 0 18 0 9 0 1980906707 886665216 3239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216471 3239 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302005 s]
/proc/loadavg: 1.87 1.02 0.58 4/72 9006
/proc/meminfo: memFree=1471264/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=866196 CPUtime=0.28
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 5591 0 1 0 24 4 0 0 18 0 9 0 1980906707 886984704 5014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216549 5014 1886 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701047 s]
/proc/loadavg: 1.87 1.02 0.58 4/72 9006
/proc/meminfo: memFree=1471264/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=867440 CPUtime=0.68
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 8899 0 1 0 62 6 0 0 18 0 9 0 1980906707 888258560 8259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216860 8259 1982 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50113 s]
/proc/loadavg: 1.87 1.02 0.58 3/81 9019
/proc/meminfo: memFree=1434136/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=868176 CPUtime=1.45
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 19463 406 1 0 133 10 2 0 18 0 9 0 1980906707 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217044 11963 2633 9 0 211550 0
[pid=9006/tid=9008] ppid=9004 vsize=868176 CPUtime=1.07
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 8868 0 -1 64 14520 406 1 0 98 7 2 0 24 0 9 0 1980906708 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868176 CPUtime=0.08
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 8868 0 -1 64 3236 406 0 0 6 0 2 0 17 0 9 0 1980906709 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868176 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 8868 0 -1 64 16 406 0 0 0 0 2 0 17 0 9 0 1980906710 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868176 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 8868 0 -1 64 9 406 0 0 0 0 2 0 16 0 9 0 1980906710 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868176 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 18 0 9 0 1980906712 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868176 CPUtime=0.31
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 8868 0 -1 64 866 406 0 0 28 1 2 0 15 0 9 0 1980906712 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868176 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 19 0 9 0 1980906712 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868176 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 8868 0 -1 64 5 406 0 0 0 0 2 0 15 0 9 0 1980906712 889012224 11963 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868176

[startup+3.10131 s]
/proc/loadavg: 1.87 1.02 0.58 3/81 9019
/proc/meminfo: memFree=1433240/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=868308 CPUtime=3.06
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 20505 406 1 0 292 12 2 0 18 0 9 0 1980906707 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217077 12650 2633 9 0 211583 0
[pid=9006/tid=9008] ppid=9004 vsize=868308 CPUtime=2.63
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 8868 0 -1 64 15541 406 1 0 253 8 2 0 25 0 9 0 1980906708 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4127166474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868308 CPUtime=0.08
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 8868 0 -1 64 3236 406 0 0 6 0 2 0 17 0 9 0 1980906709 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 8868 0 -1 64 16 406 0 0 0 0 2 0 17 0 9 0 1980906710 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 8868 0 -1 64 9 406 0 0 0 0 2 0 16 0 9 0 1980906710 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 18 0 9 0 1980906712 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868308 CPUtime=0.34
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 8868 0 -1 64 887 406 0 0 31 1 2 0 15 0 9 0 1980906712 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 19 0 9 0 1980906712 889147392 12650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 8868 0 -1 64 5 406 0 0 0 0 2 0 15 0 9 0 1980906712 889147392 12650 996147200 134512640 134550740 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) 868308

[startup+6.30265 s]
/proc/loadavg: 1.88 1.03 0.59 3/81 9019
/proc/meminfo: memFree=1423192/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=868308 CPUtime=6.23
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 23052 406 1 0 608 13 2 0 18 0 9 0 1980906707 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217077 15167 2633 9 0 211583 0
[pid=9006/tid=9008] ppid=9004 vsize=868308 CPUtime=5.81
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 8868 0 -1 64 18063 406 1 0 569 10 2 0 25 0 9 0 1980906708 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4127066020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868308 CPUtime=0.08
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 8868 0 -1 64 3236 406 0 0 6 0 2 0 16 0 9 0 1980906709 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 8868 0 -1 64 16 406 0 0 0 0 2 0 17 0 9 0 1980906710 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 8868 0 -1 64 9 406 0 0 0 0 2 0 16 0 9 0 1980906710 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 18 0 9 0 1980906712 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868308 CPUtime=0.35
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 8868 0 -1 64 889 406 0 0 32 1 2 0 16 0 9 0 1980906712 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 19 0 9 0 1980906712 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 8868 0 -1 64 28 406 0 0 0 0 2 0 15 0 9 0 1980906712 889147392 15167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868308

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

[startup+7.90283 s]
/proc/loadavg: 1.88 1.03 0.59 3/81 9019
/proc/meminfo: memFree=1416408/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=868308 CPUtime=7.83
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 24284 406 1 0 767 14 2 0 18 0 9 0 1980906707 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217077 16397 2633 9 0 211583 0
[pid=9006/tid=9008] ppid=9004 vsize=868308 CPUtime=7.41
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 8868 0 -1 64 19295 406 1 0 728 11 2 0 25 0 9 0 1980906708 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4127126479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868308 CPUtime=0.08
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 8868 0 -1 64 3236 406 0 0 6 0 2 0 16 0 9 0 1980906709 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 8868 0 -1 64 16 406 0 0 0 0 2 0 17 0 9 0 1980906710 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 8868 0 -1 64 9 406 0 0 0 0 2 0 16 0 9 0 1980906710 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 18 0 9 0 1980906712 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868308 CPUtime=0.35
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 8868 0 -1 64 889 406 0 0 32 1 2 0 16 0 9 0 1980906712 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 19 0 9 0 1980906712 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 8868 0 -1 64 28 406 0 0 0 0 2 0 15 0 9 0 1980906712 889147392 16397 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 868308

[startup+9.502 s]
/proc/loadavg: 1.88 1.03 0.59 3/81 9019
/proc/meminfo: memFree=1413016/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=868308 CPUtime=9.43
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 25619 406 1 0 926 15 2 0 18 0 9 0 1980906707 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217077 17729 2633 9 0 211583 0
[pid=9006/tid=9008] ppid=9004 vsize=868308 CPUtime=8.99
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 8868 0 -1 64 20630 406 1 0 886 11 2 0 25 0 9 0 1980906708 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4127123914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868308 CPUtime=0.08
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 8868 0 -1 64 3236 406 0 0 6 0 2 0 16 0 9 0 1980906709 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 8868 0 -1 64 16 406 0 0 0 0 2 0 17 0 9 0 1980906710 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 8868 0 -1 64 9 406 0 0 0 0 2 0 16 0 9 0 1980906710 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 18 0 9 0 1980906712 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868308 CPUtime=0.35
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 8868 0 -1 64 889 406 0 0 32 1 2 0 16 0 9 0 1980906712 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 19 0 9 0 1980906712 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 8868 0 -1 64 28 406 0 0 0 0 2 0 15 0 9 0 1980906712 889147392 17729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 868308

[startup+9.90605 s]
/proc/loadavg: 1.89 1.05 0.60 3/81 9019
/proc/meminfo: memFree=1408984/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=868308 CPUtime=9.82
/proc/9006/stat : 9006 (java) S 9004 9006 8868 0 -1 0 25957 406 1 0 965 15 2 0 18 0 9 0 1980906707 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217077 18067 2633 9 0 211583 0
[pid=9006/tid=9008] ppid=9004 vsize=868308 CPUtime=9.39
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 8868 0 -1 64 20968 406 1 0 926 11 2 0 25 0 9 0 1980906708 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4127103968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868308 CPUtime=0.08
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 8868 0 -1 64 3236 406 0 0 6 0 2 0 16 0 9 0 1980906709 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 8868 0 -1 64 16 406 0 0 0 0 2 0 17 0 9 0 1980906710 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 8868 0 -1 64 9 406 0 0 0 0 2 0 16 0 9 0 1980906710 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 18 0 9 0 1980906712 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868308 CPUtime=0.35
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 8868 0 -1 64 889 406 0 0 32 1 2 0 16 0 9 0 1980906712 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 8868 0 -1 64 1 406 0 0 0 0 2 0 19 0 9 0 1980906712 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868308 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 8868 0 -1 64 28 406 0 0 0 0 2 0 15 0 9 0 1980906712 889147392 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 868308

[startup+10.1016 s]
/proc/loadavg: 1.89 1.05 0.60 3/81 9019
/proc/meminfo: memFree=1408984/2055920 swapFree=4179760/4192956
[pid=9006] ppid=9004 vsize=0 CPUtime=9.99
/proc/9006/stat : 9006 (java) Z 9004 9006 8868 0 -1 12 27198 406 1 0 981 16 2 0 16 0 2 0 1980906707 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 10.1048
CPU time (s): 10.0145
CPU user time (s): 9.8395
CPU system time (s): 0.174973
CPU usage (%): 99.1058
Max. virtual memory (cumulated for all children) (KiB): 868308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8395
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27604
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= 1649
involuntary context switches= 1831

runsolver used 0.021996 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 19:22:15
IDJOB=1044697
IDBENCH=53336
IDSOLVER=364
FILE ID=node37/1044697-1215019334
PBS_JOBID= 7874396
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044697-1215019334/watcher-1044697-1215019334 -o /tmp/evaluation-result-1044697-1215019334/solver-1044697-1215019334 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044697-1215019334.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc2a76bdfac2b8a963fd1d6b6e7ecb73
RANDOM SEED=1801923570

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1471744 kB
Buffers:         65460 kB
Cached:         429736 kB
SwapCached:       7460 kB
Active:         138128 kB
Inactive:       373672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471744 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          23824 kB
Slab:            57956 kB
Committed_AS:  3443300 kB
PageTables:       1764 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node37 at 2008-07-02 19:22:25