Trace number 1049532

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 + CSP4J - Tabu Engine 2008-05-30SAT 16.7854 17.162

DiagnosticValue
CHECKS3388
NODES4

General information on the benchmark

Namecsp/pseudo/circuits/
normalized-cc.xml
MD5SUM3a70c915de3d60053e9f8df85a2da43e
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.024996
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints219
Maximum constraint arity31
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension219
Global constraints used (with number of constraints)

Solver Data (download as text)

16.56/16.94	c CPU-LOAD 2.31
16.56/16.94	c LOADED 133 V (2 E), 145 PredicateConstraint, 74 ExtensionConstraint2D, arity 31, 2.31 cpu
16.76/17.11	v 1 1 1 0 1 1 1 1 1 1 0 0 1 1 0 1 1 1 0 1 0 0 0 0 1 0 1 1 1 1 1 1 0 0 1 0 1 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 1 0 0 1 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 1 
16.76/17.11	s SATISFIABLE
16.76/17.11	d NODES 4
16.76/17.11	d CHECKS 3388
16.76/17.11	c gac3-effective-revisions: 0
16.76/17.11	c gac3-useless-revisions: 826
16.76/17.11	c prepro-constraint-ccks: 850
16.76/17.11	c prepro-constraint-presenceccks: 641
16.76/17.11	c prepro-cpu: 0.01
16.76/17.11	c prepro-matrix2d-ccks: 273
16.76/17.11	c prepro-matrix2d-presenceccks: 273
16.76/17.11	c prepro-removed: 0
16.76/17.11	c total-assgn: 4
16.76/17.11	c total-constraint-ccks: 3088
16.76/17.11	c total-constraint-presence-ccks: 1286
16.76/17.11	c total-cpu: 0.03
16.76/17.11	c total-matrix2d-ccks: 300
16.76/17.11	c total-matrix2d-presence-ccks: 546
16.76/17.11	c tuples: 0
16.76/17.11	c tuples-collisions: 0
16.76/17.11	c TOTAL-NODES 4
16.76/17.11	c TOTAL-CPU 0.03

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-1049532-1215045466/watcher-1049532-1215045466 -o /tmp/evaluation-result-1049532-1215045466/solver-1049532-1215045466 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1049532-1215045466.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.11 2.03 4/92 14940
/proc/meminfo: memFree=1329352/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) R 14938 14940 13933 0 -1 4194304 295 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=5356 CPUtime=0
/proc/14942/stat : 14942 (concrete.sh) R 14940 14940 13933 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 1983519094 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14942/statm: 1339 242 201 169 0 50 0

[startup+0.0455271 s]
/proc/loadavg: 2.12 2.11 2.03 4/92 14940
/proc/meminfo: memFree=1329352/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=837452 CPUtime=0.02
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 1923 0 1 0 1 1 0 0 22 0 5 0 1983519094 857550848 1513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 209749 1596 906 9 0 204728 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 842808

[startup+0.108501 s]
/proc/loadavg: 2.12 2.11 2.03 4/92 14940
/proc/meminfo: memFree=1329352/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=843140 CPUtime=0.09
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 3410 0 1 0 7 2 0 0 22 0 9 0 1983519094 863375360 2866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 210785 2866 1666 9 0 205362 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 848496

[startup+0.301516 s]
/proc/loadavg: 2.12 2.11 2.03 4/92 14940
/proc/meminfo: memFree=1329352/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=844272 CPUtime=0.27
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 4569 0 1 0 24 3 0 0 22 0 9 0 1983519094 864534528 3957 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 211068 3957 1891 9 0 205629 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 849628

[startup+0.701554 s]
/proc/loadavg: 2.12 2.11 2.03 4/92 14940
/proc/meminfo: memFree=1329352/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=846944 CPUtime=0.67
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 5385 0 1 0 63 4 0 0 22 0 10 0 1983519094 867270656 4764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 211736 4764 1914 9 0 206297 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 852300

[startup+1.50263 s]
/proc/loadavg: 2.19 2.13 2.03 4/103 14952
/proc/meminfo: memFree=1302704/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=847076 CPUtime=1.46
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 18925 0 1 0 135 11 0 0 22 0 10 0 1983519094 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 211769 18028 2579 9 0 206329 0
[pid=14942/tid=14944] ppid=14940 vsize=847076 CPUtime=0.58
/proc/14942/task/14944/stat : 14944 (java) R 14940 14940 13933 0 -1 64 5061 0 1 0 54 4 0 0 22 0 10 0 1983519095 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 103826257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=847076 CPUtime=0.59
/proc/14942/task/14945/stat : 14945 (java) S 14940 14940 13933 0 -1 64 12108 0 0 0 54 5 0 0 19 0 10 0 1983519096 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=847076 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=847076 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1983519097 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=847076 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=847076 CPUtime=0.25
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1021 0 0 0 25 0 0 0 16 0 10 0 1983519099 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=847076 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=847076 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=847076 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 867405824 18028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852432

[startup+3.10277 s]
/proc/loadavg: 2.19 2.13 2.03 4/103 14952
/proc/meminfo: memFree=1213808/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=847652 CPUtime=3.03
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 40747 0 1 0 283 20 0 0 22 0 10 0 1983519094 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 211913 39821 2582 9 0 206473 0
[pid=14942/tid=14944] ppid=14940 vsize=847652 CPUtime=1.35
/proc/14942/task/14944/stat : 14944 (java) R 14940 14940 13933 0 -1 64 5830 0 1 0 131 4 0 0 21 0 10 0 1983519095 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=847652 CPUtime=1.34
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 33093 0 0 0 121 13 0 0 17 0 10 0 1983519096 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 103735776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=847652 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=847652 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=847652 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=847652 CPUtime=0.31
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1089 0 0 0 30 1 0 0 16 0 10 0 1983519099 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=847652 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=847652 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=847652 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 867995648 39821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 853008

[startup+6.30205 s]
/proc/loadavg: 2.19 2.13 2.03 3/103 14952
/proc/meminfo: memFree=911672/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=855968 CPUtime=6.17
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 115547 0 1 0 567 50 0 0 22 0 10 0 1983519094 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 213992 114608 2582 9 0 208552 0
[pid=14942/tid=14944] ppid=14940 vsize=855968 CPUtime=1.74
/proc/14942/task/14944/stat : 14944 (java) S 14940 14940 13933 0 -1 64 10662 0 1 0 167 7 0 0 16 0 10 0 1983519095 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=855968 CPUtime=4.09
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 103061 0 0 0 368 41 0 0 25 0 10 0 1983519096 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 104457011 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=855968 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=855968 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=855968 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=855968 CPUtime=0.31
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1089 0 0 0 30 1 0 0 16 0 10 0 1983519099 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=855968 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=855968 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=855968 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 876511232 114608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 861324

[startup+12.7026 s]
/proc/loadavg: 2.16 2.12 2.03 3/103 14952
/proc/meminfo: memFree=561464/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=866844 CPUtime=12.44
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 194874 0 1 0 1159 85 0 0 22 0 10 0 1983519094 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 216711 193925 2582 9 0 211271 0
[pid=14942/tid=14944] ppid=14940 vsize=866844 CPUtime=2.22
/proc/14942/task/14944/stat : 14944 (java) S 14940 14940 13933 0 -1 64 16603 0 1 0 213 9 0 0 17 0 10 0 1983519095 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=866844 CPUtime=9.88
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 176447 0 0 0 915 73 0 0 25 0 10 0 1983519096 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 103737215 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=866844 CPUtime=0.31
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1089 0 0 0 30 1 0 0 16 0 10 0 1983519099 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 887648256 193925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 872200

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

[startup+14.3078 s]
/proc/loadavg: 2.16 2.12 2.03 3/103 14952
/proc/meminfo: memFree=561464/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=866844 CPUtime=14.01
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 194881 0 1 0 1316 85 0 0 22 0 10 0 1983519094 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 216711 193931 2582 9 0 211271 0
[pid=14942/tid=14944] ppid=14940 vsize=866844 CPUtime=2.22
/proc/14942/task/14944/stat : 14944 (java) S 14940 14940 13933 0 -1 64 16604 0 1 0 213 9 0 0 17 0 10 0 1983519095 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=866844 CPUtime=11.45
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 176453 0 0 0 1072 73 0 0 25 0 10 0 1983519096 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 103821717 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=866844 CPUtime=0.31
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1089 0 0 0 30 1 0 0 16 0 10 0 1983519099 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 887648256 193931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.01
Current children cumulated vsize (KiB) 872200

[startup+15.9019 s]
/proc/loadavg: 2.16 2.12 2.03 3/103 14952
/proc/meminfo: memFree=561464/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=866844 CPUtime=15.58
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 194885 0 1 0 1473 85 0 0 22 0 10 0 1983519094 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 216711 193935 2582 9 0 211271 0
[pid=14942/tid=14944] ppid=14940 vsize=866844 CPUtime=2.22
/proc/14942/task/14944/stat : 14944 (java) S 14940 14940 13933 0 -1 64 16604 0 1 0 213 9 0 0 17 0 10 0 1983519095 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=866844 CPUtime=13.02
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 176457 0 0 0 1229 73 0 0 25 0 10 0 1983519096 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=866844 CPUtime=0.31
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1089 0 0 0 30 1 0 0 16 0 10 0 1983519099 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) R 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 887648256 193935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 872200

[startup+16.702 s]
/proc/loadavg: 2.15 2.12 2.03 3/103 14952
/proc/meminfo: memFree=561464/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=866844 CPUtime=16.36
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 194926 0 1 0 1550 86 0 0 22 0 10 0 1983519094 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 216711 176050 2582 9 0 211271 0
[pid=14942/tid=14944] ppid=14940 vsize=866844 CPUtime=2.24
/proc/14942/task/14944/stat : 14944 (java) S 14940 14940 13933 0 -1 64 16606 0 1 0 215 9 0 0 16 0 10 0 1983519095 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=866844 CPUtime=13.77
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 176489 0 0 0 1303 74 0 0 25 0 10 0 1983519096 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 102721936 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=866844 CPUtime=0.31
/proc/14942/task/14949/stat : 14949 (java) S 14940 14940 13933 0 -1 64 1096 0 0 0 30 1 0 0 16 0 10 0 1983519099 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14952] ppid=14940 vsize=866844 CPUtime=0
/proc/14942/task/14952/stat : 14952 (java) S 14940 14940 13933 0 -1 64 3 0 0 0 0 0 0 0 22 0 10 0 1983519138 887648256 176050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 872200

[startup+17.102 s]
/proc/loadavg: 2.15 2.12 2.03 3/103 14952
/proc/meminfo: memFree=561464/2055920 swapFree=4179456/4192956
[pid=14940] ppid=14938 vsize=5356 CPUtime=0
/proc/14940/stat : 14940 (concrete.sh) S 14938 14940 13933 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983519093 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14940/statm: 1339 242 201 169 0 50 0
[pid=14942] ppid=14940 vsize=867004 CPUtime=16.76
/proc/14942/stat : 14942 (java) S 14940 14940 13933 0 -1 0 195023 0 1 0 1579 97 0 0 22 0 10 0 1983519094 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14942/statm: 216751 11688 2585 9 0 211311 0
[pid=14942/tid=14944] ppid=14940 vsize=867004 CPUtime=2.42
/proc/14942/task/14944/stat : 14944 (java) R 14940 14940 13933 0 -1 64 16672 0 1 0 232 10 0 0 17 0 10 0 1983519095 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14945] ppid=14940 vsize=867004 CPUtime=13.95
/proc/14942/task/14945/stat : 14945 (java) R 14940 14940 13933 0 -1 64 176490 0 0 0 1311 84 0 0 25 0 10 0 1983519096 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14946] ppid=14940 vsize=867004 CPUtime=0
/proc/14942/task/14946/stat : 14946 (java) S 14940 14940 13933 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1983519097 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14947] ppid=14940 vsize=867004 CPUtime=0
/proc/14942/task/14947/stat : 14947 (java) S 14940 14940 13933 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1983519097 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14948] ppid=14940 vsize=867004 CPUtime=0
/proc/14942/task/14948/stat : 14948 (java) S 14940 14940 13933 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983519099 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14949] ppid=14940 vsize=867004 CPUtime=0.36
/proc/14942/task/14949/stat : 14949 (java) R 14940 14940 13933 0 -1 64 1124 0 0 0 35 1 0 0 16 0 10 0 1983519099 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 102047257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14950] ppid=14940 vsize=867004 CPUtime=0
/proc/14942/task/14950/stat : 14950 (java) S 14940 14940 13933 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1983519099 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14942/tid=14951] ppid=14940 vsize=867004 CPUtime=0
/proc/14942/task/14951/stat : 14951 (java) S 14940 14940 13933 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1983519099 887812096 11688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.76
Current children cumulated vsize (KiB) 872360

Child status: 0
Real time (s): 17.162
CPU time (s): 16.7854
CPU user time (s): 15.8016
CPU system time (s): 0.98385
CPU usage (%): 97.8061
Max. virtual memory (cumulated for all children) (KiB): 872360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8016
system time used= 0.98385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195486
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= 1918
involuntary context switches= 2543

runsolver used 0.024996 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-03 02:37:46
IDJOB=1049532
IDBENCH=54681
IDSOLVER=303
FILE ID=node43/1049532-1215045466
PBS_JOBID= 7875090
Free space on /tmp= 66504 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/pseudo/circuits/normalized-cc.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049532-1215045466/watcher-1049532-1215045466 -o /tmp/evaluation-result-1049532-1215045466/solver-1049532-1215045466 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1049532-1215045466.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a70c915de3d60053e9f8df85a2da43e
RANDOM SEED=301277550

node43.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.230
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.230
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:       1329832 kB
Buffers:         67952 kB
Cached:         491808 kB
SwapCached:       7360 kB
Active:         271816 kB
Inactive:       378612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329832 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:         107332 kB
Slab:            60376 kB
Committed_AS:  4264188 kB
PageTables:       2224 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= 66504 MiB
End job on node43 at 2008-07-03 02:38:03